Class CloudAccountNsxT
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CloudAccountNsxT
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CloudAccountNsxT extends Object
State object representing an NSX-T 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>**self** -
CloudAccountNsxT - Self link to this cloud account
-
Constructor Summary
Constructors Constructor Description CloudAccountNsxT()
-
Method Summary
Modifier and Type Method Description CloudAccountNsxT
_links(Map<String,Href> _links)
CloudAccountNsxT
addTagsItem(Tag tagsItem)
CloudAccountNsxT
createdAt(String createdAt)
CloudAccountNsxT
customProperties(Map<String,String> customProperties)
CloudAccountNsxT
dcid(String dcid)
CloudAccountNsxT
description(String description)
boolean
equals(Object o)
String
getCreatedAt()
Date when the entity was created.Map<String,String>
getCustomProperties()
Additional properties that may be used to extend the base type.String
getDcid()
Identifier of a data collector vm deployed in the on premise infrastructure.String
getDescription()
A human-friendly description.String
getHostName()
Host name for the NSX-T cloud accountString
getId()
The id of this resource instanceMap<String,Href>
getLinks()
HATEOAS of the entityString
getName()
A human-friendly name used as an identifier in APIs that support this option.String
getOrganizationId()
This field is deprecated.String
getOrgId()
The id of the organization this entity belongs to.String
getOwner()
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 AccountString
getUpdatedAt()
Date when the entity was last updated.String
getUsername()
Username to authenticate with the cloud accountint
hashCode()
CloudAccountNsxT
hostName(String hostName)
CloudAccountNsxT
id(String id)
CloudAccountNsxT
name(String name)
CloudAccountNsxT
organizationId(String organizationId)
CloudAccountNsxT
orgId(String orgId)
CloudAccountNsxT
owner(String owner)
CloudAccountNsxT
putCustomPropertiesItem(String key, String customPropertiesItem)
CloudAccountNsxT
putLinksItem(String key, Href _linksItem)
void
setCreatedAt(String createdAt)
void
setCustomProperties(Map<String,String> customProperties)
void
setDcid(String dcid)
void
setDescription(String description)
void
setHostName(String hostName)
void
setId(String id)
void
setLinks(Map<String,Href> _links)
void
setName(String name)
void
setOrganizationId(String organizationId)
void
setOrgId(String orgId)
void
setOwner(String owner)
void
setTags(List<Tag> tags)
void
setUpdatedAt(String updatedAt)
void
setUsername(String username)
CloudAccountNsxT
tags(List<Tag> tags)
String
toString()
CloudAccountNsxT
updatedAt(String updatedAt)
CloudAccountNsxT
username(String username)
-
Constructor Details
-
CloudAccountNsxT
public CloudAccountNsxT()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
hostName
-
getHostName
Host name for the NSX-T cloud account- Returns:
- hostName
-
setHostName
-
_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
-