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)
FabricNetwork
addCloudAccountIdsItem(String cloudAccountIdsItem)
FabricNetwork
addTagsItem(Tag tagsItem)
FabricNetwork
cidr(String cidr)
FabricNetwork
cloudAccountIds(List<String> cloudAccountIds)
FabricNetwork
createdAt(String createdAt)
FabricNetwork
customProperties(Map<String,String> customProperties)
FabricNetwork
description(String description)
boolean
equals(Object o)
FabricNetwork
externalId(String externalId)
FabricNetwork
externalRegionId(String externalRegionId)
String
getCidr()
Network CIDR to be used.List<String>
getCloudAccountIds()
Set of ids of the cloud accounts this entity belongs to.String
getCreatedAt()
Date when the entity was created.Map<String,String>
getCustomProperties()
Custom properties of the fabric network instanceString
getDescription()
A human-friendly description.String
getExternalId()
External entity Id on the provider side.String
getExternalRegionId()
The id of the region for which this network is definedString
getId()
The id of this resource instanceString
getIpv6Cidr()
Network IPv6 CIDR to be used.Map<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 resource instance.String
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
FabricNetwork
id(String id)
FabricNetwork
ipv6Cidr(String ipv6Cidr)
FabricNetwork
isDefault(Boolean isDefault)
Boolean
isIsDefault()
Indicates whether this is the default subnet for the zone.Boolean
isIsPublic()
Indicates whether the sub-network supports public IP assignment.FabricNetwork
isPublic(Boolean isPublic)
FabricNetwork
name(String name)
FabricNetwork
organizationId(String organizationId)
FabricNetwork
orgId(String orgId)
FabricNetwork
owner(String owner)
FabricNetwork
putCustomPropertiesItem(String key, String customPropertiesItem)
FabricNetwork
putLinksItem(String key, Href _linksItem)
void
setCidr(String cidr)
void
setCloudAccountIds(List<String> cloudAccountIds)
void
setCreatedAt(String createdAt)
void
setCustomProperties(Map<String,String> customProperties)
void
setDescription(String description)
void
setExternalId(String externalId)
void
setExternalRegionId(String externalRegionId)
void
setId(String id)
void
setIpv6Cidr(String ipv6Cidr)
void
setIsDefault(Boolean isDefault)
void
setIsPublic(Boolean isPublic)
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
setUpdatedAt(String updatedAt)
FabricNetwork
tags(List<Tag> tags)
String
toString()
FabricNetwork
updatedAt(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
-