Class FabricCompute
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricCompute
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricCompute extends Object
Represents a compute which is an entity on the cloud provider side that can be used to provision
resources in. It could be an availability zone in a public cloud, cluster, host or resource pool
in vSphere
-
Constructor Summary
Constructors Constructor Description FabricCompute()
-
Method Summary
Modifier and Type Method Description FabricCompute
_links(Map<String,Href> _links)
FabricCompute
addTagsItem(Tag tagsItem)
FabricCompute
createdAt(String createdAt)
FabricCompute
customProperties(Map<String,String> customProperties)
FabricCompute
description(String description)
boolean
equals(Object o)
FabricCompute
externalId(String externalId)
FabricCompute
externalRegionId(String externalRegionId)
FabricCompute
externalZoneId(String externalZoneId)
String
getCreatedAt()
Date when the entity was created.Map<String,String>
getCustomProperties()
Custom properties of the compute instanceString
getDescription()
A human-friendly description.String
getExternalId()
External entity Id on the provider side.String
getExternalRegionId()
The external regionId of the computeString
getExternalZoneId()
The external zoneId of the compute.String
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 this resource instance.String
getType()
Type of the compute instanceString
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
FabricCompute
id(String id)
FabricCompute
name(String name)
FabricCompute
organizationId(String organizationId)
FabricCompute
orgId(String orgId)
FabricCompute
owner(String owner)
FabricCompute
putCustomPropertiesItem(String key, String customPropertiesItem)
FabricCompute
putLinksItem(String key, Href _linksItem)
void
setCreatedAt(String createdAt)
void
setCustomProperties(Map<String,String> customProperties)
void
setDescription(String description)
void
setExternalId(String externalId)
void
setExternalRegionId(String externalRegionId)
void
setExternalZoneId(String externalZoneId)
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
setType(String type)
void
setUpdatedAt(String updatedAt)
FabricCompute
tags(List<Tag> tags)
String
toString()
FabricCompute
type(String type)
FabricCompute
updatedAt(String updatedAt)
-
Constructor Details
-
FabricCompute
public FabricCompute()
-
-
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
-
externalZoneId
-
getExternalZoneId
The external zoneId of the compute.- Returns:
- externalZoneId
-
setExternalZoneId
-
externalRegionId
-
getExternalRegionId
The external regionId of the compute- Returns:
- externalRegionId
-
setExternalRegionId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
type
-
getType
Type of the compute instance- Returns:
- type
-
setType
-
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 this resource instance.- 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
Custom properties of the compute instance- 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
-
equals
-
hashCode
public int hashCode() -
toString
-