DatacenterAddressInstructionResponse Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. DatacenterAddressResponse - com.
azure. resourcemanager. databox. models. DatacenterAddressInstructionResponse
- com.
- com.
public final class DatacenterAddressInstructionResponse
extends DatacenterAddressResponse
Datacenter instruction for given storage location.
Constructor Summary
| Constructor | Description |
|---|---|
| DatacenterAddressInstructionResponse() |
Creates an instance of Datacenter |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
communicationInstruction()
Get the communication |
|
Datacenter |
datacenterAddressType()
Get the datacenter |
| String |
dataCenterAzureLocation()
Get the data |
|
static
Datacenter |
fromJson(JsonReader jsonReader)
Reads an instance of Datacenter |
| List<String> |
supportedCarriersForReturnShipment()
Get the supported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from DatacenterAddressResponse
Methods inherited from java.lang.Object
Constructor Details
DatacenterAddressInstructionResponse
public DatacenterAddressInstructionResponse()
Creates an instance of DatacenterAddressInstructionResponse class.
Method Details
communicationInstruction
public String communicationInstruction()
Get the communicationInstruction property: Data center communication instruction.
Returns:
datacenterAddressType
public DatacenterAddressType datacenterAddressType()
Get the datacenterAddressType property: Data center address type.
Overrides:
DatacenterAddressInstructionResponse.datacenterAddressType()Returns:
dataCenterAzureLocation
public String dataCenterAzureLocation()
Get the dataCenterAzureLocation property: Azure Location where the Data Center serves primarily.
Overrides:
DatacenterAddressInstructionResponse.dataCenterAzureLocation()Returns:
fromJson
public static DatacenterAddressInstructionResponse fromJson(JsonReader jsonReader)
Reads an instance of DatacenterAddressInstructionResponse from the JsonReader.
Parameters:
Returns:
Throws:
supportedCarriersForReturnShipment
public List<String> supportedCarriersForReturnShipment()
Get the supportedCarriersForReturnShipment property: List of supported carriers for return shipment.
Overrides:
DatacenterAddressInstructionResponse.supportedCarriersForReturnShipment()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DatacenterAddressInstructionResponse.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DatacenterAddressInstructionResponse.validate()