Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OsProfile

Package version

Defines the resource properties.

Hierarchy

  • OsProfile

Index

Properties

Optional adminPassword

adminPassword: undefined | string

Gets or sets administrator password.

Optional adminUsername

adminUsername: undefined | string

Gets or sets administrator username.

Optional allowExtensionOperations

allowExtensionOperations: undefined | false | true

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.

Optional computerName

computerName: undefined | string

Gets or sets computer name.

Optional guestId

guestId: undefined | string

Gets or sets the guestId.

Optional linuxConfiguration

linuxConfiguration: OsProfileLinuxConfiguration

Specifies the linux configuration for update management.

Optional osName

osName: undefined | string

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

Optional osType

osType: OsType

Gets or sets the type of the os.

Optional toolsRunningStatus

toolsRunningStatus: undefined | string

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.

Optional toolsVersion

toolsVersion: undefined | string

Gets or sets the current version of VMware Tools. NOTE: This property will not be serialized. It can only be populated by the server.

Optional toolsVersionStatus

toolsVersionStatus: undefined | string

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.

Optional windowsConfiguration

windowsConfiguration: OsProfileWindowsConfiguration

Specifies the windows configuration for update management.

Generated using TypeDoc