RegionConfigurationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. databox. fluent. models. RegionConfigurationResponseInner
- com.
Implements
public final class RegionConfigurationResponseInner
implements JsonSerializable<RegionConfigurationResponseInner>
Configuration response specific to a region.
Constructor Summary
| Constructor | Description |
|---|---|
| RegionConfigurationResponseInner() |
Creates an instance of Region |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Datacenter |
datacenterAddressResponse()
Get the datacenter |
|
static
Region |
fromJson(JsonReader jsonReader)
Reads an instance of Region |
|
Schedule |
scheduleAvailabilityResponse()
Get the schedule |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Transport |
transportAvailabilityResponse()
Get the transport |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RegionConfigurationResponseInner
public RegionConfigurationResponseInner()
Creates an instance of RegionConfigurationResponseInner class.
Method Details
datacenterAddressResponse
public DatacenterAddressResponse datacenterAddressResponse()
Get the datacenterAddressResponse property: Datacenter address for given sku in a region.
Returns:
fromJson
public static RegionConfigurationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of RegionConfigurationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
scheduleAvailabilityResponse
public ScheduleAvailabilityResponse scheduleAvailabilityResponse()
Get the scheduleAvailabilityResponse property: Schedule availability for given sku in a region.
Returns:
toJson
transportAvailabilityResponse
public TransportAvailabilityResponse transportAvailabilityResponse()
Get the transportAvailabilityResponse property: Transport options available for given sku in a region.
Returns:
validate
public void validate()
Validates the instance.