Class BlockDevice
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.BlockDevice
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class BlockDevice extends Object
State object representing a block device.<br>**HATEOAS** links:<br>**cloud-accounts**
- array[CloudAccount] - Cloud accounts where this disk is provisioned.<br>**self** -
BlockDevice - Self link to this block device
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBlockDevice.StatusEnumStatus of the block devicestatic classBlockDevice.TypeEnumType of the block device -
Constructor Summary
Constructors Constructor Description BlockDevice() -
Method Summary
Modifier and Type Method Description BlockDevice_links(Map<String,Href> _links)BlockDeviceaddCloudAccountIdsItem(String cloudAccountIdsItem)BlockDeviceaddTagsItem(Tag tagsItem)BlockDevicecapacityInGB(Integer capacityInGB)BlockDevicecloudAccountIds(List<String> cloudAccountIds)BlockDevicecreatedAt(String createdAt)BlockDevicecustomProperties(Map<String,String> customProperties)BlockDevicedeploymentId(String deploymentId)BlockDevicedescription(String description)booleanequals(Object o)BlockDeviceexternalId(String externalId)BlockDeviceexternalRegionId(String externalRegionId)BlockDeviceexternalZoneId(String externalZoneId)IntegergetCapacityInGB()Capacity of the block device in GB.List<String>getCloudAccountIds()Set of ids of the cloud accounts this resource belongs to.StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Additional properties that may be used to extend the base resource.StringgetDeploymentId()Deployment id that is associated with this resource.StringgetDescription()A human-friendly description.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()The external regionId of the resource.StringgetExternalZoneId()The external zoneId of the resource.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.StringgetProjectId()The id of the project this resource belongs to.BlockDevice.StatusEnumgetStatus()Status of the block deviceList<Tag>getTags()A set of tag keys and optional values that were set on this resource.BlockDevice.TypeEnumgetType()Type of the block deviceStringgetUpdatedAt()Date when the entity was last updated.inthashCode()BlockDeviceid(String id)BooleanisPersistent()Indicates whether the block device survives a delete action.BlockDevicename(String name)BlockDeviceorganizationId(String organizationId)BlockDeviceorgId(String orgId)BlockDeviceowner(String owner)BlockDevicepersistent(Boolean persistent)BlockDeviceprojectId(String projectId)BlockDeviceputCustomPropertiesItem(String key, String customPropertiesItem)BlockDeviceputLinksItem(String key, Href _linksItem)voidsetCapacityInGB(Integer capacityInGB)voidsetCloudAccountIds(List<String> cloudAccountIds)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDeploymentId(String deploymentId)voidsetDescription(String description)voidsetExternalId(String externalId)voidsetExternalRegionId(String externalRegionId)voidsetExternalZoneId(String externalZoneId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetPersistent(Boolean persistent)voidsetProjectId(String projectId)voidsetStatus(BlockDevice.StatusEnum status)voidsetTags(List<Tag> tags)voidsetType(BlockDevice.TypeEnum type)voidsetUpdatedAt(String updatedAt)BlockDevicestatus(BlockDevice.StatusEnum status)BlockDevicetags(List<Tag> tags)StringtoString()BlockDevicetype(BlockDevice.TypeEnum type)BlockDeviceupdatedAt(String updatedAt)
-
Constructor Details
-
BlockDevice
public BlockDevice()
-
-
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 resource.- Returns:
- externalZoneId
-
setExternalZoneId
-
externalRegionId
-
getExternalRegionId
The external regionId of the resource.- 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 block device- 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.- Returns:
- tags
-
setTags
-
organizationId
-
getOrganizationId
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.- Returns:
- organizationId
-
setOrganizationId
-
capacityInGB
-
getCapacityInGB
Capacity of the block device in GB.- Returns:
- capacityInGB
-
setCapacityInGB
-
createdAt
-
getCreatedAt
Date when the entity was created. The date is in ISO 8601 and UTC.- Returns:
- createdAt
-
setCreatedAt
-
cloudAccountIds
-
addCloudAccountIdsItem
-
getCloudAccountIds
Set of ids of the cloud accounts this resource belongs to.- Returns:
- cloudAccountIds
-
setCloudAccountIds
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional properties that may be used to extend the base resource.- Returns:
- customProperties
-
setCustomProperties
-
deploymentId
-
getDeploymentId
Deployment id that is associated with this resource.- Returns:
- deploymentId
-
setDeploymentId
-
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
-
persistent
-
isPersistent
Indicates whether the block device survives a delete action.- Returns:
- persistent
-
setPersistent
-
projectId
-
getProjectId
The id of the project this resource belongs to.- Returns:
- projectId
-
setProjectId
-
updatedAt
-
getUpdatedAt
Date when the entity was last updated. The date is ISO 8601 and UTC.- Returns:
- updatedAt
-
setUpdatedAt
-
status
-
getStatus
Status of the block device- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-