Uses of Class
io.fabric8.openshift.api.model.config.v1.AzurePlatformStatus
-
Packages that use AzurePlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AzurePlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AzurePlatformStatus Modifier and Type Method Description AzurePlatformStatusAzurePlatformStatusBuilder. build()AzurePlatformStatusPlatformStatusFluent. buildAzure()AzurePlatformStatusPlatformStatus. getAzure()PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AzurePlatformStatus Modifier and Type Method Description protected voidAzurePlatformStatusFluent. copyInstance(AzurePlatformStatus instance)PlatformStatusFluent.AzureNested<A>PlatformStatusFluent. editOrNewAzureLike(AzurePlatformStatus item)voidPlatformStatus. setAzure(AzurePlatformStatus azure)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.APlatformStatusFluent. withAzure(AzurePlatformStatus azure)PlatformStatusFluent.AzureNested<A>PlatformStatusFluent. withNewAzureLike(AzurePlatformStatus item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AzurePlatformStatus Constructor Description AzurePlatformStatusBuilder(AzurePlatformStatus instance)AzurePlatformStatusBuilder(AzurePlatformStatusFluent<?> fluent, AzurePlatformStatus instance)AzurePlatformStatusFluent(AzurePlatformStatus instance)PlatformStatus(AlibabaCloudPlatformStatus alibabaCloud, AWSPlatformStatus aws, AzurePlatformStatus azure, BareMetalPlatformStatus baremetal, EquinixMetalPlatformStatus equinixMetal, ExternalPlatformStatus external, GCPPlatformStatus gcp, IBMCloudPlatformStatus ibmcloud, KubevirtPlatformStatus kubevirt, NutanixPlatformStatus nutanix, OpenStackPlatformStatus openstack, OvirtPlatformStatus ovirt, PowerVSPlatformStatus powervs, String type, VSpherePlatformStatus vsphere)
-