Class DiskSnapshot
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.DiskSnapshot
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class DiskSnapshot extends Object
Represents a disk snapshot
-
Constructor Summary
Constructors Constructor Description DiskSnapshot()
-
Method Summary
Modifier and Type Method Description DiskSnapshot
_links(Map<String,Href> _links)
DiskSnapshot
createdAt(String createdAt)
DiskSnapshot
desc(String desc)
boolean
equals(Object o)
String
getCreatedAt()
Date when the entity was created.String
getDesc()
A human-friendly description.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.String
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
DiskSnapshot
id(String id)
DiskSnapshot
isCurrent(Boolean isCurrent)
Boolean
isIsCurrent()
A human-friendly description.DiskSnapshot
name(String name)
DiskSnapshot
organizationId(String organizationId)
DiskSnapshot
orgId(String orgId)
DiskSnapshot
owner(String owner)
DiskSnapshot
putLinksItem(String key, Href _linksItem)
void
setCreatedAt(String createdAt)
void
setDesc(String desc)
void
setId(String id)
void
setIsCurrent(Boolean isCurrent)
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()
DiskSnapshot
updatedAt(String updatedAt)
-
Constructor Details
-
DiskSnapshot
public DiskSnapshot()
-
-
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
-
isCurrent
-
isIsCurrent
A human-friendly description.- Returns:
- isCurrent
-
setIsCurrent
-
_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
-
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
-
desc
-
getDesc
A human-friendly description.- Returns:
- desc
-
setDesc
-
equals
-
hashCode
public int hashCode() -
toString
-