RegionConfigurationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.fluent.models.RegionConfigurationResponseInner

Implements

public final class RegionConfigurationResponseInner
implements JsonSerializable<RegionConfigurationResponseInner>

Configuration response specific to a region.

Constructor Summary

Constructor Description
RegionConfigurationResponseInner()

Creates an instance of RegionConfigurationResponseInner class.

Method Summary

Modifier and Type Method and Description
DatacenterAddressResponse datacenterAddressResponse()

Get the datacenterAddressResponse property: Datacenter address for given sku in a region.

static RegionConfigurationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of RegionConfigurationResponseInner from the JsonReader.

ScheduleAvailabilityResponse scheduleAvailabilityResponse()

Get the scheduleAvailabilityResponse property: Schedule availability for given sku in a region.

JsonWriter toJson(JsonWriter jsonWriter)
TransportAvailabilityResponse transportAvailabilityResponse()

Get the transportAvailabilityResponse property: Transport options available for given sku in a region.

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:

the datacenterAddressResponse value.

fromJson

public static RegionConfigurationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of RegionConfigurationResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RegionConfigurationResponseInner 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 RegionConfigurationResponseInner.

scheduleAvailabilityResponse

public ScheduleAvailabilityResponse scheduleAvailabilityResponse()

Get the scheduleAvailabilityResponse property: Schedule availability for given sku in a region.

Returns:

the scheduleAvailabilityResponse value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

transportAvailabilityResponse

public TransportAvailabilityResponse transportAvailabilityResponse()

Get the transportAvailabilityResponse property: Transport options available for given sku in a region.

Returns:

the transportAvailabilityResponse value.

validate

public void validate()

Validates the instance.

Applies to