Class FlavorProfile
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FlavorProfile
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FlavorProfile extends Object
Represents a structure that holds flavor mappings defined for the corresponding cloud end-point
region.<br>**HATEOAS** links:<br>**region** - Region - Region for the
profile.<br>**self** - FlavorProfile - Self link to this flavor profile
-
Constructor Summary
Constructors Constructor Description FlavorProfile() -
Method Summary
Modifier and Type Method Description FlavorProfile_links(Map<String,Href> _links)FlavorProfilecloudAccountId(String cloudAccountId)FlavorProfilecreatedAt(String createdAt)FlavorProfiledescription(String description)booleanequals(Object o)FlavorProfileexternalRegionId(String externalRegionId)FlavorProfileflavorMappings(FlavorMapping flavorMappings)StringgetCloudAccountId()Id of the cloud account this flavor profile belongs to.StringgetCreatedAt()Date when the entity was created.StringgetDescription()A human-friendly description.StringgetExternalRegionId()The id of the region for which this profile is definedFlavorMappinggetFlavorMappings()Get flavorMappingsStringgetId()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.StringgetUpdatedAt()Date when the entity was last updated.inthashCode()FlavorProfileid(String id)FlavorProfilename(String name)FlavorProfileorganizationId(String organizationId)FlavorProfileorgId(String orgId)FlavorProfileowner(String owner)FlavorProfileputLinksItem(String key, Href _linksItem)voidsetCloudAccountId(String cloudAccountId)voidsetCreatedAt(String createdAt)voidsetDescription(String description)voidsetExternalRegionId(String externalRegionId)voidsetFlavorMappings(FlavorMapping flavorMappings)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetUpdatedAt(String updatedAt)StringtoString()FlavorProfileupdatedAt(String updatedAt)
-
Constructor Details
-
FlavorProfile
public FlavorProfile()
-
-
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
-
flavorMappings
-
getFlavorMappings
Get flavorMappings- Returns:
- flavorMappings
-
setFlavorMappings
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
externalRegionId
-
getExternalRegionId
The id of the region for which this profile is defined- Returns:
- externalRegionId
-
setExternalRegionId
-
cloudAccountId
-
getCloudAccountId
Id of the cloud account this flavor profile belongs to.- Returns:
- cloudAccountId
-
setCloudAccountId
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
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
-