Uses of Class
io.fabric8.openshift.api.model.config.v1.AzurePlatformSpec
-
Packages that use AzurePlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AzurePlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AzurePlatformSpec Modifier and Type Method Description AzurePlatformSpecAzurePlatformSpecBuilder. build()AzurePlatformSpecPlatformSpecFluent. buildAzure()AzurePlatformSpecPlatformSpec. getAzure()PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AzurePlatformSpec Modifier and Type Method Description protected voidAzurePlatformSpecFluent. copyInstance(AzurePlatformSpec instance)PlatformSpecFluent.AzureNested<A>PlatformSpecFluent. editOrNewAzureLike(AzurePlatformSpec item)voidPlatformSpec. setAzure(AzurePlatformSpec azure)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.APlatformSpecFluent. withAzure(AzurePlatformSpec azure)PlatformSpecFluent.AzureNested<A>PlatformSpecFluent. withNewAzureLike(AzurePlatformSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AzurePlatformSpec Constructor Description AzurePlatformSpecBuilder(AzurePlatformSpec instance)AzurePlatformSpecBuilder(AzurePlatformSpecFluent<?> fluent, AzurePlatformSpec instance)AzurePlatformSpecFluent(AzurePlatformSpec instance)PlatformSpec(AlibabaCloudPlatformSpec alibabaCloud, AWSPlatformSpec aws, AzurePlatformSpec azure, BareMetalPlatformSpec baremetal, EquinixMetalPlatformSpec equinixMetal, ExternalPlatformSpec external, GCPPlatformSpec gcp, IBMCloudPlatformSpec ibmcloud, KubevirtPlatformSpec kubevirt, NutanixPlatformSpec nutanix, OpenStackPlatformSpec openstack, OvirtPlatformSpec ovirt, PowerVSPlatformSpec powervs, String type, VSpherePlatformSpec vsphere)
-