DatacenterAddressResponse Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. DatacenterAddressResponse
- com.
Implements
public class DatacenterAddressResponse
implements JsonSerializable<DatacenterAddressResponse>
Datacenter address for given storage location.
Constructor Summary
| Constructor | Description |
|---|---|
| DatacenterAddressResponse() |
Creates an instance of Datacenter |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
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 java.lang.Object
Constructor Details
DatacenterAddressResponse
public DatacenterAddressResponse()
Creates an instance of DatacenterAddressResponse class.
Method Details
datacenterAddressType
public DatacenterAddressType datacenterAddressType()
Get the datacenterAddressType property: Data center address type.
Returns:
dataCenterAzureLocation
public String dataCenterAzureLocation()
Get the dataCenterAzureLocation property: Azure Location where the Data Center serves primarily.
Returns:
fromJson
public static DatacenterAddressResponse fromJson(JsonReader jsonReader)
Reads an instance of DatacenterAddressResponse from the JsonReader.
Parameters:
Returns:
Throws:
supportedCarriersForReturnShipment
public List<String> supportedCarriersForReturnShipment()
Get the supportedCarriersForReturnShipment property: List of supported carriers for return shipment.
Returns:
toJson
validate
public void validate()
Validates the instance.