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 vpc port地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSubnetId()Get vpc subnet id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getVIP()Get vpc ip地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getVpcId()Get vpc id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPort(Long Port)Set vpc port地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSubnetId(String SubnetId)Set vpc subnet id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVIP(String VIP)Set vpc ip地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVpcId(String VpcId)Set vpc id
注意:此字段可能返回 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, toJsonStringpublic Network()
public Network(Network source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - vpc id
注意:此字段可能返回 null,表示取不到有效值。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - vpc subnet id
注意:此字段可能返回 null,表示取不到有效值。public String getVIP()
public void setVIP(String VIP)
VIP - vpc ip地址
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port - vpc port地址
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.