| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.upgrade |
| Modifier and Type | Method and Description |
|---|---|
static UcFunctionalState |
UcFunctionalState._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 UcFunctionalState |
UcFunctionalState._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UcFunctionalState |
UcFunctionalState.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
UcFunctionalState |
FunctionalStateStub.get() |
UcFunctionalState |
FunctionalState.get()
Get the functional state of the upgrade coordinator.
|
UcFunctionalState |
FunctionalStateStub.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
UcFunctionalState |
FunctionalState.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the functional state of the upgrade coordinator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalStateStub.get(com.vmware.vapi.bindings.client.AsyncCallback<UcFunctionalState> asyncCallback) |
void |
FunctionalState.get(com.vmware.vapi.bindings.client.AsyncCallback<UcFunctionalState> asyncCallback)
Get the functional state of the upgrade coordinator.
|
void |
FunctionalStateStub.get(com.vmware.vapi.bindings.client.AsyncCallback<UcFunctionalState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
FunctionalState.get(com.vmware.vapi.bindings.client.AsyncCallback<UcFunctionalState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the functional state of the upgrade coordinator.
|