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)FabricNetworkVsphereaddCloudAccountIdsItem(String cloudAccountIdsItem)FabricNetworkVsphereaddDnsSearchDomainsItem(String dnsSearchDomainsItem)FabricNetworkVsphereaddDnsServerAddressesItem(String dnsServerAddressesItem)FabricNetworkVsphereaddTagsItem(Tag tagsItem)FabricNetworkVspherecidr(String cidr)FabricNetworkVspherecloudAccountIds(List<String> cloudAccountIds)FabricNetworkVspherecreatedAt(String createdAt)FabricNetworkVspherecustomProperties(Map<String,String> customProperties)FabricNetworkVspheredefaultGateway(String defaultGateway)FabricNetworkVspheredefaultIpv6Gateway(String defaultIpv6Gateway)FabricNetworkVspheredescription(String description)FabricNetworkVspherednsSearchDomains(List<String> dnsSearchDomains)FabricNetworkVspherednsServerAddresses(List<String> dnsServerAddresses)FabricNetworkVspheredomain(String domain)booleanequals(Object o)FabricNetworkVsphereexternalId(String externalId)FabricNetworkVsphereexternalRegionId(String externalRegionId)StringgetCidr()Network CIDR to be used.List<String>getCloudAccountIds()Set of ids of the cloud accounts this entity belongs to.StringgetCreatedAt()Date when the entity was created.Map<String,String>getCustomProperties()Custom properties of the fabric network instanceStringgetDefaultGateway()IPv4 default gateway to be used.StringgetDefaultIpv6Gateway()IPv6 default gateway to be used.StringgetDescription()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.StringgetDomain()Domain value.StringgetExternalId()External entity Id on the provider side.StringgetExternalRegionId()The id of the region for which this network is definedStringgetId()The id of this resource instanceStringgetIpv6Cidr()Network IPv6 CIDR to be used.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.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()FabricNetworkVsphereid(String id)FabricNetworkVsphereipv6Cidr(String ipv6Cidr)FabricNetworkVsphereisDefault(Boolean isDefault)BooleanisIsDefault()Indicates whether this is the default subnet for the zone.BooleanisIsPublic()Indicates whether the sub-network supports public IP assignment.FabricNetworkVsphereisPublic(Boolean isPublic)FabricNetworkVspherename(String name)FabricNetworkVsphereorganizationId(String organizationId)FabricNetworkVsphereorgId(String orgId)FabricNetworkVsphereowner(String owner)FabricNetworkVsphereputCustomPropertiesItem(String key, String customPropertiesItem)FabricNetworkVsphereputLinksItem(String key, Href _linksItem)voidsetCidr(String cidr)voidsetCloudAccountIds(List<String> cloudAccountIds)voidsetCreatedAt(String createdAt)voidsetCustomProperties(Map<String,String> customProperties)voidsetDefaultGateway(String defaultGateway)voidsetDefaultIpv6Gateway(String defaultIpv6Gateway)voidsetDescription(String description)voidsetDnsSearchDomains(List<String> dnsSearchDomains)voidsetDnsServerAddresses(List<String> dnsServerAddresses)voidsetDomain(String domain)voidsetExternalId(String externalId)voidsetExternalRegionId(String externalRegionId)voidsetId(String id)voidsetIpv6Cidr(String ipv6Cidr)voidsetIsDefault(Boolean isDefault)voidsetIsPublic(Boolean isPublic)voidsetLinks(Map<String,Href> _links)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetOrgId(String orgId)voidsetOwner(String owner)voidsetTags(List<Tag> tags)voidsetUpdatedAt(String updatedAt)FabricNetworkVspheretags(List<Tag> tags)StringtoString()FabricNetworkVsphereupdatedAt(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
-