ServerEndpointProvisioningStepStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.ServerEndpointProvisioningStepStatus

Implements

public final class ServerEndpointProvisioningStepStatus
implements JsonSerializable<ServerEndpointProvisioningStepStatus>

Server endpoint provisioning step status object.

Method Summary

Modifier and Type Method and Description
Map<String,String> additionalInformation()

Get the additionalInformation property: Additional information for the provisioning step.

OffsetDateTime endTime()

Get the endTime property: End time of the provisioning step.

Integer errorCode()

Get the errorCode property: Error code (HResult) for the provisioning step.

static ServerEndpointProvisioningStepStatus fromJson(JsonReader jsonReader)

Reads an instance of ServerEndpointProvisioningStepStatus from the JsonReader.

Integer minutesLeft()

Get the minutesLeft property: Estimated completion time of the provisioning step in minutes.

String name()

Get the name property: Name of the provisioning step.

Integer progressPercentage()

Get the progressPercentage property: Estimated progress percentage.

OffsetDateTime startTime()

Get the startTime property: Start time of the provisioning step.

String status()

Get the status property: Status of the provisioning step.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

additionalInformation

public Map<String,String> additionalInformation()

Get the additionalInformation property: Additional information for the provisioning step.

Returns:

the additionalInformation value.

endTime

public OffsetDateTime endTime()

Get the endTime property: End time of the provisioning step.

Returns:

the endTime value.

errorCode

public Integer errorCode()

Get the errorCode property: Error code (HResult) for the provisioning step.

Returns:

the errorCode value.

fromJson

public static ServerEndpointProvisioningStepStatus fromJson(JsonReader jsonReader)

Reads an instance of ServerEndpointProvisioningStepStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ServerEndpointProvisioningStepStatus if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ServerEndpointProvisioningStepStatus.

minutesLeft

public Integer minutesLeft()

Get the minutesLeft property: Estimated completion time of the provisioning step in minutes.

Returns:

the minutesLeft value.

name

public String name()

Get the name property: Name of the provisioning step.

Returns:

the name value.

progressPercentage

public Integer progressPercentage()

Get the progressPercentage property: Estimated progress percentage.

Returns:

the progressPercentage value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Start time of the provisioning step.

Returns:

the startTime value.

status

public String status()

Get the status property: Status of the provisioning step.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to