public class ResetInstancesMaxBandwidthRequest extends AbstractModel
Constructor and Description |
---|
ResetInstancesMaxBandwidthRequest() |
ResetInstancesMaxBandwidthRequest(ResetInstancesMaxBandwidthRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getInstanceIdSet()
Get List of IDs of the instances for which to reset the bandwidth cap.
|
Long |
getMaxBandwidthIn()
Get Modified inbound bandwidth cap.
|
Long |
getMaxBandwidthOut()
Get Modified outbound bandwidth cap.
|
void |
setInstanceIdSet(String[] InstanceIdSet)
Set List of IDs of the instances for which to reset the bandwidth cap.
|
void |
setMaxBandwidthIn(Long MaxBandwidthIn)
Set Modified inbound bandwidth cap.
|
void |
setMaxBandwidthOut(Long MaxBandwidthOut)
Set Modified outbound bandwidth cap.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ResetInstancesMaxBandwidthRequest()
public ResetInstancesMaxBandwidthRequest(ResetInstancesMaxBandwidthRequest source)
public String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet
- List of IDs of the instances for which to reset the bandwidth cap. You can request up to 100 instances in a region at a time.public Long getMaxBandwidthOut()
public void setMaxBandwidthOut(Long MaxBandwidthOut)
MaxBandwidthOut
- Modified outbound bandwidth cap.public Long getMaxBandwidthIn()
public void setMaxBandwidthIn(Long MaxBandwidthIn)
MaxBandwidthIn
- Modified inbound bandwidth cap.Copyright © 2023. All rights reserved.