Class SnapshotSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.SnapshotSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class SnapshotSpecification extends Object
SnapshotSpecification
-
Constructor Summary
Constructors Constructor Description SnapshotSpecification() -
Method Summary
Modifier and Type Method Description SnapshotSpecification_links(Map<String,Href> _links)SnapshotSpecificationcreatedAt(String createdAt)SnapshotSpecificationcustomProperties(Map<String,String> customProperties)SnapshotSpecificationdescription(String description)booleanequals(Object o)StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Additional custom properties that may be used to extend the snapshot.StringgetDescription()A human-friendly description.StringgetId()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()SnapshotSpecificationid(String id)BooleanisSnapshotMemory()Captures the full state of a running virtual machine, including the memory.SnapshotSpecificationname(String name)SnapshotSpecificationorganizationId(String organizationId)SnapshotSpecificationorgId(String orgId)SnapshotSpecificationowner(String owner)SnapshotSpecificationputCustomPropertiesItem(String key, String customPropertiesItem)SnapshotSpecificationputLinksItem(String key, Href _linksItem)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDescription(String description)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetSnapshotMemory(Boolean snapshotMemory)voidsetUpdatedAt(String updatedAt)SnapshotSpecificationsnapshotMemory(Boolean snapshotMemory)StringtoString()SnapshotSpecificationupdatedAt(String updatedAt)
-
Constructor Details
-
SnapshotSpecification
public SnapshotSpecification()
-
-
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
-
snapshotMemory
-
isSnapshotMemory
Captures the full state of a running virtual machine, including the memory.- Returns:
- snapshotMemory
-
setSnapshotMemory
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional custom properties that may be used to extend the snapshot.- Returns:
- customProperties
-
setCustomProperties
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
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
-