Class DescribeNetDetectsRequest

    • Constructor Detail

      • DescribeNetDetectsRequest

        public DescribeNetDetectsRequest()
      • DescribeNetDetectsRequest

        public DescribeNetDetectsRequest​(DescribeNetDetectsRequest 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

      • getNetDetectIds

        public String[] getNetDetectIds()
        Get 网络探测实例`ID`数组。形如:[`netd-12345678`]。
        Returns:
        NetDetectIds 网络探测实例`ID`数组。形如:[`netd-12345678`]。
      • setNetDetectIds

        public void setNetDetectIds​(String[] NetDetectIds)
        Set 网络探测实例`ID`数组。形如:[`netd-12345678`]。
        Parameters:
        NetDetectIds - 网络探测实例`ID`数组。形如:[`netd-12345678`]。
      • getFilters

        public Filter[] getFilters()
        Get 过滤条件,参数不支持同时指定NetDetectIds和Filters。
      • vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-12345678
      • net-detect-id - String - (过滤条件)网络探测实例ID,形如:netd-12345678
      • subnet-id - String - (过滤条件)子网实例ID,形如:subnet-12345678
      • net-detect-name - String - (过滤条件)网络探测名称
Returns:
Filters 过滤条件,参数不支持同时指定NetDetectIds和Filters。
  • vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-12345678
  • net-detect-id - String - (过滤条件)网络探测实例ID,形如:netd-12345678
  • subnet-id - String - (过滤条件)子网实例ID,形如:subnet-12345678
  • net-detect-name - String - (过滤条件)网络探测名称
  • Parameters:
    Filters - 过滤条件,参数不支持同时指定NetDetectIds和Filters。
  • vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-12345678
  • net-detect-id - String - (过滤条件)网络探测实例ID,形如:netd-12345678
  • subnet-id - String - (过滤条件)子网实例ID,形如:subnet-12345678
  • net-detect-name - String - (过滤条件)网络探测名称