VmmServerProperties interface
Defines the resource properties.
Properties
| connection |
Gets the connection status to the vmmServer. NOTE: This property will not be serialized. It can only be populated by the server. |
| credentials | Credentials to connect to VmmServer. |
| error |
Gets any error message if connection to vmmServer is having any issue. NOTE: This property will not be serialized. It can only be populated by the server. |
| fqdn | Fqdn is the hostname/ip of the vmmServer. |
| port | Port is the port on which the vmmServer is listening. |
| provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| uuid | Unique ID of vmmServer. NOTE: This property will not be serialized. It can only be populated by the server. |
| version | Version is the version of the vmmSever. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
connectionStatus
Gets the connection status to the vmmServer. NOTE: This property will not be serialized. It can only be populated by the server.
connectionStatus?: string
Property Value
string
credentials
errorMessage
Gets any error message if connection to vmmServer is having any issue. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
fqdn
Fqdn is the hostname/ip of the vmmServer.
fqdn: string
Property Value
string
port
Port is the port on which the vmmServer is listening.
port?: number
Property Value
number
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
uuid
Unique ID of vmmServer. NOTE: This property will not be serialized. It can only be populated by the server.
uuid?: string
Property Value
string
version
Version is the version of the vmmSever. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string