Share via


OsProfile interface

Defines the resource properties.

Properties

adminPassword

Gets or sets administrator password.

adminUsername

Gets or sets administrator username.

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.

computerName

Gets or sets computer name.

guestId

Gets or sets the guestId.

linuxConfiguration

Specifies the linux configuration for update management.

osName

Gets or sets os name. NOTE: This property will not be serialized. It can only be populated by the server.

osType

Gets or sets the type of the os.

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.

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.

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.

windowsConfiguration

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

Property Value