| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.serviceinsertion.services |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDeploymentListResult |
ServiceDeploymentListResult._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 ServiceDeploymentListResult |
ServiceDeploymentListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ServiceDeploymentListResult |
ServiceDeploymentListResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServiceDeploymentListResult |
ServiceDeploymentsStub.list(java.lang.String serviceId) |
ServiceDeploymentListResult |
ServiceDeployments.list(java.lang.String serviceId)
Returns the list of deployments for the given service
|
ServiceDeploymentListResult |
ServiceDeploymentsStub.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ServiceDeploymentListResult |
ServiceDeployments.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of deployments for the given service
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDeploymentsStub.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceDeploymentListResult> asyncCallback) |
void |
ServiceDeployments.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceDeploymentListResult> asyncCallback)
Returns the list of deployments for the given service
|
void |
ServiceDeploymentsStub.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceDeploymentListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ServiceDeployments.list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceDeploymentListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of deployments for the given service
|