Class Network
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.Network
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class Network extends Object
The network object is an opaque reference to a logical network that network interfaces are
attached to.<br> Based on settings specified by your cloud administrator, it may be a
reference to an existing network, or be backed by an on-demand network created for isolation, or
a security group that will be attached to machines as part of provisioning.<br> Networks
are a limited resource, when it is not needed it should be deleted.<br>**HATEOAS**
links:<br>**self** - Network - Self link to this network
-
Constructor Summary
Constructors Constructor Description Network()
-
Method Summary
Modifier and Type Method Description Network
_links(Map<String,Href> _links)
Network
addCloudAccountIdsItem(String cloudAccountIdsItem)
Network
addTagsItem(Tag tagsItem)
Network
cidr(String cidr)
Network
cloudAccountIds(List<String> cloudAccountIds)
Network
createdAt(String createdAt)
Network
customProperties(Map<String,String> customProperties)
Network
deploymentId(String deploymentId)
Network
description(String description)
boolean
equals(Object o)
Network
externalId(String externalId)
Network
externalRegionId(String externalRegionId)
Network
externalZoneId(String externalZoneId)
String
getCidr()
IPv4 address range of the network in CIDR formatList<String>
getCloudAccountIds()
Set of ids of the cloud accounts this resource belongs to.String
getCreatedAt()
Date when the entity was created.Map<String,String>
getCustomProperties()
Additional properties that may be used to extend the base resource.String
getDeploymentId()
Deployment id that is associated with this resource.String
getDescription()
A human-friendly description.String
getExternalId()
External entity Id on the provider side.String
getExternalRegionId()
The external regionId of the resource.String
getExternalZoneId()
The external zoneId of the resource.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.String
getProjectId()
The id of the project this resource belongs to.List<Tag>
getTags()
A set of tag keys and optional values that were set on this resource.String
getUpdatedAt()
Date when the entity was last updated.int
hashCode()
Network
id(String id)
Network
name(String name)
Network
organizationId(String organizationId)
Network
orgId(String orgId)
Network
owner(String owner)
Network
projectId(String projectId)
Network
putCustomPropertiesItem(String key, String customPropertiesItem)
Network
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
setDeploymentId(String deploymentId)
void
setDescription(String description)
void
setExternalId(String externalId)
void
setExternalRegionId(String externalRegionId)
void
setExternalZoneId(String externalZoneId)
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
setProjectId(String projectId)
void
setTags(List<Tag> tags)
void
setUpdatedAt(String updatedAt)
Network
tags(List<Tag> tags)
String
toString()
Network
updatedAt(String updatedAt)
-
Constructor Details
-
Network
public Network()
-
-
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
-
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
-
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
-
cidr
-
getCidr
IPv4 address range of the network in CIDR format- Returns:
- cidr
-
setCidr
-
id
-
getId
The id of this resource instance- Returns:
- id
-
setId
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-