| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.node.services.install_upgrade |
| Modifier and Type | Method and Description |
|---|---|
static UcStateProperties |
UcStateProperties._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 UcStateProperties |
UcStateProperties._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UcStateProperties |
UcStateProperties.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
UcStateStub.update(UcStateProperties ucStateProperties) |
void |
UcState.update(UcStateProperties ucStateProperties)
Update UC state properties
|
void |
UcStateStub.update(UcStateProperties ucStateProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
UcState.update(UcStateProperties ucStateProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Update UC state properties
|
void |
UcStateStub.update(UcStateProperties ucStateProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
UcState.update(UcStateProperties ucStateProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update UC state properties
|
void |
UcStateStub.update(UcStateProperties ucStateProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
UcState.update(UcStateProperties ucStateProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update UC state properties
|