| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBVip.Builder |
ALBVip.Builder.setAutoAllocateFloatingIp(java.lang.Boolean autoAllocateFloatingIp)
Auto-allocate floating/elastic IP from the Cloud infrastructure.
|
ALBVip.Builder |
ALBVip.Builder.setAutoAllocateIp(java.lang.Boolean autoAllocateIp)
Auto-allocate VIP from the provided subnet.
|
ALBVip.Builder |
ALBVip.Builder.setAutoAllocateIpType(java.lang.String autoAllocateIpType)
Possible values are:
ALBVip.AUTO_ALLOCATE_IP_TYPE_V4_ONLY
ALBVip.AUTO_ALLOCATE_IP_TYPE_V6_ONLY
ALBVip.AUTO_ALLOCATE_IP_TYPE_V4_V6
Specifies whether to auto-allocate only a V4 address, only a V6 address,
or one of each type. |
ALBVip.Builder |
ALBVip.Builder.setAvailabilityZone(java.lang.String availabilityZone)
Availability-zone to place the Virtual Service.
|
ALBVip.Builder |
ALBVip.Builder.setAviAllocatedFip(java.lang.Boolean aviAllocatedFip)
(internal-use) FIP allocated by Avi in the Cloud infrastructure.
|
ALBVip.Builder |
ALBVip.Builder.setAviAllocatedVip(java.lang.Boolean aviAllocatedVip)
(internal-use) VIP allocated by Avi in the Cloud infrastructure.
|
ALBVip.Builder |
ALBVip.Builder.setDiscoveredNetworks(java.util.List<ALBDiscoveredNetwork> discoveredNetworks)
Discovered networks providing reachability for client facing Vip IP.
|
ALBVip.Builder |
ALBVip.Builder.setEnabled(java.lang.Boolean enabled)
Enable or disable the Vip.
|
ALBVip.Builder |
ALBVip.Builder.setFloatingIp(ALBIpAddr floatingIp) |
ALBVip.Builder |
ALBVip.Builder.setFloatingIp6(ALBIpAddr floatingIp6) |
ALBVip.Builder |
ALBVip.Builder.setFloatingSubnet6Uuid(java.lang.String floatingSubnet6Uuid)
If auto_allocate_floating_ip is True and more than one floating-ip subnets
exist, then the subnet for the floating IPv6 address allocation.
|
ALBVip.Builder |
ALBVip.Builder.setFloatingSubnetUuid(java.lang.String floatingSubnetUuid)
If auto_allocate_floating_ip is True and more than one floating-ip subnets
exist, then the subnet for the floating IP address allocation.
|
ALBVip.Builder |
ALBVip.Builder.setIp6Address(ALBIpAddr ip6Address) |
ALBVip.Builder |
ALBVip.Builder.setIpAddress(ALBIpAddr ipAddress) |
ALBVip.Builder |
ALBVip.Builder.setIpamNetworkSubnet(ALBIPNetworkSubnet ipamNetworkSubnet) |
ALBVip.Builder |
ALBVip.Builder.setNetworkName(java.lang.String networkName)
Manually override the network on which the Vip is placed.
|
ALBVip.Builder |
ALBVip.Builder.setPlacementNetworks(java.util.List<ALBVipPlacementNetwork> placementNetworks)
Placement networks/subnets to use for vip placement.
|
ALBVip.Builder |
ALBVip.Builder.setPortUuid(java.lang.String portUuid)
(internal-use) Network port assigned to the Vip IP address.
|
ALBVip.Builder |
ALBVip.Builder.setPrefixLength(java.lang.Long prefixLength)
Mask applied for the Vip, non-default mask supported only for wildcard Vip.
|
ALBVip.Builder |
ALBVip.Builder.setSubnet(ALBIpAddrPrefix subnet) |
ALBVip.Builder |
ALBVip.Builder.setSubnet6(ALBIpAddrPrefix subnet6) |
ALBVip.Builder |
ALBVip.Builder.setSubnet6Uuid(java.lang.String subnet6Uuid)
If auto_allocate_ip is True, then the subnet for the Vip IPv6 address
allocation.
|
ALBVip.Builder |
ALBVip.Builder.setSubnetUuid(java.lang.String subnetUuid)
If auto_allocate_ip is True, then the subnet for the Vip IP address allocation.
|
ALBVip.Builder |
ALBVip.Builder.setVipId(java.lang.String vipId)
Unique ID associated with the vip.
|