Class ImageProfile
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ImageProfile
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ImageProfile extends Object
Represents a structure that holds a list of image mappings defined for the particular
region.<br>**HATEOAS** links:<br>**region** - Region - Region for the
profile.<br>**self** - ImageProfile - Self link to this image profile
-
Constructor Summary
Constructors Constructor Description ImageProfile()
-
Method Summary
Modifier and Type Method Description ImageProfile
_links(Map<String,Href> _links)
ImageProfile
cloudAccountId(String cloudAccountId)
ImageProfile
createdAt(String createdAt)
ImageProfile
description(String description)
boolean
equals(Object o)
ImageProfile
externalRegionId(String externalRegionId)
String
getCloudAccountId()
Id of the cloud account this image profile belongs to.String
getCreatedAt()
Date when the entity was created.String
getDescription()
A human-friendly description.String
getExternalRegionId()
The id of the region for which this profile is definedString
getId()
The id of this resource instanceImageMapping
getImageMappings()
Get imageMappingsMap<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.String
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
ImageProfile
id(String id)
ImageProfile
imageMappings(ImageMapping imageMappings)
ImageProfile
name(String name)
ImageProfile
organizationId(String organizationId)
ImageProfile
orgId(String orgId)
ImageProfile
owner(String owner)
ImageProfile
putLinksItem(String key, Href _linksItem)
void
setCloudAccountId(String cloudAccountId)
void
setCreatedAt(String createdAt)
void
setDescription(String description)
void
setExternalRegionId(String externalRegionId)
void
setId(String id)
void
setImageMappings(ImageMapping imageMappings)
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()
ImageProfile
updatedAt(String updatedAt)
-
Constructor Details
-
ImageProfile
public ImageProfile()
-
-
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
The id of the region for which this profile is defined- Returns:
- externalRegionId
-
setExternalRegionId
-
imageMappings
-
getImageMappings
Get imageMappings- Returns:
- imageMappings
-
setImageMappings
-
cloudAccountId
-
getCloudAccountId
Id of the cloud account this image 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
-