Uses of Class
io.fabric8.openshift.api.model.config.v1.NutanixPlatformSpec
-
Packages that use NutanixPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of NutanixPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return NutanixPlatformSpec Modifier and Type Method Description NutanixPlatformSpecNutanixPlatformSpecBuilder. build()NutanixPlatformSpecPlatformSpecFluent. buildNutanix()NutanixPlatformSpecPlatformSpec. getNutanix()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 NutanixPlatformSpec Modifier and Type Method Description protected voidNutanixPlatformSpecFluent. copyInstance(NutanixPlatformSpec instance)PlatformSpecFluent.NutanixNested<A>PlatformSpecFluent. editOrNewNutanixLike(NutanixPlatformSpec item)voidPlatformSpec. setNutanix(NutanixPlatformSpec nutanix)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.PlatformSpecFluent.NutanixNested<A>PlatformSpecFluent. withNewNutanixLike(NutanixPlatformSpec item)APlatformSpecFluent. withNutanix(NutanixPlatformSpec nutanix)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type NutanixPlatformSpec Constructor Description NutanixPlatformSpecBuilder(NutanixPlatformSpec instance)NutanixPlatformSpecBuilder(NutanixPlatformSpecFluent<?> fluent, NutanixPlatformSpec instance)NutanixPlatformSpecFluent(NutanixPlatformSpec 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)
-