Uses of Class
io.fabric8.openshift.api.model.config.v1.OpenStackPlatformStatus
-
Packages that use OpenStackPlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OpenStackPlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OpenStackPlatformStatus Modifier and Type Method Description OpenStackPlatformStatusOpenStackPlatformStatusBuilder. build()OpenStackPlatformStatusPlatformStatusFluent. buildOpenstack()OpenStackPlatformStatusPlatformStatus. getOpenstack()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 OpenStackPlatformStatus Modifier and Type Method Description protected voidOpenStackPlatformStatusFluent. copyInstance(OpenStackPlatformStatus instance)PlatformStatusFluent.OpenstackNested<A>PlatformStatusFluent. editOrNewOpenstackLike(OpenStackPlatformStatus item)voidPlatformStatus. setOpenstack(OpenStackPlatformStatus openstack)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.PlatformStatusFluent.OpenstackNested<A>PlatformStatusFluent. withNewOpenstackLike(OpenStackPlatformStatus item)APlatformStatusFluent. withOpenstack(OpenStackPlatformStatus openstack)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OpenStackPlatformStatus Constructor Description OpenStackPlatformStatusBuilder(OpenStackPlatformStatus instance)OpenStackPlatformStatusBuilder(OpenStackPlatformStatusFluent<?> fluent, OpenStackPlatformStatus instance)OpenStackPlatformStatusFluent(OpenStackPlatformStatus 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)
-