Package version:

Interface VmmServerProperties

Defines the resource properties.

interface VmmServerProperties {
    connectionStatus?: string;
    credentials?: VmmCredential;
    errorMessage?: string;
    fqdn: string;
    port?: number;
    provisioningState?: string;
    uuid?: string;
    version?: string;
}

Properties

connectionStatus?: string

Gets the connection status to the vmmServer. NOTE: This property will not be serialized. It can only be populated by the server.

credentials?: VmmCredential

Credentials to connect to VmmServer.

errorMessage?: string

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: string

Fqdn is the hostname/ip of the vmmServer.

port?: number

Port is the port on which the vmmServer is listening.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

uuid?: string

Unique ID of vmmServer. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Version is the version of the vmmSever. NOTE: This property will not be serialized. It can only be populated by the server.