public class VpcFwJoinInstanceType extends AbstractModel
header, skipSign| Constructor and Description |
|---|
VpcFwJoinInstanceType() |
VpcFwJoinInstanceType(VpcFwJoinInstanceType 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 |
|---|---|
String |
getJoinType()
Get 接入实例类型,VPC、DIRECTCONNECT、 VPNGW 等
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNum()
Get 接入的对应网络实例类型的数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJoinType(String JoinType)
Set 接入实例类型,VPC、DIRECTCONNECT、 VPNGW 等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNum(Long Num)
Set 接入的对应网络实例类型的数量
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic VpcFwJoinInstanceType()
public VpcFwJoinInstanceType(VpcFwJoinInstanceType source)
public String getJoinType()
public void setJoinType(String JoinType)
JoinType - 接入实例类型,VPC、DIRECTCONNECT、 VPNGW 等
注意:此字段可能返回 null,表示取不到有效值。public Long getNum()
public void setNum(Long Num)
Num - 接入的对应网络实例类型的数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.