GatewayOperationDetailsResponse

data class GatewayOperationDetailsResponse(val dataStores: List<String>, val hostName: String, val progressPercentage: Int, val state: String, val timeElapsed: Double, val timeRemaining: Double, val uploadSpeed: Double, val vmwareReadThroughput: Double)

Details of the gateway operation.

Constructors

Link copied to clipboard
constructor(dataStores: List<String>, hostName: String, progressPercentage: Int, state: String, timeElapsed: Double, timeRemaining: Double, uploadSpeed: Double, vmwareReadThroughput: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value indicating the datastore collection.

Link copied to clipboard

A value indicating the ESXi host name.

Link copied to clipboard

A value indicating the progress percentage of gateway operation.

Link copied to clipboard

A value indicating the state of gateway operation.

Link copied to clipboard

A value indicating the time elapsed for the operation in milliseconds.

Link copied to clipboard

A value indicating the time remaining for the operation in milliseconds.

Link copied to clipboard

A value indicating the upload speed in bytes per second.

Link copied to clipboard

A value indicating the VMware read throughput in bytes per second.