Package version:

Details of the gateway operation.

interface GatewayOperationDetails {
    dataStores?: string[];
    hostName?: string;
    progressPercentage?: number;
    state?: string;
    timeElapsed?: number;
    timeRemaining?: number;
    uploadSpeed?: number;
    vmwareReadThroughput?: number;
}

Properties

dataStores?: string[]

A value indicating the datastore collection. NOTE: This property will not be serialized. It can only be populated by the server.

hostName?: string

A value indicating the ESXi host name. NOTE: This property will not be serialized. It can only be populated by the server.

progressPercentage?: number

A value indicating the progress percentage of gateway operation. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

A value indicating the state of gateway operation. NOTE: This property will not be serialized. It can only be populated by the server.

timeElapsed?: number

A value indicating the time elapsed for the operation in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.

timeRemaining?: number

A value indicating the time remaining for the operation in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.

uploadSpeed?: number

A value indicating the upload speed in bytes per second. NOTE: This property will not be serialized. It can only be populated by the server.

vmwareReadThroughput?: number

A value indicating the VMware read throughput in bytes per second. NOTE: This property will not be serialized. It can only be populated by the server.