Class Region
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.Region
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class Region extends Object
State object representing a region in a cloud account.<br>**HATEOAS**
links:<br>**cloud-account** - CloudAccount - Cloud account for the region.**self** - Region
- Self link to this region
-
Constructor Summary
Constructors Constructor Description Region() -
Method Summary
Modifier and Type Method Description Region_links(Map<String,Href> _links)RegioncloudAccountId(String cloudAccountId)RegioncreatedAt(String createdAt)booleanequals(Object o)RegionexternalRegionId(String externalRegionId)StringgetCloudAccountId()The id of the cloud account this region belongs to.StringgetCreatedAt()Date when the entity was created.StringgetExternalRegionId()Unique identifier of region on the provider side.StringgetId()The id of this resource instanceMap<String,Href>getLinks()HATEOAS of the entityStringgetName()Name of region on the provider side.StringgetOrganizationId()This field is deprecated.StringgetOrgId()The id of the organization this entity belongs to.StringgetOwner()Email of the user that owns the entity.StringgetUpdatedAt()Date when the entity was last updated.inthashCode()Regionid(String id)Regionname(String name)RegionorganizationId(String organizationId)RegionorgId(String orgId)Regionowner(String owner)RegionputLinksItem(String key, Href _linksItem)voidsetCloudAccountId(String cloudAccountId)voidsetCreatedAt(String createdAt)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetUpdatedAt(String updatedAt)StringtoString()RegionupdatedAt(String updatedAt)
-
Constructor Details
-
Region
public Region()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
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
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
externalRegionId
-
getExternalRegionId
Unique identifier of region on the provider side.- Returns:
- externalRegionId
-
setExternalRegionId
-
cloudAccountId
-
getCloudAccountId
The id of the cloud account this region belongs to.- Returns:
- cloudAccountId
-
setCloudAccountId
-
name
-
getName
Name of region on the provider side. In vSphere, the name of the region is different from its id.- Returns:
- name
-
setName
-
id
-
getId
The id of this resource instance- Returns:
- id
-
setId
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
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
-