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 StorageProfileAzureSpecification
addTagsItem(Tag tagsItem)
StorageProfileAzureSpecification
dataDiskCaching(String dataDiskCaching)
StorageProfileAzureSpecification
defaultItem(Boolean defaultItem)
StorageProfileAzureSpecification
description(String description)
StorageProfileAzureSpecification
diskType(String diskType)
boolean
equals(Object o)
String
getDataDiskCaching()
Indicates the caching mechanism for additional disk.String
getDescription()
A human-friendly description.String
getDiskType()
Indicates the performance tier for the storage type.String
getName()
A human-friendly name used as an identifier in APIs that support this option.String
getOsDiskCaching()
Indicates the caching mechanism for OS disk.String
getRegionId()
The If of the region that is associated with the storage profile.String
getStorageAccountId()
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.int
hashCode()
Boolean
isDefaultItem()
Indicates if a storage policy contains default storage properties.Boolean
isSupportsEncryption()
Indicates whether this storage policy should support encryption or not.StorageProfileAzureSpecification
name(String name)
StorageProfileAzureSpecification
osDiskCaching(String osDiskCaching)
StorageProfileAzureSpecification
regionId(String regionId)
void
setDataDiskCaching(String dataDiskCaching)
void
setDefaultItem(Boolean defaultItem)
void
setDescription(String description)
void
setDiskType(String diskType)
void
setName(String name)
void
setOsDiskCaching(String osDiskCaching)
void
setRegionId(String regionId)
void
setStorageAccountId(String storageAccountId)
void
setSupportsEncryption(Boolean supportsEncryption)
void
setTags(List<Tag> tags)
StorageProfileAzureSpecification
storageAccountId(String storageAccountId)
StorageProfileAzureSpecification
supportsEncryption(Boolean supportsEncryption)
StorageProfileAzureSpecification
tags(List<Tag> tags)
String
toString()
-
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
-