Class NetworkDomain
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.NetworkDomain
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class NetworkDomain extends Object
The network domain object is the parent of related subnets that are configured together. Subnets
within a domain must have non-overlapping address spaces.<br>**HATEOAS**
links:<br>**cloud-accounts** - array[CloudAccount] - List of cloud accounts where this
network domain exists.<br>**self** - NetworkDomain - Self link to this network domain
-
Constructor Summary
Constructors Constructor Description NetworkDomain() -
Method Summary
Modifier and Type Method Description NetworkDomain_links(Map<String,Href> _links)NetworkDomainaddCloudAccountIdsItem(String cloudAccountIdsItem)NetworkDomainaddTagsItem(Tag tagsItem)NetworkDomaincidr(String cidr)NetworkDomaincloudAccountIds(List<String> cloudAccountIds)NetworkDomaincreatedAt(String createdAt)NetworkDomaincustomProperties(Map<String,String> customProperties)NetworkDomaindescription(String description)booleanequals(Object o)NetworkDomainexternalId(String externalId)NetworkDomainexternalRegionId(String externalRegionId)StringgetCidr()IPv4 address range of the network domain in CIDR formatList<String>getCloudAccountIds()Set of ids of the cloud accounts this entity belongs to.StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Additional properties that may be used to extend the base type.StringgetDescription()A human-friendly description.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()The external regionId of the network domain.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.List<Tag>getTags()A set of tag keys and optional values that were set on this network domain.StringgetUpdatedAt()Date when the entity was last updated.inthashCode()NetworkDomainid(String id)NetworkDomainname(String name)NetworkDomainorganizationId(String organizationId)NetworkDomainorgId(String orgId)NetworkDomainowner(String owner)NetworkDomainputCustomPropertiesItem(String key, String customPropertiesItem)NetworkDomainputLinksItem(String key, Href _linksItem)voidsetCidr(String cidr)voidsetCloudAccountIds(List<String> cloudAccountIds)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDescription(String description)voidsetExternalId(String externalId)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)NetworkDomaintags(List<Tag> tags)StringtoString()NetworkDomainupdatedAt(String updatedAt)
-
Constructor Details
-
NetworkDomain
public NetworkDomain()
-
-
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
-
externalRegionId
-
getExternalRegionId
The external regionId of the network domain.- Returns:
- externalRegionId
-
setExternalRegionId
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
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 network domain.- 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
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Additional properties that may be used to extend the base type.- Returns:
- customProperties
-
setCustomProperties
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
cidr
-
getCidr
IPv4 address range of the network domain in CIDR format- Returns:
- cidr
-
setCidr
-
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
-