| Package | Description |
|---|---|
| com.vmware.nsx.fabric | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
CloudNativeServiceInstance |
CloudNativeServiceInstancesStub.get(java.lang.String externalId) |
CloudNativeServiceInstance |
CloudNativeServiceInstances.get(java.lang.String externalId)
Returns information about a particular cloud native service instance by
external-id.
|
CloudNativeServiceInstance |
CloudNativeServiceInstancesStub.get(java.lang.String externalId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
CloudNativeServiceInstance |
CloudNativeServiceInstances.get(java.lang.String externalId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a particular cloud native service instance by
external-id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudNativeServiceInstancesStub.get(java.lang.String externalId,
com.vmware.vapi.bindings.client.AsyncCallback<CloudNativeServiceInstance> asyncCallback) |
void |
CloudNativeServiceInstances.get(java.lang.String externalId,
com.vmware.vapi.bindings.client.AsyncCallback<CloudNativeServiceInstance> asyncCallback)
Returns information about a particular cloud native service instance by
external-id.
|
void |
CloudNativeServiceInstancesStub.get(java.lang.String externalId,
com.vmware.vapi.bindings.client.AsyncCallback<CloudNativeServiceInstance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
CloudNativeServiceInstances.get(java.lang.String externalId,
com.vmware.vapi.bindings.client.AsyncCallback<CloudNativeServiceInstance> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a particular cloud native service instance by
external-id.
|
| Modifier and Type | Method and Description |
|---|---|
static CloudNativeServiceInstance |
CloudNativeServiceInstance._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 CloudNativeServiceInstance |
CloudNativeServiceInstance._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CloudNativeServiceInstance |
CloudNativeServiceInstance.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CloudNativeServiceInstance> |
CloudNativeServiceInstanceListResult.getResults()
List of cloud native service instances
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudNativeServiceInstanceListResult.setResults(java.util.List<CloudNativeServiceInstance> results)
List of cloud native service instances
|
CloudNativeServiceInstanceListResult.Builder |
CloudNativeServiceInstanceListResult.Builder.setResults(java.util.List<CloudNativeServiceInstance> results)
List of cloud native service instances
|