Class VpcFwInstance
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.VpcFwInstance
-
public class VpcFwInstance extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VpcFwInstance()VpcFwInstance(VpcFwInstance 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 FwDeploygetFwDeploy()Get 部署地域信息StringgetFwInsId()Get 防火墙实例ID (编辑场景传)StringgetName()Get 防火墙实例名称String[]getVpcIds()Get 私有网络模式下接入的VpcId列表;仅私有网络模式使用voidsetFwDeploy(FwDeploy FwDeploy)Set 部署地域信息voidsetFwInsId(String FwInsId)Set 防火墙实例ID (编辑场景传)voidsetName(String Name)Set 防火墙实例名称voidsetVpcIds(String[] VpcIds)Set 私有网络模式下接入的VpcId列表;仅私有网络模式使用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
-
VpcFwInstance
public VpcFwInstance()
-
VpcFwInstance
public VpcFwInstance(VpcFwInstance 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
-
getName
public String getName()
Get 防火墙实例名称- Returns:
- Name 防火墙实例名称
-
setName
public void setName(String Name)
Set 防火墙实例名称- Parameters:
Name- 防火墙实例名称
-
getVpcIds
public String[] getVpcIds()
Get 私有网络模式下接入的VpcId列表;仅私有网络模式使用- Returns:
- VpcIds 私有网络模式下接入的VpcId列表;仅私有网络模式使用
-
setVpcIds
public void setVpcIds(String[] VpcIds)
Set 私有网络模式下接入的VpcId列表;仅私有网络模式使用- Parameters:
VpcIds- 私有网络模式下接入的VpcId列表;仅私有网络模式使用
-
getFwDeploy
public FwDeploy getFwDeploy()
Get 部署地域信息- Returns:
- FwDeploy 部署地域信息
-
setFwDeploy
public void setFwDeploy(FwDeploy FwDeploy)
Set 部署地域信息- Parameters:
FwDeploy- 部署地域信息
-
getFwInsId
public String getFwInsId()
Get 防火墙实例ID (编辑场景传)- Returns:
- FwInsId 防火墙实例ID (编辑场景传)
-
setFwInsId
public void setFwInsId(String FwInsId)
Set 防火墙实例ID (编辑场景传)- Parameters:
FwInsId- 防火墙实例ID (编辑场景传)
-
-