| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBIpAddrRange |
ALBIpAddrRange._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 ALBIpAddrRange |
ALBIpAddrRange._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBIpAddrRange |
ALBIpAddrRange.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBIpAddrRange> |
ALBCompressionFilter.getIpAddrRanges()
Placeholder for description of property ip_addr_ranges of obj type
CompressionFilter field type str type array.
|
java.util.List<ALBIpAddrRange> |
ALBIpAddrMatch.getRanges()
IP address range(s).
|
java.util.List<ALBIpAddrRange> |
ALBIpAddrGroup.getRanges()
Configure IP address range(s).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBCompressionFilter.setIpAddrRanges(java.util.List<ALBIpAddrRange> ipAddrRanges)
Placeholder for description of property ip_addr_ranges of obj type
CompressionFilter field type str type array.
|
ALBCompressionFilter.Builder |
ALBCompressionFilter.Builder.setIpAddrRanges(java.util.List<ALBIpAddrRange> ipAddrRanges)
Placeholder for description of property ip_addr_ranges of obj type
CompressionFilter field type str type array.
|
void |
ALBIpAddrMatch.setRanges(java.util.List<ALBIpAddrRange> ranges)
IP address range(s).
|
ALBIpAddrMatch.Builder |
ALBIpAddrMatch.Builder.setRanges(java.util.List<ALBIpAddrRange> ranges)
IP address range(s).
|
void |
ALBIpAddrGroup.setRanges(java.util.List<ALBIpAddrRange> ranges)
Configure IP address range(s).
|
ALBIpAddrGroup.Builder |
ALBIpAddrGroup.Builder.setRanges(java.util.List<ALBIpAddrRange> ranges)
Configure IP address range(s).
|