Class CloudAccountVsphere
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccountVsphere
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccountVsphere extends Object
State object representing a vSphere 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** -
CloudAccountVsphere - Self link to this cloud account.
-
Constructor Summary
Constructors Constructor Description CloudAccountVsphere() -
Method Summary
Modifier and Type Method Description CloudAccountVsphere_links(Map<String,Href> _links)CloudAccountVsphereaddEnabledRegionIdsItem(String enabledRegionIdsItem)CloudAccountVsphereaddTagsItem(Tag tagsItem)CloudAccountVspherecreatedAt(String createdAt)CloudAccountVspherecustomProperties(Map<String,String> customProperties)CloudAccountVspheredcid(String dcid)CloudAccountVspheredescription(String description)CloudAccountVsphereenabledRegionIds(List<String> enabledRegionIds)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.StringgetDcid()Identifier of a data collector vm deployed in the on premise infrastructure.StringgetDescription()A human-friendly description.List<String>getEnabledRegionIds()A set of region names that are enabled for this cloud account.StringgetHostName()Host name for the vSphere cloud accountStringgetId()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.StringgetUsername()Username to authenticate with the cloud accountinthashCode()CloudAccountVspherehostName(String hostName)CloudAccountVsphereid(String id)CloudAccountVspherename(String name)CloudAccountVsphereorganizationId(String organizationId)CloudAccountVsphereorgId(String orgId)CloudAccountVsphereowner(String owner)CloudAccountVsphereputCustomPropertiesItem(String key, String customPropertiesItem)CloudAccountVsphereputLinksItem(String key, Href _linksItem)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDcid(String dcid)voidsetDescription(String description)voidsetEnabledRegionIds(List<String> enabledRegionIds)voidsetHostName(String hostName)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)voidsetUsername(String username)CloudAccountVspheretags(List<Tag> tags)StringtoString()CloudAccountVsphereupdatedAt(String updatedAt)CloudAccountVsphereusername(String username)
-
Constructor Details
-
CloudAccountVsphere
public CloudAccountVsphere()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
hostName
-
getHostName
Host name for the vSphere cloud account- Returns:
- hostName
-
setHostName
-
enabledRegionIds
-
addEnabledRegionIdsItem
-
getEnabledRegionIds
A set of region names that are enabled for this cloud account.- Returns:
- enabledRegionIds
-
setEnabledRegionIds
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
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
-
dcid
-
getDcid
Identifier of a data collector vm deployed in the on premise infrastructure.- Returns:
- dcid
-
setDcid
-
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 with the cloud account- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-