Uses of Class
com.vmware.nsx_policy.model.CapacityThreshold
-
Packages that use CapacityThreshold Package Description com.vmware.nsx_policy.infra.capacity com.vmware.nsx_policy.model -
-
Uses of CapacityThreshold in com.vmware.nsx_policy.infra.capacity
Methods in com.vmware.nsx_policy.infra.capacity with parameters of type CapacityThreshold Modifier and Type Method Description void
Threshold. patch(CapacityThreshold capacityThreshold)
Updates the warning threshold(s) for NSX Objects specified, does not modify thresholds for any other objects.void
Threshold. patch(CapacityThreshold capacityThreshold, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Updates the warning threshold(s) for NSX Objects specified, does not modify thresholds for any other objects.void
Threshold. patch(CapacityThreshold capacityThreshold, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the warning threshold(s) for NSX Objects specified, does not modify thresholds for any other objects.void
Threshold. patch(CapacityThreshold capacityThreshold, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the warning threshold(s) for NSX Objects specified, does not modify thresholds for any other objects.void
ThresholdStub. patch(CapacityThreshold capacityThreshold)
void
ThresholdStub. patch(CapacityThreshold capacityThreshold, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
ThresholdStub. patch(CapacityThreshold capacityThreshold, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ThresholdStub. patch(CapacityThreshold capacityThreshold, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of CapacityThreshold in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CapacityThreshold Modifier and Type Method Description static CapacityThreshold
CapacityThreshold. _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 CapacityThreshold
CapacityThreshold. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.CapacityThreshold
CapacityThreshold.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type CapacityThreshold Modifier and Type Method Description java.util.List<CapacityThreshold>
CapacityThresholdList. getCapacityThresholds()
List of capacity thresholds for NSX ObjectsMethod parameters in com.vmware.nsx_policy.model with type arguments of type CapacityThreshold Modifier and Type Method Description CapacityThresholdList.Builder
CapacityThresholdList.Builder. setCapacityThresholds(java.util.List<CapacityThreshold> capacityThresholds)
List of capacity thresholds for NSX Objectsvoid
CapacityThresholdList. setCapacityThresholds(java.util.List<CapacityThreshold> capacityThresholds)
List of capacity thresholds for NSX Objects
-