We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c2677 commit caf022dCopy full SHA for caf022d
compute/servers.go
@@ -90,7 +90,7 @@ type ServerDeploymentConfiguration struct {
90
Name string `json:"name"`
91
Description string `json:"description"`
92
ImageID string `json:"imageId"`
93
- AdministratorPassword string `json:"administratorPassword"`
+ AdministratorPassword string `json:"administratorPassword,omitempty"`
94
CPU VirtualMachineCPU `json:"cpu"`
95
MemoryGB int `json:"memoryGb,omitempty"`
96
SCSIControllers VirtualMachineSCSIControllers `json:"scsiController"`
0 commit comments