Uses of Class
io.fabric8.openshift.api.model.config.v1.GCPPlatformStatus
-
Packages that use GCPPlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of GCPPlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return GCPPlatformStatus Modifier and Type Method Description GCPPlatformStatusGCPPlatformStatusBuilder. build()GCPPlatformStatusPlatformStatusFluent. buildGcp()GCPPlatformStatusPlatformStatus. getGcp()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 GCPPlatformStatus Modifier and Type Method Description protected voidGCPPlatformStatusFluent. copyInstance(GCPPlatformStatus instance)PlatformStatusFluent.GcpNested<A>PlatformStatusFluent. editOrNewGcpLike(GCPPlatformStatus item)voidPlatformStatus. setGcp(GCPPlatformStatus gcp)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.APlatformStatusFluent. withGcp(GCPPlatformStatus gcp)PlatformStatusFluent.GcpNested<A>PlatformStatusFluent. withNewGcpLike(GCPPlatformStatus item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPPlatformStatus Constructor Description GCPPlatformStatusBuilder(GCPPlatformStatus instance)GCPPlatformStatusBuilder(GCPPlatformStatusFluent<?> fluent, GCPPlatformStatus instance)GCPPlatformStatusFluent(GCPPlatformStatus 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)
-