Class ServiceEIP
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.ServiceEIP
-
public class ServiceEIP extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ServiceEIP()
ServiceEIP(ServiceEIP 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getEnableEIP()
Get 是否开启TIONE内网到外部的访问 注意:此字段可能返回 null,表示取不到有效值。String
getSubnetId()
Get 用户subnetId 注意:此字段可能返回 null,表示取不到有效值。String
getVpcId()
Get 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。void
setEnableEIP(Boolean EnableEIP)
Set 是否开启TIONE内网到外部的访问 注意:此字段可能返回 null,表示取不到有效值。void
setSubnetId(String SubnetId)
Set 用户subnetId 注意:此字段可能返回 null,表示取不到有效值。void
setVpcId(String VpcId)
Set 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServiceEIP
public ServiceEIP()
-
ServiceEIP
public ServiceEIP(ServiceEIP 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.
-
-
Method Detail
-
getEnableEIP
public Boolean getEnableEIP()
Get 是否开启TIONE内网到外部的访问 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnableEIP 是否开启TIONE内网到外部的访问 注意:此字段可能返回 null,表示取不到有效值。
-
setEnableEIP
public void setEnableEIP(Boolean EnableEIP)
Set 是否开启TIONE内网到外部的访问 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnableEIP
- 是否开启TIONE内网到外部的访问 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcId
public String getVpcId()
Get 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId
- 用户VpcId 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String getSubnetId()
Get 用户subnetId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId 用户subnetId 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 用户subnetId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId
- 用户subnetId 注意:此字段可能返回 null,表示取不到有效值。
-
-