GatewayOperationDetails interface

Details of the gateway operation.

Properties

dataStores

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

hostName

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

progressPercentage

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

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

timeElapsed

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

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

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

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.

Property Details

dataStores

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

dataStores?: string[]

Property Value

string[]

hostName

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

hostName?: string

Property Value

string

progressPercentage

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

progressPercentage?: number

Property Value

number

state

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

state?: string

Property Value

string

timeElapsed

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.

timeElapsed?: number

Property Value

number

timeRemaining

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.

timeRemaining?: number

Property Value

number

uploadSpeed

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.

uploadSpeed?: number

Property Value

number

vmwareReadThroughput

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.

vmwareReadThroughput?: number

Property Value

number