Uses of Class
io.fabric8.openshift.api.model.config.v1.AWSPlatformStatus
-
Packages that use AWSPlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AWSPlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AWSPlatformStatus Modifier and Type Method Description AWSPlatformStatusAWSPlatformStatusBuilder. build()AWSPlatformStatusPlatformStatusFluent. buildAws()AWSPlatformStatusPlatformStatus. getAws()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 AWSPlatformStatus Modifier and Type Method Description protected voidAWSPlatformStatusFluent. copyInstance(AWSPlatformStatus instance)PlatformStatusFluent.AwsNested<A>PlatformStatusFluent. editOrNewAwsLike(AWSPlatformStatus item)voidPlatformStatus. setAws(AWSPlatformStatus aws)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.APlatformStatusFluent. withAws(AWSPlatformStatus aws)PlatformStatusFluent.AwsNested<A>PlatformStatusFluent. withNewAwsLike(AWSPlatformStatus item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSPlatformStatus Constructor Description AWSPlatformStatusBuilder(AWSPlatformStatus instance)AWSPlatformStatusBuilder(AWSPlatformStatusFluent<?> fluent, AWSPlatformStatus instance)AWSPlatformStatusFluent(AWSPlatformStatus 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)
-