public class VpcFwInstance extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
FwDeploy |
getFwDeploy()
Get 部署地域信息
|
String |
getFwInsId()
Get 防火墙实例ID (编辑场景传)
|
String |
getName()
Get 防火墙实例名称
|
String[] |
getVpcIds()
Get 私有网络模式下接入的VpcId列表;仅私有网络模式使用
|
void |
setFwDeploy(FwDeploy FwDeploy)
Set 部署地域信息
|
void |
setFwInsId(String FwInsId)
Set 防火墙实例ID (编辑场景传)
|
void |
setName(String Name)
Set 防火墙实例名称
|
void |
setVpcIds(String[] VpcIds)
Set 私有网络模式下接入的VpcId列表;仅私有网络模式使用
|
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, toJsonString
public VpcFwInstance()
public VpcFwInstance(VpcFwInstance source)
public String getName()
public void setName(String Name)
Name
- 防火墙实例名称public String[] getVpcIds()
public void setVpcIds(String[] VpcIds)
VpcIds
- 私有网络模式下接入的VpcId列表;仅私有网络模式使用public FwDeploy getFwDeploy()
public void setFwDeploy(FwDeploy FwDeploy)
FwDeploy
- 部署地域信息public String getFwInsId()
public void setFwInsId(String FwInsId)
FwInsId
- 防火墙实例ID (编辑场景传)Copyright © 2024. All rights reserved.