Class CloudAccountVmc
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccountVmc
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccountVmc extends Object
State object representing a Vmc 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>**regions** -
array[Region] - List of regions that are enabled for this cloud account.<br>**self** -
CloudAccountVmc - Self link to this cloud account
-
Constructor Summary
Constructors Constructor Description CloudAccountVmc() -
Method Summary
Modifier and Type Method Description CloudAccountVmc_links(Map<String,Href> _links)CloudAccountVmcaddTagsItem(Tag tagsItem)CloudAccountVmccreatedAt(String createdAt)CloudAccountVmccreateDefaultZones(Boolean createDefaultZones)CloudAccountVmccustomProperties(Map<String,String> customProperties)CloudAccountVmcdescription(String description)booleanequals(Object o)StringgetCreatedAt()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.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.StringgetSddc()SDDC environment.List<Tag>getTags()A set of tag keys and optional values to set on the Cloud Account.Cloud account capability tags may enable different features.StringgetUpdatedAt()Date when the entity was last updated.StringgetUsername()Username to authenticate to vCenterinthashCode()CloudAccountVmcid(String id)BooleanisCreateDefaultZones()Create default cloud zones for the enabled regions.CloudAccountVmcname(String name)CloudAccountVmcorganizationId(String organizationId)CloudAccountVmcorgId(String orgId)CloudAccountVmcowner(String owner)CloudAccountVmcputCustomPropertiesItem(String key, String customPropertiesItem)CloudAccountVmcputLinksItem(String key, Href _linksItem)CloudAccountVmcsddc(String sddc)voidsetCreatedAt(String createdAt)voidsetCreateDefaultZones(Boolean createDefaultZones)voidsetCustomProperties(Map<String,String> customProperties)voidsetDescription(String description)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetSddc(String sddc)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)voidsetUsername(String username)CloudAccountVmctags(List<Tag> tags)StringtoString()CloudAccountVmcupdatedAt(String updatedAt)CloudAccountVmcusername(String username)
-
Constructor Details
-
CloudAccountVmc
public CloudAccountVmc()
-
-
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
-
sddc
-
getSddc
SDDC environment.- Returns:
- sddc
-
setSddc
-
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 to set on the Cloud Account.Cloud account capability tags may enable different features.- 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
-
createDefaultZones
-
isCreateDefaultZones
Create default cloud zones for the enabled regions.- Returns:
- createDefaultZones
-
setCreateDefaultZones
-
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
-
username
-
getUsername
Username to authenticate to vCenter- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-