Class DescribeUsedIpAddressRequest


  • public class DescribeUsedIpAddressRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeUsedIpAddressRequest

        public DescribeUsedIpAddressRequest()
      • DescribeUsedIpAddressRequest

        public DescribeUsedIpAddressRequest​(DescribeUsedIpAddressRequest 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。
        Returns:
        VpcId VPC实例ID。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set VPC实例ID。
        Parameters:
        VpcId - VPC实例ID。
      • getSubnetId

        public String getSubnetId()
        Get 子网实例ID。
        Returns:
        SubnetId 子网实例ID。
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set 子网实例ID。
        Parameters:
        SubnetId - 子网实例ID。
      • getIpAddresses

        public String[] getIpAddresses()
        Get 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
        Returns:
        IpAddresses 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
      • setIpAddresses

        public void setIpAddresses​(String[] IpAddresses)
        Set 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
        Parameters:
        IpAddresses - 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为0。
        Returns:
        Offset 偏移量,默认为0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为0。
        Parameters:
        Offset - 偏移量,默认为0。
      • getLimit

        public Long getLimit()
        Get 返回数量,默认为20,最大值为100。
        Returns:
        Limit 返回数量,默认为20,最大值为100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回数量,默认为20,最大值为100。
        Parameters:
        Limit - 返回数量,默认为20,最大值为100。