IGatewayOperationDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.GatewayOperationDetailsTypeConverter))]
public interface IGatewayOperationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.GatewayOperationDetailsTypeConverter))>]
type IGatewayOperationDetails = interface
interface IJsonSerializable
Public Interface IGatewayOperationDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DataStore |
A value indicating the datastore collection. |
HostName |
A value indicating the ESXi host name. |
ProgressPercentage |
A value indicating the progress percentage of gateway operation. |
State |
A value indicating the state of gateway operation. |
TimeElapsed |
A value indicating the time elapsed for the operation in milliseconds. |
TimeRemaining |
A value indicating the time remaining for the operation in milliseconds. |
UploadSpeed |
A value indicating the upload speed in bytes per second. |
VmwareReadThroughput |
A value indicating the VMware read throughput in bytes per second. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |