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 CapacityThresholdList
Threshold. get()
Returns warning threshold(s) set for NSX Objects.CapacityThresholdList
Threshold. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns warning threshold(s) set for NSX Objects.CapacityThresholdList
ThresholdStub. get()
CapacityThresholdList
ThresholdStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CapacityThresholdList
Threshold. update(CapacityThresholdList capacityThresholdList)
Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdList
Threshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdList
ThresholdStub. update(CapacityThresholdList capacityThresholdList)
CapacityThresholdList
ThresholdStub. 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 CapacityThresholdList
Threshold. update(CapacityThresholdList capacityThresholdList)
Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).void
Threshold. 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).void
Threshold. 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).CapacityThresholdList
Threshold. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the warning threshold(s) for NSX Objects specified, and returns new threshold(s).CapacityThresholdList
ThresholdStub. update(CapacityThresholdList capacityThresholdList)
void
ThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)
void
ThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
CapacityThresholdList
ThresholdStub. 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 void
Threshold. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)
Returns warning threshold(s) set for NSX Objects.void
Threshold. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns warning threshold(s) set for NSX Objects.void
ThresholdStub. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)
void
ThresholdStub. get(com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Threshold. 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).void
Threshold. 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).void
ThresholdStub. update(CapacityThresholdList capacityThresholdList, com.vmware.vapi.bindings.client.AsyncCallback<CapacityThresholdList> asyncCallback)
void
ThresholdStub. 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 CapacityThresholdList
CapacityThresholdList. _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 CapacityThresholdList
CapacityThresholdList. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.CapacityThresholdList
CapacityThresholdList.Builder. build()
-