Class CloudAccount
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccount
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccount extends Object
State object representing a cloud account.<br><br>A cloud account identifies a cloud
account type and an account-specific deployment region or data center where the associated cloud
account resources are hosted.<br>**HATEOAS** links:<br>**associated-cloud-accounts**
- array[CloudAccount] - Cloud accounts associated to this cloud account. For example an NSX
endpoint linked to a vSphere cloud account.<br>**regions** - array[Region] - List of
regions that are enabled for this cloud account.<br>**self** - CloudAccount - Self link to
this cloud account
-
Constructor Summary
Constructors Constructor Description CloudAccount() -
Method Summary
Modifier and Type Method Description CloudAccount_links(Map<String,Href> _links)CloudAccountaddEnabledRegionIdsItem(String enabledRegionIdsItem)CloudAccountaddTagsItem(Tag tagsItem)CloudAccountcloudAccountProperties(Map<String,String> cloudAccountProperties)CloudAccountcloudAccountType(String cloudAccountType)CloudAccountcreatedAt(String createdAt)CloudAccountcustomProperties(Map<String,String> customProperties)CloudAccountdescription(String description)CloudAccountenabledRegionIds(List<String> enabledRegionIds)booleanequals(Object o)Map<String,String>getCloudAccountProperties()Cloud account specific propertiesStringgetCloudAccountType()Cloud account typeStringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Additional properties that may be used to extend the base type.StringgetDescription()A human-friendly description.List<String>getEnabledRegionIds()A set of region names to enable provisioning on.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.List<Tag>getTags()A set of tag keys and optional values that were set on the Cloud AccountStringgetUpdatedAt()Date when the entity was last updated.inthashCode()CloudAccountid(String id)CloudAccountname(String name)CloudAccountorganizationId(String organizationId)CloudAccountorgId(String orgId)CloudAccountowner(String owner)CloudAccountputCloudAccountPropertiesItem(String key, String cloudAccountPropertiesItem)CloudAccountputCustomPropertiesItem(String key, String customPropertiesItem)CloudAccountputLinksItem(String key, Href _linksItem)voidsetCloudAccountProperties(Map<String,String> cloudAccountProperties)voidsetCloudAccountType(String cloudAccountType)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDescription(String description)voidsetEnabledRegionIds(List<String> enabledRegionIds)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)CloudAccounttags(List<Tag> tags)StringtoString()CloudAccountupdatedAt(String updatedAt)
-
Constructor Details
-
CloudAccount
public CloudAccount()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
cloudAccountProperties
-
putCloudAccountPropertiesItem
-
getCloudAccountProperties
Cloud account specific properties- Returns:
- cloudAccountProperties
-
setCloudAccountProperties
-
enabledRegionIds
-
addEnabledRegionIdsItem
-
getEnabledRegionIds
A set of region names to enable provisioning on.- Returns:
- enabledRegionIds
-
setEnabledRegionIds
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
cloudAccountType
-
getCloudAccountType
Cloud account type- Returns:
- cloudAccountType
-
setCloudAccountType
-
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 set of tag keys and optional values that were set on the Cloud Account- 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
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional properties that may be used to extend the base type.- Returns:
- customProperties
-
setCustomProperties
-
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
-