Class ResourceStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ResourceStatistics
-
public class ResourceStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResourceStatistics()ResourceStatistics(ResourceStatistics 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 LonggetIp()Get 当前已使用的IP总数。ResourceStatisticsItem[]getResourceStatisticsItemSet()Get 资源统计信息。StringgetSubnetId()Get 子网实例ID,例如:subnet-bthucmmy。StringgetVpcId()Get Vpc实例ID,例如:vpc-f1xjkw1b。voidsetIp(Long Ip)Set 当前已使用的IP总数。voidsetResourceStatisticsItemSet(ResourceStatisticsItem[] ResourceStatisticsItemSet)Set 资源统计信息。voidsetSubnetId(String SubnetId)Set 子网实例ID,例如:subnet-bthucmmy。voidsetVpcId(String VpcId)Set Vpc实例ID,例如:vpc-f1xjkw1b。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
-
ResourceStatistics
public ResourceStatistics()
-
ResourceStatistics
public ResourceStatistics(ResourceStatistics 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
-
getVpcId
public String getVpcId()
Get Vpc实例ID,例如:vpc-f1xjkw1b。- Returns:
- VpcId Vpc实例ID,例如:vpc-f1xjkw1b。
-
setVpcId
public void setVpcId(String VpcId)
Set Vpc实例ID,例如:vpc-f1xjkw1b。- Parameters:
VpcId- Vpc实例ID,例如:vpc-f1xjkw1b。
-
getSubnetId
public String getSubnetId()
Get 子网实例ID,例如:subnet-bthucmmy。- Returns:
- SubnetId 子网实例ID,例如:subnet-bthucmmy。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网实例ID,例如:subnet-bthucmmy。- Parameters:
SubnetId- 子网实例ID,例如:subnet-bthucmmy。
-
getIp
public Long getIp()
Get 当前已使用的IP总数。- Returns:
- Ip 当前已使用的IP总数。
-
setIp
public void setIp(Long Ip)
Set 当前已使用的IP总数。- Parameters:
Ip- 当前已使用的IP总数。
-
getResourceStatisticsItemSet
public ResourceStatisticsItem[] getResourceStatisticsItemSet()
Get 资源统计信息。- Returns:
- ResourceStatisticsItemSet 资源统计信息。
-
setResourceStatisticsItemSet
public void setResourceStatisticsItemSet(ResourceStatisticsItem[] ResourceStatisticsItemSet)
Set 资源统计信息。- Parameters:
ResourceStatisticsItemSet- 资源统计信息。
-
-