Class NetworkProfileSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.NetworkProfileSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class NetworkProfileSpecification extends Object
NetworkProfileSpecification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkProfileSpecification.IsolationTypeEnum
Specifies the isolation type e.g. -
Constructor Summary
Constructors Constructor Description NetworkProfileSpecification()
-
Method Summary
Modifier and Type Method Description NetworkProfileSpecification
addExternalIpBlockIdsItem(String externalIpBlockIdsItem)
NetworkProfileSpecification
addFabricNetworkIdsItem(String fabricNetworkIdsItem)
NetworkProfileSpecification
addLoadBalancerIdsItem(String loadBalancerIdsItem)
NetworkProfileSpecification
addSecurityGroupIdsItem(String securityGroupIdsItem)
NetworkProfileSpecification
addTagsItem(Tag tagsItem)
NetworkProfileSpecification
customProperties(Map<String,String> customProperties)
NetworkProfileSpecification
description(String description)
boolean
equals(Object o)
NetworkProfileSpecification
externalIpBlockIds(List<String> externalIpBlockIds)
NetworkProfileSpecification
fabricNetworkIds(List<String> fabricNetworkIds)
Map<String,String>
getCustomProperties()
Additional properties that may be used to extend the Network Profile object that is produced from this specification.String
getDescription()
A human-friendly description.List<String>
getExternalIpBlockIds()
List of external IP blocks coming from an external IPAM provider that can be used to create subnetworks inside themList<String>
getFabricNetworkIds()
A list of fabric network Ids which are assigned to the network profile.Integer
getIsolatedNetworkCIDRPrefix()
The CIDR prefix length to be used for the isolated networks that are created with the network profile.String
getIsolationExternalFabricNetworkId()
The Id of the fabric network used for outbound access.String
getIsolationNetworkDomainCIDR()
CIDR of the isolation network domain.String
getIsolationNetworkDomainId()
The Id of the network domain used for creating isolated networks.NetworkProfileSpecification.IsolationTypeEnum
getIsolationType()
Specifies the isolation type e.g.List<String>
getLoadBalancerIds()
A list of load balancers which are assigned to the network profile.String
getName()
A human-friendly name used as an identifier in APIs that support this option.String
getRegionId()
The Id of the region for which this profile is createdList<String>
getSecurityGroupIds()
A list of security group Ids which are assigned to the network profile.List<Tag>
getTags()
A set of tag keys and optional values that should be set on any resource that is produced from this specification.int
hashCode()
NetworkProfileSpecification
isolatedNetworkCIDRPrefix(Integer isolatedNetworkCIDRPrefix)
NetworkProfileSpecification
isolationExternalFabricNetworkId(String isolationExternalFabricNetworkId)
NetworkProfileSpecification
isolationNetworkDomainCIDR(String isolationNetworkDomainCIDR)
NetworkProfileSpecification
isolationNetworkDomainId(String isolationNetworkDomainId)
NetworkProfileSpecification
isolationType(NetworkProfileSpecification.IsolationTypeEnum isolationType)
NetworkProfileSpecification
loadBalancerIds(List<String> loadBalancerIds)
NetworkProfileSpecification
name(String name)
NetworkProfileSpecification
putCustomPropertiesItem(String key, String customPropertiesItem)
NetworkProfileSpecification
regionId(String regionId)
NetworkProfileSpecification
securityGroupIds(List<String> securityGroupIds)
void
setCustomProperties(Map<String,String> customProperties)
void
setDescription(String description)
void
setExternalIpBlockIds(List<String> externalIpBlockIds)
void
setFabricNetworkIds(List<String> fabricNetworkIds)
void
setIsolatedNetworkCIDRPrefix(Integer isolatedNetworkCIDRPrefix)
void
setIsolationExternalFabricNetworkId(String isolationExternalFabricNetworkId)
void
setIsolationNetworkDomainCIDR(String isolationNetworkDomainCIDR)
void
setIsolationNetworkDomainId(String isolationNetworkDomainId)
void
setIsolationType(NetworkProfileSpecification.IsolationTypeEnum isolationType)
void
setLoadBalancerIds(List<String> loadBalancerIds)
void
setName(String name)
void
setRegionId(String regionId)
void
setSecurityGroupIds(List<String> securityGroupIds)
void
setTags(List<Tag> tags)
NetworkProfileSpecification
tags(List<Tag> tags)
String
toString()
-
Constructor Details
-
NetworkProfileSpecification
public NetworkProfileSpecification()
-
-
Method Details
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
isolationNetworkDomainCIDR
-
getIsolationNetworkDomainCIDR
CIDR of the isolation network domain.- Returns:
- isolationNetworkDomainCIDR
-
setIsolationNetworkDomainCIDR
-
isolationNetworkDomainId
-
getIsolationNetworkDomainId
The Id of the network domain used for creating isolated networks.- Returns:
- isolationNetworkDomainId
-
setIsolationNetworkDomainId
-
tags
-
addTagsItem
-
getTags
A set of tag keys and optional values that should be set on any resource that is produced from this specification.- Returns:
- tags
-
setTags
-
externalIpBlockIds
-
addExternalIpBlockIdsItem
-
getExternalIpBlockIds
List of external IP blocks coming from an external IPAM provider that can be used to create subnetworks inside them- Returns:
- externalIpBlockIds
-
setExternalIpBlockIds
-
fabricNetworkIds
-
addFabricNetworkIdsItem
-
getFabricNetworkIds
A list of fabric network Ids which are assigned to the network profile.- Returns:
- fabricNetworkIds
-
setFabricNetworkIds
-
customProperties
-
putCustomPropertiesItem
public NetworkProfileSpecification putCustomPropertiesItem(String key, String customPropertiesItem) -
getCustomProperties
Additional properties that may be used to extend the Network Profile object that is produced from this specification. For isolationType security group, datastoreId identifies the Compute Resource Edge datastore. computeCluster and resourcePoolId identify the Compute Resource Edge cluster. For isolationType subnet, distributedLogicalRouterStateLink identifies the on-demand network distributed local router. onDemandNetworkIPAssignmentType identifies the on-demand network IP range assignment type static, dynamic, or mixed.- Returns:
- customProperties
-
setCustomProperties
-
regionId
-
getRegionId
The Id of the region for which this profile is created- Returns:
- regionId
-
setRegionId
-
securityGroupIds
-
addSecurityGroupIdsItem
-
getSecurityGroupIds
A list of security group Ids which are assigned to the network profile.- Returns:
- securityGroupIds
-
setSecurityGroupIds
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
isolationExternalFabricNetworkId
public NetworkProfileSpecification isolationExternalFabricNetworkId(String isolationExternalFabricNetworkId) -
getIsolationExternalFabricNetworkId
The Id of the fabric network used for outbound access.- Returns:
- isolationExternalFabricNetworkId
-
setIsolationExternalFabricNetworkId
-
isolationType
public NetworkProfileSpecification isolationType(NetworkProfileSpecification.IsolationTypeEnum isolationType) -
getIsolationType
Specifies the isolation type e.g. none, subnet or security group- Returns:
- isolationType
-
setIsolationType
-
isolatedNetworkCIDRPrefix
-
getIsolatedNetworkCIDRPrefix
The CIDR prefix length to be used for the isolated networks that are created with the network profile.- Returns:
- isolatedNetworkCIDRPrefix
-
setIsolatedNetworkCIDRPrefix
-
loadBalancerIds
-
addLoadBalancerIdsItem
-
getLoadBalancerIds
A list of load balancers which are assigned to the network profile.- Returns:
- loadBalancerIds
-
setLoadBalancerIds
-
equals
-
hashCode
public int hashCode() -
toString
-