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)
Region
cloudAccountId(String cloudAccountId)
Region
createdAt(String createdAt)
boolean
equals(Object o)
Region
externalRegionId(String externalRegionId)
String
getCloudAccountId()
The id of the cloud account this region belongs to.String
getCreatedAt()
Date when the entity was created.String
getExternalRegionId()
Unique identifier of region on the provider side.String
getId()
The id of this resource instanceMap<String,Href>
getLinks()
HATEOAS of the entityString
getName()
Name of region on the provider side.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.String
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
Region
id(String id)
Region
name(String name)
Region
organizationId(String organizationId)
Region
orgId(String orgId)
Region
owner(String owner)
Region
putLinksItem(String key, Href _linksItem)
void
setCloudAccountId(String cloudAccountId)
void
setCreatedAt(String createdAt)
void
setExternalRegionId(String externalRegionId)
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
setUpdatedAt(String updatedAt)
String
toString()
Region
updatedAt(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
-