Uses of Class
io.fabric8.openshift.api.model.config.v1.VSpherePlatformSpec
-
Packages that use VSpherePlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of VSpherePlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return VSpherePlatformSpec Modifier and Type Method Description VSpherePlatformSpecVSpherePlatformSpecBuilder. build()VSpherePlatformSpecPlatformSpecFluent. buildVsphere()VSpherePlatformSpecPlatformSpec. getVsphere()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 VSpherePlatformSpec Modifier and Type Method Description protected voidVSpherePlatformSpecFluent. copyInstance(VSpherePlatformSpec instance)PlatformSpecFluent.VsphereNested<A>PlatformSpecFluent. editOrNewVsphereLike(VSpherePlatformSpec item)voidPlatformSpec. setVsphere(VSpherePlatformSpec vsphere)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.PlatformSpecFluent.VsphereNested<A>PlatformSpecFluent. withNewVsphereLike(VSpherePlatformSpec item)APlatformSpecFluent. withVsphere(VSpherePlatformSpec vsphere)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type VSpherePlatformSpec Constructor Description 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)VSpherePlatformSpecBuilder(VSpherePlatformSpec instance)VSpherePlatformSpecBuilder(VSpherePlatformSpecFluent<?> fluent, VSpherePlatformSpec instance)VSpherePlatformSpecFluent(VSpherePlatformSpec instance)
-