Class FabricVsphereDatastore
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricVsphereDatastore
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricVsphereDatastore extends Object
Represents a structure that holds details of vSphere datastore.<br>**HATEOAS**
links:<br>**self** - FabricVsphereDatastore - Self link to this data store
-
Constructor Summary
Constructors Constructor Description FabricVsphereDatastore()
-
Method Summary
Modifier and Type Method Description FabricVsphereDatastore
_links(Map<String,Href> _links)
FabricVsphereDatastore
addCloudAccountIdsItem(String cloudAccountIdsItem)
FabricVsphereDatastore
addTagsItem(Tag tagsItem)
FabricVsphereDatastore
cloudAccountIds(List<String> cloudAccountIds)
FabricVsphereDatastore
createdAt(String createdAt)
FabricVsphereDatastore
description(String description)
boolean
equals(Object o)
FabricVsphereDatastore
externalId(String externalId)
FabricVsphereDatastore
externalRegionId(String externalRegionId)
FabricVsphereDatastore
freeSizeGB(String freeSizeGB)
List<String>
getCloudAccountIds()
Set of ids of the cloud accounts this entity belongs to.String
getCreatedAt()
Date when the entity was created.String
getDescription()
A human-friendly description.String
getExternalId()
External entity Id on the provider side.String
getExternalRegionId()
Id of datacenter in which the datastore is present.String
getFreeSizeGB()
Indicates free size available in datastore.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.List<Tag>
getTags()
A set of tag keys and optional values that were set on this datastore / datastore cluster.String
getType()
Type of datastore.String
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
FabricVsphereDatastore
id(String id)
FabricVsphereDatastore
name(String name)
FabricVsphereDatastore
organizationId(String organizationId)
FabricVsphereDatastore
orgId(String orgId)
FabricVsphereDatastore
owner(String owner)
FabricVsphereDatastore
putLinksItem(String key, Href _linksItem)
void
setCloudAccountIds(List<String> cloudAccountIds)
void
setCreatedAt(String createdAt)
void
setDescription(String description)
void
setExternalId(String externalId)
void
setExternalRegionId(String externalRegionId)
void
setFreeSizeGB(String freeSizeGB)
void
setId(String id)
void
setLinks(Map<String,Href> _links)
void
setName(String name)
void
setOrganizationId(String organizationId)
void
setOrgId(String orgId)
void
setOwner(String owner)
void
setTags(List<Tag> tags)
void
setType(String type)
void
setUpdatedAt(String updatedAt)
FabricVsphereDatastore
tags(List<Tag> tags)
String
toString()
FabricVsphereDatastore
type(String type)
FabricVsphereDatastore
updatedAt(String updatedAt)
-
Constructor Details
-
FabricVsphereDatastore
public FabricVsphereDatastore()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
freeSizeGB
-
getFreeSizeGB
Indicates free size available in datastore.- Returns:
- freeSizeGB
-
setFreeSizeGB
-
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
externalRegionId
-
getExternalRegionId
Id of datacenter in which the datastore is present.- 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 datastore.- 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 datastore / datastore cluster.- Returns:
- tags
-
setTags
-
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
-
cloudAccountIds
-
addCloudAccountIdsItem
-
getCloudAccountIds
Set of ids of the cloud accounts this entity belongs to.- Returns:
- cloudAccountIds
-
setCloudAccountIds
-
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
-
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
-