Class FabricNetworkVsphere
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricNetworkVsphere
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricNetworkVsphere extends Object
State object representing a vSphere network on a external cloud provider.<br>**domain** -
domain for the vSphere network.<br>**defaultGateway** - default IPv4 gateway for the
vSphere network.<br>**defaultIPv6Gateway** - default IPv6 gateway for the vSphere
network.<br>**dnsServerAddresses** - list of dns server address for the vSphere
network.<br>**dnsSearchDomains** - ist of dns search domains for the vSphere network
-
Constructor Summary
Constructors Constructor Description FabricNetworkVsphere()
-
Method Summary
Modifier and Type Method Description FabricNetworkVsphere
_links(Map<String,Href> _links)
FabricNetworkVsphere
addCloudAccountIdsItem(String cloudAccountIdsItem)
FabricNetworkVsphere
addDnsSearchDomainsItem(String dnsSearchDomainsItem)
FabricNetworkVsphere
addDnsServerAddressesItem(String dnsServerAddressesItem)
FabricNetworkVsphere
addTagsItem(Tag tagsItem)
FabricNetworkVsphere
cidr(String cidr)
FabricNetworkVsphere
cloudAccountIds(List<String> cloudAccountIds)
FabricNetworkVsphere
createdAt(String createdAt)
FabricNetworkVsphere
customProperties(Map<String,String> customProperties)
FabricNetworkVsphere
defaultGateway(String defaultGateway)
FabricNetworkVsphere
defaultIpv6Gateway(String defaultIpv6Gateway)
FabricNetworkVsphere
description(String description)
FabricNetworkVsphere
dnsSearchDomains(List<String> dnsSearchDomains)
FabricNetworkVsphere
dnsServerAddresses(List<String> dnsServerAddresses)
FabricNetworkVsphere
domain(String domain)
boolean
equals(Object o)
FabricNetworkVsphere
externalId(String externalId)
FabricNetworkVsphere
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
getDefaultGateway()
IPv4 default gateway to be used.String
getDefaultIpv6Gateway()
IPv6 default gateway to be used.String
getDescription()
A human-friendly description.List<String>
getDnsSearchDomains()
A list of DNS search domains that were set on this resource instance.List<String>
getDnsServerAddresses()
A list of DNS server addresses that were set on this resource instance.String
getDomain()
Domain value.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()
FabricNetworkVsphere
id(String id)
FabricNetworkVsphere
ipv6Cidr(String ipv6Cidr)
FabricNetworkVsphere
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.FabricNetworkVsphere
isPublic(Boolean isPublic)
FabricNetworkVsphere
name(String name)
FabricNetworkVsphere
organizationId(String organizationId)
FabricNetworkVsphere
orgId(String orgId)
FabricNetworkVsphere
owner(String owner)
FabricNetworkVsphere
putCustomPropertiesItem(String key, String customPropertiesItem)
FabricNetworkVsphere
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
setDefaultGateway(String defaultGateway)
void
setDefaultIpv6Gateway(String defaultIpv6Gateway)
void
setDescription(String description)
void
setDnsSearchDomains(List<String> dnsSearchDomains)
void
setDnsServerAddresses(List<String> dnsServerAddresses)
void
setDomain(String domain)
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)
FabricNetworkVsphere
tags(List<Tag> tags)
String
toString()
FabricNetworkVsphere
updatedAt(String updatedAt)
-
Constructor Details
-
FabricNetworkVsphere
public FabricNetworkVsphere()
-
-
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
-
defaultIpv6Gateway
-
getDefaultIpv6Gateway
IPv6 default gateway to be used.- Returns:
- defaultIpv6Gateway
-
setDefaultIpv6Gateway
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
externalId
-
getExternalId
External entity Id on the provider side.- Returns:
- externalId
-
setExternalId
-
defaultGateway
-
getDefaultGateway
IPv4 default gateway to be used.- Returns:
- defaultGateway
-
setDefaultGateway
-
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
-
domain
-
getDomain
Domain value.- Returns:
- domain
-
setDomain
-
dnsServerAddresses
-
addDnsServerAddressesItem
-
getDnsServerAddresses
A list of DNS server addresses that were set on this resource instance.- Returns:
- dnsServerAddresses
-
setDnsServerAddresses
-
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
-
dnsSearchDomains
-
addDnsSearchDomainsItem
-
getDnsSearchDomains
A list of DNS search domains that were set on this resource instance.- Returns:
- dnsSearchDomains
-
setDnsSearchDomains
-
equals
-
hashCode
public int hashCode() -
toString
-