Class Platform
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.openstack.v1.Platform
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Platform extends Object implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Platform stores all the global OpenStack configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Platform()No args constructor for use in serializationPlatform(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef, String cloud, io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, Boolean trunkSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.LocalObjectReferencegetCertificatesSecretRef()Platform stores all the global OpenStack configurationStringgetCloud()Cloud will be used to indicate the OS_CLOUD value to use the right section from the clouds.yaml in the CredentialsSecretRef.io.fabric8.kubernetes.api.model.LocalObjectReferencegetCredentialsSecretRef()Platform stores all the global OpenStack configurationBooleangetTrunkSupport()TrunkSupport indicates whether or not to use trunk ports in your OpenShift cluster.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCertificatesSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)Platform stores all the global OpenStack configurationvoidsetCloud(String cloud)Cloud will be used to indicate the OS_CLOUD value to use the right section from the clouds.yaml in the CredentialsSecretRef.voidsetCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)Platform stores all the global OpenStack configurationvoidsetTrunkSupport(Boolean trunkSupport)TrunkSupport indicates whether or not to use trunk ports in your OpenShift cluster.PlatformBuildertoBuilder()
-
-
-
Method Detail
-
getCertificatesSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCertificatesSecretRef()
Platform stores all the global OpenStack configuration
-
setCertificatesSecretRef
public void setCertificatesSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)
Platform stores all the global OpenStack configuration
-
getCloud
public String getCloud()
Cloud will be used to indicate the OS_CLOUD value to use the right section from the clouds.yaml in the CredentialsSecretRef.
-
setCloud
public void setCloud(String cloud)
Cloud will be used to indicate the OS_CLOUD value to use the right section from the clouds.yaml in the CredentialsSecretRef.
-
getCredentialsSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
Platform stores all the global OpenStack configuration
-
setCredentialsSecretRef
public void setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
Platform stores all the global OpenStack configuration
-
getTrunkSupport
public Boolean getTrunkSupport()
TrunkSupport indicates whether or not to use trunk ports in your OpenShift cluster.
-
setTrunkSupport
public void setTrunkSupport(Boolean trunkSupport)
TrunkSupport indicates whether or not to use trunk ports in your OpenShift cluster.
-
edit
public PlatformBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>
-
toBuilder
public PlatformBuilder toBuilder()
-
-