Class VpcFwInstanceShow
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.VpcFwInstanceShow
-
public class VpcFwInstanceShow extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VpcFwInstanceShow()VpcFwInstanceShow(VpcFwInstanceShow 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 StringgetFwInsId()Get VPC防火墙实例IDStringgetFwInsName()Get VPC防火墙实例名称 注意:此字段可能返回 null,表示取不到有效值。StringgetFwInsRegion()Get 网络经过VPC防火墙CVM所在地域 注意:此字段可能返回 null,表示取不到有效值。voidsetFwInsId(String FwInsId)Set VPC防火墙实例IDvoidsetFwInsName(String FwInsName)Set VPC防火墙实例名称 注意:此字段可能返回 null,表示取不到有效值。voidsetFwInsRegion(String FwInsRegion)Set 网络经过VPC防火墙CVM所在地域 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
VpcFwInstanceShow
public VpcFwInstanceShow()
-
VpcFwInstanceShow
public VpcFwInstanceShow(VpcFwInstanceShow 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
-
getFwInsId
public String getFwInsId()
Get VPC防火墙实例ID- Returns:
- FwInsId VPC防火墙实例ID
-
setFwInsId
public void setFwInsId(String FwInsId)
Set VPC防火墙实例ID- Parameters:
FwInsId- VPC防火墙实例ID
-
getFwInsName
public String getFwInsName()
Get VPC防火墙实例名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FwInsName VPC防火墙实例名称 注意:此字段可能返回 null,表示取不到有效值。
-
setFwInsName
public void setFwInsName(String FwInsName)
Set VPC防火墙实例名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FwInsName- VPC防火墙实例名称 注意:此字段可能返回 null,表示取不到有效值。
-
getFwInsRegion
public String getFwInsRegion()
Get 网络经过VPC防火墙CVM所在地域 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FwInsRegion 网络经过VPC防火墙CVM所在地域 注意:此字段可能返回 null,表示取不到有效值。
-
setFwInsRegion
public void setFwInsRegion(String FwInsRegion)
Set 网络经过VPC防火墙CVM所在地域 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FwInsRegion- 网络经过VPC防火墙CVM所在地域 注意:此字段可能返回 null,表示取不到有效值。
-
-