Class FabricNetwork
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricNetwork
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricNetwork extends Object
State object representing a network on a external cloud provider.<br>**HATEOAS**
links:<br>**region** - Region - Region for the network.<br>**self** - FabricNetwork -
Self link to this network
-
Constructor Summary
Constructors Constructor Description FabricNetwork() -
Method Summary
Modifier and Type Method Description FabricNetwork_links(Map<String,Href> _links)FabricNetworkaddCloudAccountIdsItem(String cloudAccountIdsItem)FabricNetworkaddTagsItem(Tag tagsItem)FabricNetworkcidr(String cidr)FabricNetworkcloudAccountIds(List<String> cloudAccountIds)FabricNetworkcreatedAt(String createdAt)FabricNetworkcustomProperties(Map<String,String> customProperties)FabricNetworkdescription(String description)booleanequals(Object o)FabricNetworkexternalId(String externalId)FabricNetworkexternalRegionId(String externalRegionId)StringgetCidr()Network CIDR to be used.List<String>getCloudAccountIds()Set of ids of the cloud accounts this entity belongs to.StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Custom properties of the fabric network instanceStringgetDescription()A human-friendly description.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()The id of the region for which this network is definedStringgetId()The id of this resource instanceStringgetIpv6Cidr()Network IPv6 CIDR to be used.Map<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 resource instance.StringgetUpdatedAt()Date when the entity was last updated.inthashCode()FabricNetworkid(String id)FabricNetworkipv6Cidr(String ipv6Cidr)FabricNetworkisDefault(Boolean isDefault)BooleanisIsDefault()Indicates whether this is the default subnet for the zone.BooleanisIsPublic()Indicates whether the sub-network supports public IP assignment.FabricNetworkisPublic(Boolean isPublic)FabricNetworkname(String name)FabricNetworkorganizationId(String organizationId)FabricNetworkorgId(String orgId)FabricNetworkowner(String owner)FabricNetworkputCustomPropertiesItem(String key, String customPropertiesItem)FabricNetworkputLinksItem(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)voidsetIpv6Cidr(String ipv6Cidr)voidsetIsDefault(Boolean isDefault)voidsetIsPublic(Boolean isPublic)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)FabricNetworktags(List<Tag> tags)StringtoString()FabricNetworkupdatedAt(String updatedAt)
-
Constructor Details
-
FabricNetwork
public FabricNetwork()
-
-
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 id of the region for which this network is defined- 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 resource instance.- 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
-
ipv6Cidr
-
getIpv6Cidr
Network IPv6 CIDR to be used.- Returns:
- ipv6Cidr
-
setIpv6Cidr
-
cloudAccountIds
-
addCloudAccountIdsItem
-
getCloudAccountIds
Set of ids of the cloud accounts this entity belongs to.- Returns:
- cloudAccountIds
-
setCloudAccountIds
-
isDefault
-
isIsDefault
Indicates whether this is the default subnet for the zone.- Returns:
- isDefault
-
setIsDefault
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Custom properties of the fabric network instance- Returns:
- customProperties
-
setCustomProperties
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
isPublic
-
isIsPublic
Indicates whether the sub-network supports public IP assignment.- Returns:
- isPublic
-
setIsPublic
-
cidr
-
getCidr
Network CIDR to be used.- 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
-