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 GlobalManagerGlobalManagers. get(java.lang.String globalManagerId)Retrieve information about a particular configured global manager.GlobalManagerGlobalManagers. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Retrieve information about a particular configured global manager.GlobalManagerGlobalManagersStub. get(java.lang.String globalManagerId)GlobalManagerGlobalManagersStub. 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 voidGlobalManagers. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalManager> asyncCallback)Retrieve information about a particular configured global manager.voidGlobalManagers. 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.voidGlobalManagersStub. get(java.lang.String globalManagerId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalManager> asyncCallback)voidGlobalManagersStub. 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 GlobalManagerGlobalManager. _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 GlobalManagerGlobalManager. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GlobalManagerGlobalManager.Builder. build()GlobalManagerChildGlobalManager. 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.BuilderChildGlobalManager.Builder. setGlobalManager(GlobalManager globalManager)voidChildGlobalManager. setGlobalManager(GlobalManager globalManager)Method parameters in com.vmware.nsx_policy.model with type arguments of type GlobalManager Modifier and Type Method Description GlobalManagerListResult.BuilderGlobalManagerListResult.Builder. setResults(java.util.List<GlobalManager> results)Global Manager List Result.voidGlobalManagerListResult. setResults(java.util.List<GlobalManager> results)Global Manager List Result.
-