Uses of Class
io.fabric8.openshift.api.model.config.v1.OpenStackPlatformSpec
-
Packages that use OpenStackPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OpenStackPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OpenStackPlatformSpec Modifier and Type Method Description OpenStackPlatformSpecOpenStackPlatformSpecBuilder. build()OpenStackPlatformSpecPlatformSpecFluent. buildOpenstack()OpenStackPlatformSpecPlatformSpec. getOpenstack()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 OpenStackPlatformSpec Modifier and Type Method Description protected voidOpenStackPlatformSpecFluent. copyInstance(OpenStackPlatformSpec instance)PlatformSpecFluent.OpenstackNested<A>PlatformSpecFluent. editOrNewOpenstackLike(OpenStackPlatformSpec item)voidPlatformSpec. setOpenstack(OpenStackPlatformSpec openstack)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.PlatformSpecFluent.OpenstackNested<A>PlatformSpecFluent. withNewOpenstackLike(OpenStackPlatformSpec item)APlatformSpecFluent. withOpenstack(OpenStackPlatformSpec openstack)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OpenStackPlatformSpec Constructor Description OpenStackPlatformSpecBuilder(OpenStackPlatformSpec instance)OpenStackPlatformSpecBuilder(OpenStackPlatformSpecFluent<?> fluent, OpenStackPlatformSpec instance)OpenStackPlatformSpecFluent(OpenStackPlatformSpec 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)
-