Class Platform
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.ovirt.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 oVirt 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, io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, String ovirtClusterId, String ovirtNetworkName, String storageDomainId)
-
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 oVirt configurationio.fabric8.kubernetes.api.model.LocalObjectReferencegetCredentialsSecretRef()Platform stores all the global oVirt configurationStringgetOvirtClusterId()The target cluster under which all VMs will runStringgetOvirtNetworkName()The target network of all the network interfaces of the nodes.StringgetStorageDomainId()The target storage domain under which all VM disk would be created.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCertificatesSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)Platform stores all the global oVirt configurationvoidsetCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)Platform stores all the global oVirt configurationvoidsetOvirtClusterId(String ovirtClusterId)The target cluster under which all VMs will runvoidsetOvirtNetworkName(String ovirtNetworkName)The target network of all the network interfaces of the nodes.voidsetStorageDomainId(String storageDomainId)The target storage domain under which all VM disk would be created.PlatformBuildertoBuilder()
-
-
-
Method Detail
-
getCertificatesSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCertificatesSecretRef()
Platform stores all the global oVirt configuration
-
setCertificatesSecretRef
public void setCertificatesSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference certificatesSecretRef)
Platform stores all the global oVirt configuration
-
getCredentialsSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
Platform stores all the global oVirt configuration
-
setCredentialsSecretRef
public void setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
Platform stores all the global oVirt configuration
-
getOvirtClusterId
public String getOvirtClusterId()
The target cluster under which all VMs will run
-
setOvirtClusterId
public void setOvirtClusterId(String ovirtClusterId)
The target cluster under which all VMs will run
-
getOvirtNetworkName
public String getOvirtNetworkName()
The target network of all the network interfaces of the nodes. Omitting defaults to ovirtmgmt network which is a default network for evert ovirt cluster.
-
setOvirtNetworkName
public void setOvirtNetworkName(String ovirtNetworkName)
The target network of all the network interfaces of the nodes. Omitting defaults to ovirtmgmt network which is a default network for evert ovirt cluster.
-
getStorageDomainId
public String getStorageDomainId()
The target storage domain under which all VM disk would be created.
-
setStorageDomainId
public void setStorageDomainId(String storageDomainId)
The target storage domain under which all VM disk would be created.
-
edit
public PlatformBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>
-
toBuilder
public PlatformBuilder toBuilder()
-
-