Class StorageResourceReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.nutanix.v1.StorageResourceReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StorageResourceReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StorageResourceReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<StorageResourceReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
StorageResourceReference holds reference information of a storage resource (storage container, data source image, etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageResourceReference()No args constructor for use in serializationStorageResourceReference(String name, String referenceName, String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageResourceReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()Name is the name of the storage container resource in the Prism Element.StringgetReferenceName()ReferenceName is the identifier of the storage resource configured in the FailureDomain.StringgetUuid()UUID is the UUID of the storage container resource in the Prism Element.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)Name is the name of the storage container resource in the Prism Element.voidsetReferenceName(String referenceName)ReferenceName is the identifier of the storage resource configured in the FailureDomain.voidsetUuid(String uuid)UUID is the UUID of the storage container resource in the Prism Element.StorageResourceReferenceBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
Name is the name of the storage container resource in the Prism Element.
-
setName
public void setName(String name)
Name is the name of the storage container resource in the Prism Element.
-
getReferenceName
public String getReferenceName()
ReferenceName is the identifier of the storage resource configured in the FailureDomain.
-
setReferenceName
public void setReferenceName(String referenceName)
ReferenceName is the identifier of the storage resource configured in the FailureDomain.
-
getUuid
public String getUuid()
UUID is the UUID of the storage container resource in the Prism Element.
-
setUuid
public void setUuid(String uuid)
UUID is the UUID of the storage container resource in the Prism Element.
-
edit
public StorageResourceReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StorageResourceReferenceBuilder>
-
toBuilder
public StorageResourceReferenceBuilder toBuilder()
-
-