Class DescribeNatFwInfoCountResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeNatFwInfoCountResponse
-
public class DescribeNatFwInfoCountResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNatFwInfoCountResponse()
DescribeNatFwInfoCountResponse(DescribeNatFwInfoCountResponse 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
getNatFwInsCount()
Get 当前租户的nat实例个数 注意:此字段可能返回 null,表示取不到有效值。Long
getOpenSwitchCount()
Get 打开开关个数 注意:此字段可能返回 null,表示取不到有效值。String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。String
getReturnMsg()
Get 返回参数 注意:此字段可能返回 null,表示取不到有效值。Long
getSubnetCount()
Get 当前租户接入子网个数 注意:此字段可能返回 null,表示取不到有效值。void
setNatFwInsCount(Long NatFwInsCount)
Set 当前租户的nat实例个数 注意:此字段可能返回 null,表示取不到有效值。void
setOpenSwitchCount(Long OpenSwitchCount)
Set 打开开关个数 注意:此字段可能返回 null,表示取不到有效值。void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setReturnMsg(String ReturnMsg)
Set 返回参数 注意:此字段可能返回 null,表示取不到有效值。void
setSubnetCount(Long SubnetCount)
Set 当前租户接入子网个数 注意:此字段可能返回 null,表示取不到有效值。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
-
DescribeNatFwInfoCountResponse
public DescribeNatFwInfoCountResponse()
-
DescribeNatFwInfoCountResponse
public DescribeNatFwInfoCountResponse(DescribeNatFwInfoCountResponse 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
-
getReturnMsg
public String getReturnMsg()
Get 返回参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReturnMsg 返回参数 注意:此字段可能返回 null,表示取不到有效值。
-
setReturnMsg
public void setReturnMsg(String ReturnMsg)
Set 返回参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReturnMsg
- 返回参数 注意:此字段可能返回 null,表示取不到有效值。
-
getNatFwInsCount
public Long getNatFwInsCount()
Get 当前租户的nat实例个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NatFwInsCount 当前租户的nat实例个数 注意:此字段可能返回 null,表示取不到有效值。
-
setNatFwInsCount
public void setNatFwInsCount(Long NatFwInsCount)
Set 当前租户的nat实例个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NatFwInsCount
- 当前租户的nat实例个数 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetCount
public Long getSubnetCount()
Get 当前租户接入子网个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetCount 当前租户接入子网个数 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetCount
public void setSubnetCount(Long SubnetCount)
Set 当前租户接入子网个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetCount
- 当前租户接入子网个数 注意:此字段可能返回 null,表示取不到有效值。
-
getOpenSwitchCount
public Long getOpenSwitchCount()
Get 打开开关个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OpenSwitchCount 打开开关个数 注意:此字段可能返回 null,表示取不到有效值。
-
setOpenSwitchCount
public void setOpenSwitchCount(Long OpenSwitchCount)
Set 打开开关个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OpenSwitchCount
- 打开开关个数 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-