Uses of Class
io.fabric8.openshift.api.model.config.v1.PowerVSPlatformStatus
-
Packages that use PowerVSPlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of PowerVSPlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return PowerVSPlatformStatus Modifier and Type Method Description PowerVSPlatformStatusPowerVSPlatformStatusBuilder. build()PowerVSPlatformStatusPlatformStatusFluent. buildPowervs()PowerVSPlatformStatusPlatformStatus. getPowervs()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 PowerVSPlatformStatus Modifier and Type Method Description protected voidPowerVSPlatformStatusFluent. copyInstance(PowerVSPlatformStatus instance)PlatformStatusFluent.PowervsNested<A>PlatformStatusFluent. editOrNewPowervsLike(PowerVSPlatformStatus item)voidPlatformStatus. setPowervs(PowerVSPlatformStatus powervs)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.PlatformStatusFluent.PowervsNested<A>PlatformStatusFluent. withNewPowervsLike(PowerVSPlatformStatus item)APlatformStatusFluent. withPowervs(PowerVSPlatformStatus powervs)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type PowerVSPlatformStatus 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)PowerVSPlatformStatusBuilder(PowerVSPlatformStatus instance)PowerVSPlatformStatusBuilder(PowerVSPlatformStatusFluent<?> fluent, PowerVSPlatformStatus instance)PowerVSPlatformStatusFluent(PowerVSPlatformStatus instance)
-