| Package | Description |
|---|---|
| com.vmware.nsx | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterStub.get() |
ClusterConfig |
Cluster.get()
Returns information about the NSX cluster configuration.
|
ClusterConfig |
ClusterStub.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ClusterConfig |
Cluster.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the NSX cluster configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStub.get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfig> asyncCallback) |
void |
Cluster.get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfig> asyncCallback)
Returns information about the NSX cluster configuration.
|
void |
ClusterStub.get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Cluster.get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the NSX cluster configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterConfig |
ClusterConfig._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 ClusterConfig |
ClusterConfig._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ClusterConfig |
ClusterConfig.Builder.build() |