Uses of Class
io.fabric8.openshift.api.model.config.v1.OvirtPlatformSpec
-
Packages that use OvirtPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OvirtPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OvirtPlatformSpec Modifier and Type Method Description OvirtPlatformSpecOvirtPlatformSpecBuilder. build()OvirtPlatformSpecPlatformSpecFluent. buildOvirt()OvirtPlatformSpecPlatformSpec. getOvirt()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 OvirtPlatformSpec Modifier and Type Method Description protected voidOvirtPlatformSpecFluent. copyInstance(OvirtPlatformSpec instance)PlatformSpecFluent.OvirtNested<A>PlatformSpecFluent. editOrNewOvirtLike(OvirtPlatformSpec item)voidPlatformSpec. setOvirt(OvirtPlatformSpec ovirt)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.PlatformSpecFluent.OvirtNested<A>PlatformSpecFluent. withNewOvirtLike(OvirtPlatformSpec item)APlatformSpecFluent. withOvirt(OvirtPlatformSpec ovirt)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OvirtPlatformSpec Constructor Description OvirtPlatformSpecBuilder(OvirtPlatformSpec instance)OvirtPlatformSpecBuilder(OvirtPlatformSpecFluent<?> fluent, OvirtPlatformSpec instance)OvirtPlatformSpecFluent(OvirtPlatformSpec 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)
-