OsProfile interface
Defines the resource properties.
Properties
| admin |
Gets or sets administrator password. |
| admin |
Gets or sets administrator username. |
| allow |
Gets or sets a value indicating whether the VM is ready for extension operations. NOTE: This property will not be serialized. It can only be populated by the server. |
| computer |
Gets or sets computer name. |
| guest |
Gets or sets the guestId. |
| linux |
Specifies the linux configuration for update management. |
| os |
Gets or sets os name. NOTE: This property will not be serialized. It can only be populated by the server. |
| os |
Gets or sets the type of the os. |
| tools |
Gets or sets the current running status of VMware Tools running in the guest operating system. NOTE: This property will not be serialized. It can only be populated by the server. |
| tools |
Gets or sets the current version of VMware Tools. NOTE: This property will not be serialized. It can only be populated by the server. |
| tools |
Gets or sets the current version status of VMware Tools installed in the guest operating system. NOTE: This property will not be serialized. It can only be populated by the server. |
| windows |
Specifies the windows configuration for update management. |
Property Details
adminPassword
Gets or sets administrator password.
adminPassword?: string
Property Value
string
adminUsername
Gets or sets administrator username.
adminUsername?: string
Property Value
string
allowExtensionOperations
Gets or sets a value indicating whether the VM is ready for extension operations. NOTE: This property will not be serialized. It can only be populated by the server.
allowExtensionOperations?: boolean
Property Value
boolean
computerName
Gets or sets computer name.
computerName?: string
Property Value
string
guestId
Gets or sets the guestId.
guestId?: string
Property Value
string
linuxConfiguration
Specifies the linux configuration for update management.
linuxConfiguration?: OsProfileLinuxConfiguration
Property Value
osName
Gets or sets os name. NOTE: This property will not be serialized. It can only be populated by the server.
osName?: string
Property Value
string
osType
Gets or sets the type of the os.
osType?: string
Property Value
string
toolsRunningStatus
Gets or sets the current running status of VMware Tools running in the guest operating system. NOTE: This property will not be serialized. It can only be populated by the server.
toolsRunningStatus?: string
Property Value
string
toolsVersion
Gets or sets the current version of VMware Tools. NOTE: This property will not be serialized. It can only be populated by the server.
toolsVersion?: string
Property Value
string
toolsVersionStatus
Gets or sets the current version status of VMware Tools installed in the guest operating system. NOTE: This property will not be serialized. It can only be populated by the server.
toolsVersionStatus?: string
Property Value
string
windowsConfiguration
Specifies the windows configuration for update management.
windowsConfiguration?: OsProfileWindowsConfiguration