public class Sv extends AbstractModel
header, skipSign
Constructor and Description |
---|
Sv() |
Sv(Sv 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 |
getInstanceId()
Get 询价参数映射的四层代理实例Id。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 询价参数键。
|
String |
getPack()
Get 询价参数映射的配额,取值有:
zone:站点数;
custom-rule:自定义规则数;
rate-limiting-rule:速率限制规则数;
l4-proxy-instance:四层代理实例数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtectionSpecs()
Get 询价参数对应的防护等级。
取值有: cm_30G:中国大陆加速区域保底防护30Gbps; cm_60G:中国大陆加速区域保底防护60Gbps; cm_100G:中国大陆加速区域保底防护100Gbps; anycast_300G:全球加速区域(除中国大陆)Anycast联防300Gbps; anycast_unlimited:全球加速区域(除中国大陆)Anycast无上限全力防护; cm_30G_anycast_300G:中国大陆加速区域保底防护30Gbps,全球加速区域(除中国大陆)Anycast联防300Gbps; cm_30G_anycast_unlimited:中国大陆加速区域保底防护30Gbps,全球加速区域(除中国大陆)Anycast无上限全力防护; cm_60G_anycast_300G:中国大陆加速区域保底防护60Gbps,全球加速区域(除中国大陆)Anycast联防300Gbps; cm_60G_anycast_unlimited:中国大陆加速区域保底防护60Gbps,全球加速区域(除中国大陆)Anycast无上限全力防护; cm_100G_anycast_300G:中国大陆加速区域保底防护100Gbps,全球加速区域(除中国大陆)Anycast联防300Gbps; cm_100G_anycast_unlimited:中国大陆加速区域保底防护100Gbps,全球加速区域(除中国大陆)Anycast无上限全力防护。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 询价参数值。
|
void |
setInstanceId(String InstanceId)
Set 询价参数映射的四层代理实例Id。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 询价参数键。
|
void |
setPack(String Pack)
Set 询价参数映射的配额,取值有:
zone:站点数;
custom-rule:自定义规则数;
rate-limiting-rule:速率限制规则数;
l4-proxy-instance:四层代理实例数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtectionSpecs(String ProtectionSpecs)
Set 询价参数对应的防护等级。
取值有: cm_30G:中国大陆加速区域保底防护30Gbps; cm_60G:中国大陆加速区域保底防护60Gbps; cm_100G:中国大陆加速区域保底防护100Gbps; anycast_300G:全球加速区域(除中国大陆)Anycast联防300Gbps; anycast_unlimited:全球加速区域(除中国大陆)Anycast无上限全力防护; cm_30G_anycast_300G:中国大陆加速区域保底防护30Gbps,全球加速区域(除中国大陆)Anycast联防300Gbps; cm_30G_anycast_unlimited:中国大陆加速区域保底防护30Gbps,全球加速区域(除中国大陆)Anycast无上限全力防护; cm_60G_anycast_300G:中国大陆加速区域保底防护60Gbps,全球加速区域(除中国大陆)Anycast联防300Gbps; cm_60G_anycast_unlimited:中国大陆加速区域保底防护60Gbps,全球加速区域(除中国大陆)Anycast无上限全力防护; cm_100G_anycast_300G:中国大陆加速区域保底防护100Gbps,全球加速区域(除中国大陆)Anycast联防300Gbps; cm_100G_anycast_unlimited:中国大陆加速区域保底防护100Gbps,全球加速区域(除中国大陆)Anycast无上限全力防护。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 询价参数值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Sv()
public Sv(Sv source)
public String getKey()
public void setKey(String Key)
Key
- 询价参数键。public String getValue()
public void setValue(String Value)
Value
- 询价参数值。public String getPack()
public void setPack(String Pack)
Pack
- 询价参数映射的配额,取值有:
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 询价参数映射的四层代理实例Id。
注意:此字段可能返回 null,表示取不到有效值。public String getProtectionSpecs()
public void setProtectionSpecs(String ProtectionSpecs)
ProtectionSpecs
- 询价参数对应的防护等级。
取值有: Copyright © 2024. All rights reserved.