| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBIpAddrPrefix |
ALBIpAddrPrefix._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ALBIpAddrPrefix |
ALBIpAddrPrefix._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBIpAddrPrefix |
ALBIpAddrPrefix.Builder.build() |
ALBIpAddrPrefix |
ALBWafExcludeListEntry.getClientSubnet() |
ALBIpAddrPrefix |
ALBVipPlacementNetwork.getSubnet() |
ALBIpAddrPrefix |
ALBVip.getSubnet() |
ALBIpAddrPrefix |
ALBPlacementNetwork.getSubnet() |
ALBIpAddrPrefix |
ALBIPNetworkSubnet.getSubnet() |
ALBIpAddrPrefix |
ALBCloneServer.getSubnet() |
ALBIpAddrPrefix |
ALBVipPlacementNetwork.getSubnet6() |
ALBIpAddrPrefix |
ALBVip.getSubnet6() |
ALBIpAddrPrefix |
ALBIPNetworkSubnet.getSubnet6() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBIpAddrPrefix> |
ALBCompressionFilter.getIpAddrPrefixes()
Placeholder for description of property ip_addr_prefixes of obj type
CompressionFilter field type str type array.
|
java.util.List<ALBIpAddrPrefix> |
ALBIpAddrMatch.getPrefixes()
IP address prefix(es).
|
java.util.List<ALBIpAddrPrefix> |
ALBIpAddrGroup.getPrefixes()
Configure IP address prefix(es).
|
java.util.List<ALBIpAddrPrefix> |
ALBDiscoveredNetwork.getSubnet()
Discovered subnet for this IP.
|
java.util.List<ALBIpAddrPrefix> |
ALBDiscoveredNetwork.getSubnet6()
Discovered IPv6 subnet for this IP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBCompressionFilter.setIpAddrPrefixes(java.util.List<ALBIpAddrPrefix> ipAddrPrefixes)
Placeholder for description of property ip_addr_prefixes of obj type
CompressionFilter field type str type array.
|
ALBCompressionFilter.Builder |
ALBCompressionFilter.Builder.setIpAddrPrefixes(java.util.List<ALBIpAddrPrefix> ipAddrPrefixes)
Placeholder for description of property ip_addr_prefixes of obj type
CompressionFilter field type str type array.
|
void |
ALBIpAddrMatch.setPrefixes(java.util.List<ALBIpAddrPrefix> prefixes)
IP address prefix(es).
|
ALBIpAddrMatch.Builder |
ALBIpAddrMatch.Builder.setPrefixes(java.util.List<ALBIpAddrPrefix> prefixes)
IP address prefix(es).
|
void |
ALBIpAddrGroup.setPrefixes(java.util.List<ALBIpAddrPrefix> prefixes)
Configure IP address prefix(es).
|
ALBIpAddrGroup.Builder |
ALBIpAddrGroup.Builder.setPrefixes(java.util.List<ALBIpAddrPrefix> prefixes)
Configure IP address prefix(es).
|
void |
ALBDiscoveredNetwork.setSubnet(java.util.List<ALBIpAddrPrefix> subnet)
Discovered subnet for this IP.
|
ALBDiscoveredNetwork.Builder |
ALBDiscoveredNetwork.Builder.setSubnet(java.util.List<ALBIpAddrPrefix> subnet)
Discovered subnet for this IP.
|
void |
ALBDiscoveredNetwork.setSubnet6(java.util.List<ALBIpAddrPrefix> subnet6)
Discovered IPv6 subnet for this IP.
|
ALBDiscoveredNetwork.Builder |
ALBDiscoveredNetwork.Builder.setSubnet6(java.util.List<ALBIpAddrPrefix> subnet6)
Discovered IPv6 subnet for this IP.
|