Class OrchestratorVersionProfileListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileListResultInner
-
public final class OrchestratorVersionProfileListResultInner extends Object
The list of versions for supported orchestrators.
-
-
Constructor Summary
Constructors Constructor Description OrchestratorVersionProfileListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Id of the orchestrator version profile list result.Stringname()Get the name property: Name of the orchestrator version profile list result.List<OrchestratorVersionProfile>orchestrators()Get the orchestrators property: List of orchestrator version profiles.Stringtype()Get the type property: Type of the orchestrator version profile list result.voidvalidate()Validates the instance.OrchestratorVersionProfileListResultInnerwithOrchestrators(List<OrchestratorVersionProfile> orchestrators)Set the orchestrators property: List of orchestrator version profiles.
-
-
-
Method Detail
-
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.
-
type
public String type()
Get the type property: Type of the orchestrator version profile list result.- Returns:
- the type value.
-
orchestrators
public List<OrchestratorVersionProfile> orchestrators()
Get the orchestrators property: List of orchestrator version profiles.- Returns:
- the orchestrators value.
-
withOrchestrators
public OrchestratorVersionProfileListResultInner withOrchestrators(List<OrchestratorVersionProfile> orchestrators)
Set the orchestrators property: List of orchestrator version profiles.- Parameters:
orchestrators- the orchestrators value to set.- Returns:
- the OrchestratorVersionProfileListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-