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 ManagementConfig
Management. get()
Returns the NSX Management nodes global configuration.ManagementConfig
Management. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the NSX Management nodes global configuration.ManagementConfig
ManagementStub. get()
ManagementConfig
ManagementStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ManagementConfig
Management. update(ManagementConfig managementConfig)
Modifies the NSX Management nodes global configuration.ManagementConfig
Management. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the NSX Management nodes global configuration.ManagementConfig
ManagementStub. update(ManagementConfig managementConfig)
ManagementConfig
ManagementStub. 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 ManagementConfig
Management. update(ManagementConfig managementConfig)
Modifies the NSX Management nodes global configuration.void
Management. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)
Modifies the NSX Management nodes global configuration.void
Management. 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.ManagementConfig
Management. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the NSX Management nodes global configuration.ManagementConfig
ManagementStub. update(ManagementConfig managementConfig)
void
ManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)
void
ManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ManagementConfig
ManagementStub. 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 void
Management. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)
Returns the NSX Management nodes global configuration.void
Management. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the NSX Management nodes global configuration.void
ManagementStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)
void
ManagementStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Management. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)
Modifies the NSX Management nodes global configuration.void
Management. 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.void
ManagementStub. update(ManagementConfig managementConfig, com.vmware.vapi.bindings.client.AsyncCallback<ManagementConfig> asyncCallback)
void
ManagementStub. 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 ManagementConfig
ManagementConfig. _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 ManagementConfig
ManagementConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ManagementConfig
ManagementConfig.Builder. build()
-