Class StorageProfile
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.StorageProfile
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class StorageProfile extends Object
Represents a structure that holds details of storage profile linked to a cloud zone /
region.**HATEOAS** links:<br>**region** - Region - Region for the
profile.<br>**self** - StorageProfile - Self link to this storage
profile.<br>**datastore** - FabricVsphereDatastore - Datastore of this storage
profile.<br>**storage-policy** - FabricVsphereStoragePolicy - vSphere storage policy for
this profile.<br> **storage-account** - FabricAzureStorageAccount - Azure storage account
for this profile.<br>
-
Constructor Summary
Constructors Constructor Description StorageProfile() -
Method Summary
Modifier and Type Method Description StorageProfile_links(Map<String,Href> _links)StorageProfileaddTagsItem(Tag tagsItem)StorageProfilecloudAccountId(String cloudAccountId)StorageProfilecreatedAt(String createdAt)StorageProfiledefaultItem(Boolean defaultItem)StorageProfiledescription(String description)StorageProfilediskProperties(Map<String,String> diskProperties)booleanequals(Object o)StorageProfileexternalRegionId(String externalRegionId)StringgetCloudAccountId()Id of the cloud account this storage profile belongs to.StringgetCreatedAt()Date when the entity was created.StringgetDescription()A human-friendly description.Map<String,String>getDiskProperties()Map of storage properties that are to be applied on disk while provisioning.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.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()StorageProfileid(String id)BooleanisDefaultItem()Indicates if a storage profile is default profile or not.BooleanisSupportsEncryption()Indicates whether this storage profile supports encryption or not.StorageProfilename(String name)StorageProfileorganizationId(String organizationId)StorageProfileorgId(String orgId)StorageProfileowner(String owner)StorageProfileputDiskPropertiesItem(String key, String diskPropertiesItem)StorageProfileputLinksItem(String key, Href _linksItem)voidsetCloudAccountId(String cloudAccountId)voidsetCreatedAt(String createdAt)voidsetDefaultItem(Boolean defaultItem)voidsetDescription(String description)voidsetDiskProperties(Map<String,String> diskProperties)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetSupportsEncryption(Boolean supportsEncryption)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)StorageProfilesupportsEncryption(Boolean supportsEncryption)StorageProfiletags(List<Tag> tags)StringtoString()StorageProfileupdatedAt(String updatedAt)
-
Constructor Details
-
StorageProfile
public StorageProfile()
-
-
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 supports 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
-
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
-
diskProperties
-
putDiskPropertiesItem
-
getDiskProperties
Map of storage properties that are to be applied on disk while provisioning.- Returns:
- diskProperties
-
setDiskProperties
-
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 is default profile or not.- Returns:
- defaultItem
-
setDefaultItem
-
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
-