Uses of Class
com.vmware.nsx_policy.model.GlobalManager
-
Packages that use GlobalManager Package Description com.vmware.nsx_policy.global_infra com.vmware.nsx_policy.model -
-
Uses of GlobalManager in com.vmware.nsx_policy.global_infra
Methods in com.vmware.nsx_policy.global_infra that return GlobalManager Modifier and Type Method Description GlobalManager
GlobalManagers. get(java.lang.String globalManagerId)
Retrieve information about a particular configured global manager.GlobalManager
GlobalManagers. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve information about a particular configured global manager.GlobalManager
GlobalManagersStub. get(java.lang.String globalManagerId)
GlobalManager
GlobalManagersStub. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.global_infra with type arguments of type GlobalManager Modifier and Type Method Description void
GlobalManagers. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalManager> asyncCallback)
Retrieve information about a particular configured global manager.void
GlobalManagers. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalManager> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve information about a particular configured global manager.void
GlobalManagersStub. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalManager> asyncCallback)
void
GlobalManagersStub. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalManager> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of GlobalManager in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return GlobalManager Modifier and Type Method Description static GlobalManager
GlobalManager. _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 GlobalManager
GlobalManager. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GlobalManager
GlobalManager.Builder. build()
GlobalManager
ChildGlobalManager. getGlobalManager()
Methods in com.vmware.nsx_policy.model that return types with arguments of type GlobalManager Modifier and Type Method Description java.util.List<GlobalManager>
GlobalManagerListResult. getResults()
Global Manager List Result.Methods in com.vmware.nsx_policy.model with parameters of type GlobalManager Modifier and Type Method Description ChildGlobalManager.Builder
ChildGlobalManager.Builder. setGlobalManager(GlobalManager globalManager)
void
ChildGlobalManager. setGlobalManager(GlobalManager globalManager)
Method parameters in com.vmware.nsx_policy.model with type arguments of type GlobalManager Modifier and Type Method Description GlobalManagerListResult.Builder
GlobalManagerListResult.Builder. setResults(java.util.List<GlobalManager> results)
Global Manager List Result.void
GlobalManagerListResult. setResults(java.util.List<GlobalManager> results)
Global Manager List Result.
-