public class PublicAddressConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
PublicAddressConfig() |
PublicAddressConfig(PublicAddressConfig 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 |
getGroupId()
Get 公网所属分组 id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupName()
Get 公网所属分组名
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInternetMaxBandwidthOut()
Get 公网最大带宽
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNetworkId()
Get 公网负载均衡 id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVip()
Get 公网 ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupId(String GroupId)
Set 公网所属分组 id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupName(String GroupName)
Set 公网所属分组名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 公网最大带宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetworkId(String NetworkId)
Set 公网负载均衡 id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVip(String Vip)
Set 公网 ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PublicAddressConfig()
public PublicAddressConfig(PublicAddressConfig source)
public String getVip()
public void setVip(String Vip)
Vip
- 公网 ip
注意:此字段可能返回 null,表示取不到有效值。public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- 公网最大带宽
注意:此字段可能返回 null,表示取不到有效值。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 公网所属分组 id
注意:此字段可能返回 null,表示取不到有效值。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 公网所属分组名
注意:此字段可能返回 null,表示取不到有效值。public String getNetworkId()
public void setNetworkId(String NetworkId)
NetworkId
- 公网负载均衡 id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.