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 FullSyncStateFullSyncStates. get(java.lang.String fullSyncId)Get full sync state.FullSyncStateFullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get full sync state.FullSyncStateFullSyncStatesStub. get(java.lang.String fullSyncId)FullSyncStateFullSyncStatesStub. 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 voidFullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)Get full sync state.voidFullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get full sync state.voidFullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)voidFullSyncStatesStub. 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 FullSyncStateFullSyncStates. get(java.lang.String fullSyncId)Get full sync state.FullSyncStateFullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get full sync state.FullSyncStateFullSyncStatesStub. get(java.lang.String fullSyncId)FullSyncStateFullSyncStatesStub. 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 voidFullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)Get full sync state.voidFullSyncStates. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get full sync state.voidFullSyncStatesStub. get(java.lang.String fullSyncId, com.vmware.vapi.bindings.client.AsyncCallback<FullSyncState> asyncCallback)voidFullSyncStatesStub. 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 FullSyncStateFullSyncState. _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 FullSyncStateFullSyncState. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.FullSyncStateFullSyncState.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.BuilderFullSyncStateListResult.Builder. setResults(java.util.List<FullSyncState> results)FullSync states list.voidFullSyncStateListResult. setResults(java.util.List<FullSyncState> results)FullSync states list.
-