OrchestratorProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.containerservice.OrchestratorProfile

public class OrchestratorProfile

Contains information about orchestrator.

Constructor Summary

Constructor Description
OrchestratorProfile()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean isPreview()

Get whether Kubernetes version is currently in preview.

java.lang.String orchestratorType()

Get orchestrator type.

java.lang.String orchestratorVersion()

Get orchestrator version (major, minor, patch).

OrchestratorProfile withIsPreview(Boolean isPreview)

Set whether Kubernetes version is currently in preview.

OrchestratorProfile withOrchestratorType(String orchestratorType)

Set orchestrator type.

OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)

Set orchestrator version (major, minor, patch).

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OrchestratorProfile

public OrchestratorProfile()

Method Details

isPreview

public Boolean isPreview()

Get whether Kubernetes version is currently in preview.

Returns:

the isPreview value

orchestratorType

public String orchestratorType()

Get orchestrator type.

Returns:

the orchestratorType value

orchestratorVersion

public String orchestratorVersion()

Get orchestrator version (major, minor, patch).

Returns:

the orchestratorVersion value

withIsPreview

public OrchestratorProfile withIsPreview(Boolean isPreview)

Set whether Kubernetes version is currently in preview.

Parameters:

isPreview - the isPreview value to set

Returns:

the OrchestratorProfile object itself.

withOrchestratorType

public OrchestratorProfile withOrchestratorType(String orchestratorType)

Set orchestrator type.

Parameters:

orchestratorType - the orchestratorType value to set

Returns:

the OrchestratorProfile object itself.

withOrchestratorVersion

public OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)

Set orchestrator version (major, minor, patch).

Parameters:

orchestratorVersion - the orchestratorVersion value to set

Returns:

the OrchestratorProfile object itself.

Applies to