Uses of Class
com.vmware.nsx_policy.model.ManagementConfig
-
Packages that use ManagementConfig Package Description com.vmware.nsx_policy.configs com.vmware.nsx_policy.model -
-
Uses of ManagementConfig in com.vmware.nsx_policy.configs
Methods in com.vmware.nsx_policy.configs that return ManagementConfig Modifier and Type Method Description ManagementConfigManagement. get()Returns the NSX Management nodes global configuration.ManagementConfigManagement. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns the NSX Management nodes global configuration.ManagementConfigManagementStub. get()ManagementConfigManagementStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ManagementConfigManagement. update(ManagementConfig managementConfig)Modifies the NSX Management nodes global configuration.ManagementConfigManagement. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Modifies the NSX Management nodes global configuration.ManagementConfigManagementStub. update(ManagementConfig managementConfig)ManagementConfigManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.configs with parameters of type ManagementConfig Modifier and Type Method Description ManagementConfigManagement. update(ManagementConfig managementConfig)Modifies the NSX Management nodes global configuration.voidManagement. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)Modifies the NSX Management nodes global configuration.voidManagement. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Modifies the NSX Management nodes global configuration.ManagementConfigManagement. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Modifies the NSX Management nodes global configuration.ManagementConfigManagementStub. update(ManagementConfig managementConfig)voidManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)voidManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ManagementConfigManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.configs with type arguments of type ManagementConfig Modifier and Type Method Description voidManagement. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)Returns the NSX Management nodes global configuration.voidManagement. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns the NSX Management nodes global configuration.voidManagementStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)voidManagementStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidManagement. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)Modifies the NSX Management nodes global configuration.voidManagement. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Modifies the NSX Management nodes global configuration.voidManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)voidManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ManagementConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ManagementConfig Modifier and Type Method Description static ManagementConfigManagementConfig. _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 ManagementConfigManagementConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ManagementConfigManagementConfig.Builder. build()
-