public class CreateDefaultAlarmThresholdRequest extends AbstractModel
Constructor and Description |
---|
CreateDefaultAlarmThresholdRequest() |
CreateDefaultAlarmThresholdRequest(CreateDefaultAlarmThresholdRequest 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 |
---|---|
DefaultAlarmThreshold |
getDefaultAlarmConfig()
Get Default alarm threshold configuration
|
String |
getInstanceType()
Get Product category.
|
void |
setDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)
Set Default alarm threshold configuration
|
void |
setInstanceType(String InstanceType)
Set Product category.
|
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 CreateDefaultAlarmThresholdRequest()
public CreateDefaultAlarmThresholdRequest(CreateDefaultAlarmThresholdRequest source)
public DefaultAlarmThreshold getDefaultAlarmConfig()
public void setDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)
DefaultAlarmConfig
- Default alarm threshold configurationpublic String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Product category. Valid values:
`bgp`: Anti-DDoS Pro
`bgpip`: Anti-DDoS Advanced
]Copyright © 2023. All rights reserved.