Condividi tramite


AseRegionInner Class

public final class AseRegionInner
extends ProxyOnlyResource

ASE region.

Method Summary

Modifier and Type Method and Description
List<String> availableOS()

Get the availableOS property: Available OSs in region.

List<String> availableSku()

Get the availableSku property: Available Skus in region.

Boolean dedicatedHost()

Get the dedicatedHost property: Dedicated host enabled.

String displayName()

Get the displayName property: Display name for region.

static AseRegionInner fromJson(JsonReader jsonReader)

Reads an instance of AseRegionInner from the JsonReader.

String id()

Get the id property: Resource Id.

String name()

Get the name property: Resource Name.

Boolean standard()

Get the standard property: Is region standard.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

void validate()

Validates the instance.

Boolean zoneRedundant()

Get the zoneRedundant property: Zone redundant deployment enabled.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Method Details

availableOS

public List<String> availableOS()

Get the availableOS property: Available OSs in region.

Returns:

the availableOS value.

availableSku

public List<String> availableSku()

Get the availableSku property: Available Skus in region.

Returns:

the availableSku value.

dedicatedHost

public Boolean dedicatedHost()

Get the dedicatedHost property: Dedicated host enabled.

Returns:

the dedicatedHost value.

displayName

public String displayName()

Get the displayName property: Display name for region.

Returns:

the displayName value.

fromJson

public static AseRegionInner fromJson(JsonReader jsonReader)

Reads an instance of AseRegionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Resource Id.

Overrides:

AseRegionInner.id()

Returns:

the id value.

name

public String name()

Get the name property: Resource Name.

Overrides:

AseRegionInner.name()

Returns:

the name value.

standard

public Boolean standard()

Get the standard property: Is region standard.

Returns:

the standard value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AseRegionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Overrides:

AseRegionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

AseRegionInner.validate()

zoneRedundant

public Boolean zoneRedundant()

Get the zoneRedundant property: Zone redundant deployment enabled.

Returns:

the zoneRedundant value.

Applies to