Class StorageProfileAzureSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.StorageProfileAzureSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class StorageProfileAzureSpecification extends Object
Represents a specification of Azure storage profile.
-
Constructor Summary
Constructors Constructor Description StorageProfileAzureSpecification() -
Method Summary
Modifier and Type Method Description StorageProfileAzureSpecificationaddTagsItem(Tag tagsItem)StorageProfileAzureSpecificationdataDiskCaching(String dataDiskCaching)StorageProfileAzureSpecificationdefaultItem(Boolean defaultItem)StorageProfileAzureSpecificationdescription(String description)StorageProfileAzureSpecificationdiskType(String diskType)booleanequals(Object o)StringgetDataDiskCaching()Indicates the caching mechanism for additional disk.StringgetDescription()A human-friendly description.StringgetDiskType()Indicates the performance tier for the storage type.StringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetOsDiskCaching()Indicates the caching mechanism for OS disk.StringgetRegionId()The If of the region that is associated with the storage profile.StringgetStorageAccountId()Id of a storage account where in the disk is placed.List<Tag>getTags()A set of tag keys and optional values for a storage policy which define set of specifications for creating a disk.inthashCode()BooleanisDefaultItem()Indicates if a storage policy contains default storage properties.BooleanisSupportsEncryption()Indicates whether this storage policy should support encryption or not.StorageProfileAzureSpecificationname(String name)StorageProfileAzureSpecificationosDiskCaching(String osDiskCaching)StorageProfileAzureSpecificationregionId(String regionId)voidsetDataDiskCaching(String dataDiskCaching)voidsetDefaultItem(Boolean defaultItem)voidsetDescription(String description)voidsetDiskType(String diskType)voidsetName(String name)voidsetOsDiskCaching(String osDiskCaching)voidsetRegionId(String regionId)voidsetStorageAccountId(String storageAccountId)voidsetSupportsEncryption(Boolean supportsEncryption)voidsetTags(List<Tag> tags)StorageProfileAzureSpecificationstorageAccountId(String storageAccountId)StorageProfileAzureSpecificationsupportsEncryption(Boolean supportsEncryption)StorageProfileAzureSpecificationtags(List<Tag> tags)StringtoString()
-
Constructor Details
-
StorageProfileAzureSpecification
public StorageProfileAzureSpecification()
-
-
Method Details
-
storageAccountId
-
getStorageAccountId
Id of a storage account where in the disk is placed.- Returns:
- storageAccountId
-
setStorageAccountId
-
supportsEncryption
-
isSupportsEncryption
Indicates whether this storage policy should support encryption or not.- Returns:
- supportsEncryption
-
setSupportsEncryption
-
regionId
-
getRegionId
The If 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 policy contains default storage properties.- Returns:
- defaultItem
-
setDefaultItem
-
diskType
-
getDiskType
Indicates the performance tier for the storage type. Premium disks are SSD backed and Standard disks are HDD backed.- Returns:
- diskType
-
setDiskType
-
dataDiskCaching
-
getDataDiskCaching
Indicates the caching mechanism for additional disk.- Returns:
- dataDiskCaching
-
setDataDiskCaching
-
osDiskCaching
-
getOsDiskCaching
Indicates the caching mechanism for OS disk. Default policy for OS disks is Read/Write.- Returns:
- osDiskCaching
-
setOsDiskCaching
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values for a storage policy which define set of specifications for creating a disk.- Returns:
- tags
-
setTags
-
equals
-
hashCode
public int hashCode() -
toString
-