Class FabricAzureStorageAccount
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricAzureStorageAccount
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricAzureStorageAccount extends Object
Represents a structure that holds details of Azure endpoint's storage
account.<br>**HATEOAS** links:<br>**region** - Region - Region for the storage
account.<br>**self** - FabricAzureStorageAccount - Self link to this storage account
-
Constructor Summary
Constructors Constructor Description FabricAzureStorageAccount() -
Method Summary
Modifier and Type Method Description FabricAzureStorageAccount_links(Map<String,Href> _links)FabricAzureStorageAccountaddCloudAccountIdsItem(String cloudAccountIdsItem)FabricAzureStorageAccountcloudAccountIds(List<String> cloudAccountIds)FabricAzureStorageAccountcreatedAt(String createdAt)FabricAzureStorageAccountdescription(String description)booleanequals(Object o)FabricAzureStorageAccountexternalId(String externalId)FabricAzureStorageAccountexternalRegionId(String externalRegionId)List<String>getCloudAccountIds()Set of ids of the cloud accounts this entity belongs to.StringgetCreatedAt()Date when the entity was created.StringgetDescription()A human-friendly description.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()Indicates the ID of region.StringgetId()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.StringgetType()Indicates the performance tier for the storage type.StringgetUpdatedAt()Date when the entity was last updated.inthashCode()FabricAzureStorageAccountid(String id)FabricAzureStorageAccountname(String name)FabricAzureStorageAccountorganizationId(String organizationId)FabricAzureStorageAccountorgId(String orgId)FabricAzureStorageAccountowner(String owner)FabricAzureStorageAccountputLinksItem(String key, Href _linksItem)voidsetCloudAccountIds(List<String> cloudAccountIds)voidsetCreatedAt(String createdAt)voidsetDescription(String description)voidsetExternalId(String externalId)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetType(String type)voidsetUpdatedAt(String updatedAt)StringtoString()FabricAzureStorageAccounttype(String type)FabricAzureStorageAccountupdatedAt(String updatedAt)
-
Constructor Details
-
FabricAzureStorageAccount
public FabricAzureStorageAccount()
-
-
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
-
externalRegionId
-
getExternalRegionId
Indicates the ID of region.- Returns:
- externalRegionId
-
setExternalRegionId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
type
-
getType
Indicates the performance tier for the storage type. Premium disks are SSD backed and Standard disks are HDD backed.- Returns:
- type
-
setType
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
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
-
cloudAccountIds
-
addCloudAccountIdsItem
-
getCloudAccountIds
Set of ids of the cloud accounts this entity belongs to.- Returns:
- cloudAccountIds
-
setCloudAccountIds
-
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
-
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
-