Class StorageProfileSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.StorageProfileSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class StorageProfileSpecification extends Object
Represents a specification of generic storage profile.
-
Constructor Summary
Constructors Constructor Description StorageProfileSpecification() -
Method Summary
Modifier and Type Method Description StorageProfileSpecificationaddTagsItem(Tag tagsItem)StorageProfileSpecificationdefaultItem(Boolean defaultItem)StorageProfileSpecificationdescription(String description)StorageProfileSpecificationdiskProperties(Map<String,String> diskProperties)StorageProfileSpecificationdiskTargetProperties(Map<String,String> diskTargetProperties)booleanequals(Object o)StringgetDescription()A human-friendly description.Map<String,String>getDiskProperties()Map of storage properties that are to be applied on disk while provisioning.Map<String,String>getDiskTargetProperties()Map of storage placements to know where the disk is provisioned.StringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetRegionId()The Id of the region that is associated with the storage profile.List<Tag>getTags()A list of tags that represent the capabilities of this storage profileinthashCode()BooleanisDefaultItem()Indicates if a storage profile is a default profile.BooleanisSupportsEncryption()Indicates whether this storage profile supports encryption or not.StorageProfileSpecificationname(String name)StorageProfileSpecificationputDiskPropertiesItem(String key, String diskPropertiesItem)StorageProfileSpecificationputDiskTargetPropertiesItem(String key, String diskTargetPropertiesItem)StorageProfileSpecificationregionId(String regionId)voidsetDefaultItem(Boolean defaultItem)voidsetDescription(String description)voidsetDiskProperties(Map<String,String> diskProperties)voidsetDiskTargetProperties(Map<String,String> diskTargetProperties)voidsetName(String name)voidsetRegionId(String regionId)voidsetSupportsEncryption(Boolean supportsEncryption)voidsetTags(List<Tag> tags)StorageProfileSpecificationsupportsEncryption(Boolean supportsEncryption)StorageProfileSpecificationtags(List<Tag> tags)StringtoString()
-
Constructor Details
-
StorageProfileSpecification
public StorageProfileSpecification()
-
-
Method Details
-
diskProperties
-
putDiskPropertiesItem
-
getDiskProperties
Map of storage properties that are to be applied on disk while provisioning.- Returns:
- diskProperties
-
setDiskProperties
-
supportsEncryption
-
isSupportsEncryption
Indicates whether this storage profile supports encryption or not.- Returns:
- supportsEncryption
-
setSupportsEncryption
-
diskTargetProperties
-
putDiskTargetPropertiesItem
public StorageProfileSpecification putDiskTargetPropertiesItem(String key, String diskTargetPropertiesItem) -
getDiskTargetProperties
Map of storage placements to know where the disk is provisioned.- Returns:
- diskTargetProperties
-
setDiskTargetProperties
-
regionId
-
getRegionId
The Id of the region that is associated with the storage profile.- Returns:
- regionId
-
setRegionId
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
defaultItem
-
isDefaultItem
Indicates if a storage profile is a default profile.- Returns:
- defaultItem
-
setDefaultItem
-
tags
-
addTagsItem
-
getTags
A list of tags that represent the capabilities of this storage profile- Returns:
- tags
-
setTags
-
equals
-
hashCode
public int hashCode() -
toString
-