Uses of Class
com.vmware.nsx_policy.model.CapacityThresholdList
-
Packages that use CapacityThresholdList Package Description com.vmware.nsx_policy.infra.capacity com.vmware.nsx_policy.model -
-
Uses of CapacityThresholdList in com.vmware.nsx_policy.infra.capacity
Methods in com.vmware.nsx_policy.infra.capacity that return CapacityThresholdList Modifier and Type Method Description CapacityThresholdListThreshold. get()Returns warning threshold(s) set for NSX Objects.CapacityThresholdListThreshold. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns warning threshold(s) set for NSX Objects.CapacityThresholdListThresholdStub. get()CapacityThresholdListThresholdStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)CapacityThresholdListThreshold. update(CapacityThresholdList capacityThresholdList)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdListThreshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdListThresholdStub. update(CapacityThresholdList capacityThresholdList)CapacityThresholdListThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra.capacity with parameters of type CapacityThresholdList Modifier and Type Method Description CapacityThresholdListThreshold. update(CapacityThresholdList capacityThresholdList)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).voidThreshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).voidThreshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdListThreshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdListThresholdStub. update(CapacityThresholdList capacityThresholdList)voidThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)voidThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)CapacityThresholdListThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.capacity with type arguments of type CapacityThresholdList Modifier and Type Method Description voidThreshold. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)Returns warning threshold(s) set for NSX Objects.voidThreshold. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns warning threshold(s) set for NSX Objects.voidThresholdStub. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)voidThresholdStub. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidThreshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).voidThreshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).voidThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)voidThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of CapacityThresholdList in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CapacityThresholdList Modifier and Type Method Description static CapacityThresholdListCapacityThresholdList. _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 CapacityThresholdListCapacityThresholdList. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.CapacityThresholdListCapacityThresholdList.Builder. build()
-