OrchestratorVersionProfileListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileListResultInner

Implements

public final class OrchestratorVersionProfileListResultInner
implements JsonSerializable<OrchestratorVersionProfileListResultInner>

The list of versions for supported orchestrators.

Constructor Summary

Constructor Description
OrchestratorVersionProfileListResultInner()

Creates an instance of OrchestratorVersionProfileListResultInner class.

Method Summary

Modifier and Type Method and Description
static OrchestratorVersionProfileListResultInner fromJson(JsonReader jsonReader)

Reads an instance of OrchestratorVersionProfileListResultInner from the JsonReader.

String id()

Get the id property: Id of the orchestrator version profile list result.

String name()

Get the name property: Name of the orchestrator version profile list result.

List<OrchestratorVersionProfile> orchestrators()

Get the orchestrators property: List of orchestrator version profiles.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Type of the orchestrator version profile list result.

void validate()

Validates the instance.

OrchestratorVersionProfileListResultInner withOrchestrators(List<OrchestratorVersionProfile> orchestrators)

Set the orchestrators property: List of orchestrator version profiles.

Methods inherited from java.lang.Object

Constructor Details

OrchestratorVersionProfileListResultInner

public OrchestratorVersionProfileListResultInner()

Creates an instance of OrchestratorVersionProfileListResultInner class.

Method Details

fromJson

public static OrchestratorVersionProfileListResultInner fromJson(JsonReader jsonReader)

Reads an instance of OrchestratorVersionProfileListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OrchestratorVersionProfileListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Id of the orchestrator version profile list result.

Returns:

the id value.

name

public String name()

Get the name property: Name of the orchestrator version profile list result.

Returns:

the name value.

orchestrators

public List orchestrators()

Get the orchestrators property: List of orchestrator version profiles.

Returns:

the orchestrators value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Type of the orchestrator version profile list result.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withOrchestrators

public OrchestratorVersionProfileListResultInner withOrchestrators(List orchestrators)

Set the orchestrators property: List of orchestrator version profiles.

Parameters:

orchestrators - the orchestrators value to set.

Returns:

the OrchestratorVersionProfileListResultInner object itself.

Applies to