OpenShiftClusterUpdate Class

OpenShiftCluster represents an Azure Red Hat OpenShift cluster.

Inheritance
OpenShiftClusterUpdate

Constructor

OpenShiftClusterUpdate(*, tags: Optional[Dict[str, str]] = None, provisioning_state: Optional[Union[str, azure.mgmt.redhatopenshift.v2020_04_30.models._azure_red_hat_open_shift4_client_enums.ProvisioningState]] = None, cluster_profile: Optional[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.ClusterProfile] = None, console_profile: Optional[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.ConsoleProfile] = None, service_principal_profile: Optional[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.ServicePrincipalProfile] = None, network_profile: Optional[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.NetworkProfile] = None, master_profile: Optional[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.MasterProfile] = None, worker_profiles: Optional[List[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.WorkerProfile]] = None, apiserver_profile: Optional[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.APIServerProfile] = None, ingress_profiles: Optional[List[azure.mgmt.redhatopenshift.v2020_04_30.models._models_py3.IngressProfile]] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The resource tags.

provisioning_state
str or ProvisioningState

The cluster provisioning state (immutable). Possible values include: "AdminUpdating", "Creating", "Deleting", "Failed", "Succeeded", "Updating".

cluster_profile
ClusterProfile

The cluster profile.

console_profile
ConsoleProfile

The console profile.

service_principal_profile
ServicePrincipalProfile

The cluster service principal profile.

network_profile
NetworkProfile

The cluster network profile.

master_profile
MasterProfile

The cluster master profile.

worker_profiles
list[WorkerProfile]

The cluster worker profiles.

apiserver_profile
APIServerProfile

The cluster API server profile.

ingress_profiles
list[IngressProfile]

The cluster ingress profiles.