OpenShiftClusterUpdate interface
OpenShiftCluster represents an Azure Red Hat OpenShift cluster.
Properties
apiserver |
The cluster API server profile. |
cluster |
The cluster profile. |
console |
The console profile. |
ingress |
The cluster ingress profiles. |
master |
The cluster master profile. |
network |
The cluster network profile. |
provisioning |
The cluster provisioning state. |
service |
The cluster service principal profile. |
system |
The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The resource tags. |
worker |
The cluster worker profiles. |
worker |
The cluster worker profiles status. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
apiserverProfile
clusterProfile
consoleProfile
ingressProfiles
masterProfile
networkProfile
provisioningState
The cluster provisioning state.
provisioningState?: string
Property Value
string
servicePrincipalProfile
The cluster service principal profile.
servicePrincipalProfile?: ServicePrincipalProfile
Property Value
systemData
The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
workerProfiles
workerProfilesStatus
The cluster worker profiles status. NOTE: This property will not be serialized. It can only be populated by the server.
workerProfilesStatus?: WorkerProfile[]
Property Value
Azure SDK for JavaScript