Uses of Class
com.vmware.nsx_policy.model.FullSyncState
-
Packages that use FullSyncState Package Description com.vmware.nsx_policy.global_infra com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of FullSyncState in com.vmware.nsx_policy.global_infra
Methods in com.vmware.nsx_policy.global_infra that return FullSyncState Modifier and Type Method Description FullSyncState
FullSyncStates. get(java.lang.String fullSyncId)
Get full sync state.FullSyncState
FullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get full sync state.FullSyncState
FullSyncStatesStub. get(java.lang.String fullSyncId)
FullSyncState
FullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.global_infra with type arguments of type FullSyncState Modifier and Type Method Description void
FullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)
Get full sync state.void
FullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get full sync state.void
FullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)
void
FullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of FullSyncState in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return FullSyncState Modifier and Type Method Description FullSyncState
FullSyncStates. get(java.lang.String fullSyncId)
Get full sync state.FullSyncState
FullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get full sync state.FullSyncState
FullSyncStatesStub. get(java.lang.String fullSyncId)
FullSyncState
FullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra with type arguments of type FullSyncState Modifier and Type Method Description void
FullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)
Get full sync state.void
FullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get full sync state.void
FullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)
void
FullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of FullSyncState in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return FullSyncState Modifier and Type Method Description static FullSyncState
FullSyncState. _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 FullSyncState
FullSyncState. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.FullSyncState
FullSyncState.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type FullSyncState Modifier and Type Method Description java.util.List<FullSyncState>
FullSyncStateListResult. getResults()
FullSync states list.Method parameters in com.vmware.nsx_policy.model with type arguments of type FullSyncState Modifier and Type Method Description FullSyncStateListResult.Builder
FullSyncStateListResult.Builder. setResults(java.util.List<FullSyncState> results)
FullSync states list.void
FullSyncStateListResult. setResults(java.util.List<FullSyncState> results)
FullSync states list.
-