Class DescribeVpcEndPointServiceRequest


  • public class DescribeVpcEndPointServiceRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeVpcEndPointServiceRequest

        public DescribeVpcEndPointServiceRequest()
      • DescribeVpcEndPointServiceRequest

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

      • getFilters

        public Filter[] getFilters()
        Get 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
      • service-id - String - (过滤条件)终端节点服务唯一ID。
      • service-name - String - (过滤条件)终端节点实例名称。
      • service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。
      • service-type - String - (过滤条件)后端PAAS服务类型,CLB,CDB,CRS,不填默认查询类型为CLB。
Returns:
Filters 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
  • service-id - String - (过滤条件)终端节点服务唯一ID。
  • service-name - String - (过滤条件)终端节点实例名称。
  • service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。
  • service-type - String - (过滤条件)后端PAAS服务类型,CLB,CDB,CRS,不填默认查询类型为CLB。
  • Parameters:
    Filters - 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
  • service-id - String - (过滤条件)终端节点服务唯一ID。
  • service-name - String - (过滤条件)终端节点实例名称。
  • service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。
  • service-type - String - (过滤条件)后端PAAS服务类型,CLB,CDB,CRS,不填默认查询类型为CLB。