Class DeleteVpcFwGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DeleteVpcFwGroupRequest
-
public class DeleteVpcFwGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteVpcFwGroupRequest()
DeleteVpcFwGroupRequest(DeleteVpcFwGroupRequest 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 Long
getDeleteFwGroup()
Get 是否删除整个防火墙(组) 0:不删除防火墙(组),只删除单独实例 1:删除整个防火墙(组)String
getFwGroupId()
Get 防火墙(组)IdString[]
getVpcFwInsList()
Get 待删除的防火墙实例数组void
setDeleteFwGroup(Long DeleteFwGroup)
Set 是否删除整个防火墙(组) 0:不删除防火墙(组),只删除单独实例 1:删除整个防火墙(组)void
setFwGroupId(String FwGroupId)
Set 防火墙(组)Idvoid
setVpcFwInsList(String[] VpcFwInsList)
Set 待删除的防火墙实例数组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
-
DeleteVpcFwGroupRequest
public DeleteVpcFwGroupRequest()
-
DeleteVpcFwGroupRequest
public DeleteVpcFwGroupRequest(DeleteVpcFwGroupRequest 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
-
getFwGroupId
public String getFwGroupId()
Get 防火墙(组)Id- Returns:
- FwGroupId 防火墙(组)Id
-
setFwGroupId
public void setFwGroupId(String FwGroupId)
Set 防火墙(组)Id- Parameters:
FwGroupId
- 防火墙(组)Id
-
getDeleteFwGroup
public Long getDeleteFwGroup()
Get 是否删除整个防火墙(组) 0:不删除防火墙(组),只删除单独实例 1:删除整个防火墙(组)- Returns:
- DeleteFwGroup 是否删除整个防火墙(组) 0:不删除防火墙(组),只删除单独实例 1:删除整个防火墙(组)
-
setDeleteFwGroup
public void setDeleteFwGroup(Long DeleteFwGroup)
Set 是否删除整个防火墙(组) 0:不删除防火墙(组),只删除单独实例 1:删除整个防火墙(组)- Parameters:
DeleteFwGroup
- 是否删除整个防火墙(组) 0:不删除防火墙(组),只删除单独实例 1:删除整个防火墙(组)
-
getVpcFwInsList
public String[] getVpcFwInsList()
Get 待删除的防火墙实例数组- Returns:
- VpcFwInsList 待删除的防火墙实例数组
-
setVpcFwInsList
public void setVpcFwInsList(String[] VpcFwInsList)
Set 待删除的防火墙实例数组- Parameters:
VpcFwInsList
- 待删除的防火墙实例数组
-
-