public class Network extends AbstractModel
header, skipSign
Constructor and Description |
---|
Network() |
Network(Network 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 |
---|---|
Long |
getPort()
Get 内网访问Port。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubnetId()
Get 子网Id(VPC网络下有效)。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVip()
Get 内网访问IP。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get VpcId(VPC网络下有效)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set 内网访问Port。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubnetId(String SubnetId)
Set 子网Id(VPC网络下有效)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVip(String Vip)
Set 内网访问IP。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set VpcId(VPC网络下有效)
注意:此字段可能返回 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 Network()
public Network(Network source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VpcId(VPC网络下有效)
注意:此字段可能返回 null,表示取不到有效值。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网Id(VPC网络下有效)。
注意:此字段可能返回 null,表示取不到有效值。public String getVip()
public void setVip(String Vip)
Vip
- 内网访问IP。
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port
- 内网访问Port。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.