| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.serviceinsertion.services.service_instances |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEndpointListResult |
InstanceEndpointListResult._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 InstanceEndpointListResult |
InstanceEndpointListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
InstanceEndpointListResult |
InstanceEndpointListResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
InstanceEndpointListResult |
InstanceEndpointsStub.list(java.lang.String serviceId,
java.lang.String serviceInstanceId) |
InstanceEndpointListResult |
InstanceEndpoints.list(java.lang.String serviceId,
java.lang.String serviceInstanceId)
List all InstanceEndpoints of a service instance.
|
InstanceEndpointListResult |
InstanceEndpointsStub.list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
InstanceEndpointListResult |
InstanceEndpoints.list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all InstanceEndpoints of a service instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceEndpointsStub.list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback) |
void |
InstanceEndpoints.list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback)
List all InstanceEndpoints of a service instance.
|
void |
InstanceEndpointsStub.list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
InstanceEndpoints.list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all InstanceEndpoints of a service instance.
|