Class ExternalNetworkIPRange
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ExternalNetworkIPRange
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ExternalNetworkIPRange extends Object
State object representing an external 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 class
ExternalNetworkIPRange.IpVersionEnum
IP address version: IPv4 or IPv6. -
Constructor Summary
Constructors Constructor Description ExternalNetworkIPRange()
-
Method Summary
-
Constructor Details
-
ExternalNetworkIPRange
public ExternalNetworkIPRange()
-
-
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
-
subnetPrefixLength
-
getSubnetPrefixLength
Subnet prefix length (synonymous with \"netmask\")- Returns:
- subnetPrefixLength
-
setSubnetPrefixLength
-
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
-
addressSpaceId
-
getAddressSpaceId
Address space that the range belongs to- Returns:
- addressSpaceId
-
setAddressSpaceId
-
ipVersion
-
getIpVersion
IP address version: IPv4 or IPv6. Default: IPv4.- Returns:
- ipVersion
-
setIpVersion
-
dnsServerAddresses
-
addDnsServerAddressesItem
-
getDnsServerAddresses
DNS IP addresses of the range.- Returns:
- dnsServerAddresses
-
setDnsServerAddresses
-
domain
-
getDomain
DNS domain of the range.- Returns:
- domain
-
setDomain
-
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
-
gatewayAddress
-
getGatewayAddress
The gateway address of the range- Returns:
- gatewayAddress
-
setGatewayAddress
-
updatedAt
-
getUpdatedAt
Date when the entity was last updated. The date is ISO 8601 and UTC.- Returns:
- updatedAt
-
setUpdatedAt
-
dnsSearchDomains
-
addDnsSearchDomainsItem
-
getDnsSearchDomains
DNS domain search (in order)- Returns:
- dnsSearchDomains
-
setDnsSearchDomains
-
equals
-
hashCode
public int hashCode() -
toString
-