Class NetworkIPRange
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.NetworkIPRange
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class NetworkIPRange extends Object
State object representing an IP address range for a Fabric Network.<br>**HATEOAS**
links:<br>**region** - Region - Region for the network.<br>**self** - NetworkIPRange
- Self link to this IP address range
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkIPRange.IpVersionEnumIP address version: IPv4 or IPv6. -
Constructor Summary
Constructors Constructor Description NetworkIPRange() -
Method Summary
Modifier and Type Method Description NetworkIPRange_links(Map<String,Href> _links)NetworkIPRangeaddTagsItem(Tag tagsItem)NetworkIPRangecreatedAt(String createdAt)NetworkIPRangedescription(String description)NetworkIPRangeendIPAddress(String endIPAddress)booleanequals(Object o)NetworkIPRangeexternalId(String externalId)StringgetCreatedAt()Date when the entity was created.StringgetDescription()A human-friendly description.StringgetEndIPAddress()End IP address of the range.StringgetExternalId()External entity Id on the provider side.StringgetId()The id of this resource instanceNetworkIPRange.IpVersionEnumgetIpVersion()IP address version: IPv4 or IPv6.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.StringgetStartIPAddress()Start IP address of the range.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()NetworkIPRangeid(String id)NetworkIPRangeipVersion(NetworkIPRange.IpVersionEnum ipVersion)NetworkIPRangename(String name)NetworkIPRangeorganizationId(String organizationId)NetworkIPRangeorgId(String orgId)NetworkIPRangeowner(String owner)NetworkIPRangeputLinksItem(String key, Href _linksItem)voidsetCreatedAt(String createdAt)voidsetDescription(String description)voidsetEndIPAddress(String endIPAddress)voidsetExternalId(String externalId)voidsetId(String id)voidsetIpVersion(NetworkIPRange.IpVersionEnum ipVersion)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetStartIPAddress(String startIPAddress)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)NetworkIPRangestartIPAddress(String startIPAddress)NetworkIPRangetags(List<Tag> tags)StringtoString()NetworkIPRangeupdatedAt(String updatedAt)
-
Constructor Details
-
NetworkIPRange
public NetworkIPRange()
-
-
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
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
startIPAddress
-
getStartIPAddress
Start IP address of the range.- Returns:
- startIPAddress
-
setStartIPAddress
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
endIPAddress
-
getEndIPAddress
End IP address of the range.- Returns:
- endIPAddress
-
setEndIPAddress
-
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
-
ipVersion
-
getIpVersion
IP address version: IPv4 or IPv6. Default: IPv4.- Returns:
- ipVersion
-
setIpVersion
-
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
-