Class AzureStorageProfile
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.AzureStorageProfile
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class AzureStorageProfile extends Object
Defines a structure that holds list of storage policies defined for Azure for a specific
region.**HATEOAS** links:<br>**storage-account** - FabricAzureStorageAccount - Storage
account for the profile.<br>**region** - Region - Region for the profile.<br>**self**
- AzureStorageProfile - Self link to this Azure storage profile.
-
Constructor Summary
Constructors Constructor Description AzureStorageProfile() -
Method Summary
Modifier and Type Method Description AzureStorageProfile_links(Map<String,Href> _links)AzureStorageProfileaddTagsItem(Tag tagsItem)AzureStorageProfilecloudAccountId(String cloudAccountId)AzureStorageProfilecreatedAt(String createdAt)AzureStorageProfiledataDiskCaching(String dataDiskCaching)AzureStorageProfiledefaultItem(Boolean defaultItem)AzureStorageProfiledescription(String description)AzureStorageProfilediskType(String diskType)booleanequals(Object o)AzureStorageProfileexternalRegionId(String externalRegionId)StringgetCloudAccountId()Id of the cloud account this storage profile belongs to.StringgetCreatedAt()Date when the entity was created.StringgetDataDiskCaching()Indicates the caching mechanism for additional disk.StringgetDescription()A human-friendly description.StringgetDiskType()Indicates the performance tier for the storage type.StringgetExternalRegionId()The id of the region for which this profile is definedStringgetId()The id of this resource instanceMap<String,Href>getLinks()HATEOAS of the entityStringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetOrganizationId()This field is deprecated.StringgetOrgId()The id of the organization this entity belongs to.StringgetOsDiskCaching()Indicates the caching mechanism for OS disk.StringgetOwner()Email of the user that owns the entity.List<Tag>getTags()A list of tags that represent the capabilities of this storage profileStringgetUpdatedAt()Date when the entity was last updated.inthashCode()AzureStorageProfileid(String id)BooleanisDefaultItem()Indicates if a storage profile contains default storage properties.BooleanisSupportsEncryption()Indicates whether this storage profile should support encryption or not.AzureStorageProfilename(String name)AzureStorageProfileorganizationId(String organizationId)AzureStorageProfileorgId(String orgId)AzureStorageProfileosDiskCaching(String osDiskCaching)AzureStorageProfileowner(String owner)AzureStorageProfileputLinksItem(String key, Href _linksItem)voidsetCloudAccountId(String cloudAccountId)voidsetCreatedAt(String createdAt)voidsetDataDiskCaching(String dataDiskCaching)voidsetDefaultItem(Boolean defaultItem)voidsetDescription(String description)voidsetDiskType(String diskType)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOsDiskCaching(String osDiskCaching)voidsetOwner(String owner)voidsetSupportsEncryption(Boolean supportsEncryption)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)AzureStorageProfilesupportsEncryption(Boolean supportsEncryption)AzureStorageProfiletags(List<Tag> tags)StringtoString()AzureStorageProfileupdatedAt(String updatedAt)
-
Constructor Details
-
AzureStorageProfile
public AzureStorageProfile()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
supportsEncryption
-
isSupportsEncryption
Indicates whether this storage profile should support encryption or not.- Returns:
- supportsEncryption
-
setSupportsEncryption
-
externalRegionId
-
getExternalRegionId
The id of the region for which this profile is defined- Returns:
- externalRegionId
-
setExternalRegionId
-
cloudAccountId
-
getCloudAccountId
Id of the cloud account this storage profile belongs to.- Returns:
- cloudAccountId
-
setCloudAccountId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
dataDiskCaching
-
getDataDiskCaching
Indicates the caching mechanism for additional disk.- Returns:
- dataDiskCaching
-
setDataDiskCaching
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
tags
-
addTagsItem
-
getTags
A list of tags that represent the capabilities of this storage profile- Returns:
- tags
-
setTags
-
organizationId
-
getOrganizationId
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.- Returns:
- organizationId
-
setOrganizationId
-
createdAt
-
getCreatedAt
Date when the entity was created. The date is in ISO 8601 and UTC.- Returns:
- createdAt
-
setCreatedAt
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
id
-
getId
The id of this resource instance- Returns:
- id
-
setId
-
defaultItem
-
isDefaultItem
Indicates if a storage profile 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
-
osDiskCaching
-
getOsDiskCaching
Indicates the caching mechanism for OS disk. Default policy for OS disks is Read/Write.- Returns:
- osDiskCaching
-
setOsDiskCaching
-
updatedAt
-
getUpdatedAt
Date when the entity was last updated. The date is ISO 8601 and UTC.- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-