Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static IPInfo |
IPInfo._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 IPInfo |
IPInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IPInfo |
IPInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IPInfo> |
VirtualEndpoint.getTargetIps()
IPs where either inbound or outbound traffic is to be redirected.
|
java.util.List<IPInfo> |
ServiceInstanceEndpoint.getTargetIps()
IPs where either inbound or outbound traffic is to be redirected.
|
java.util.List<IPInfo> |
BaseEndpoint.getTargetIps()
IPs where either inbound or outbound traffic is to be redirected.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualEndpoint.setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
|
VirtualEndpoint.Builder |
VirtualEndpoint.Builder.setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
|
void |
ServiceInstanceEndpoint.setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
|
ServiceInstanceEndpoint.Builder |
ServiceInstanceEndpoint.Builder.setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
|
void |
BaseEndpoint.setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
|
BaseEndpoint.Builder |
BaseEndpoint.Builder.setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
|