Uses of Class
io.fabric8.openshift.api.model.config.v1.VSpherePlatformStatus
-
Packages that use VSpherePlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of VSpherePlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return VSpherePlatformStatus Modifier and Type Method Description VSpherePlatformStatusVSpherePlatformStatusBuilder. build()VSpherePlatformStatusPlatformStatusFluent. buildVsphere()VSpherePlatformStatusPlatformStatus. getVsphere()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 VSpherePlatformStatus Modifier and Type Method Description protected voidVSpherePlatformStatusFluent. copyInstance(VSpherePlatformStatus instance)PlatformStatusFluent.VsphereNested<A>PlatformStatusFluent. editOrNewVsphereLike(VSpherePlatformStatus item)voidPlatformStatus. setVsphere(VSpherePlatformStatus vsphere)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.PlatformStatusFluent.VsphereNested<A>PlatformStatusFluent. withNewVsphereLike(VSpherePlatformStatus item)APlatformStatusFluent. withVsphere(VSpherePlatformStatus vsphere)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformStatus Constructor Description 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)VSpherePlatformStatusBuilder(VSpherePlatformStatus instance)VSpherePlatformStatusBuilder(VSpherePlatformStatusFluent<?> fluent, VSpherePlatformStatus instance)VSpherePlatformStatusFluent(VSpherePlatformStatus instance)
-