Class DescribeAssetWebLocationListRequest


  • public class DescribeAssetWebLocationListRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeAssetWebLocationListRequest

        public DescribeAssetWebLocationListRequest()
      • DescribeAssetWebLocationListRequest

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

      • getQuuid

        public String getQuuid()
        Get 查询指定Quuid主机的信息
        Returns:
        Quuid 查询指定Quuid主机的信息
      • setQuuid

        public void setQuuid​(String Quuid)
        Set 查询指定Quuid主机的信息
        Parameters:
        Quuid - 查询指定Quuid主机的信息
      • getFilters

        public Filter[] getFilters()
        Get 过滤条件。
      • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
      • Name - String - 是否必填:否 - 域名
      • User - String - 是否必填:否 - 运行用户
      • Port - uint64 - 是否必填:否 - 站点端口
      • Proto - uint64 - 是否必填:否 - 站点协议:1:HTTP,2:HTTPS
      • ServiceType - uint64 - 是否必填:否 - 服务类型: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
      • OsType - String - 是否必填:否 - windows/linux
      • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
Returns:
Filters 过滤条件。
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Name - String - 是否必填:否 - 域名
  • User - String - 是否必填:否 - 运行用户
  • Port - uint64 - 是否必填:否 - 站点端口
  • Proto - uint64 - 是否必填:否 - 站点协议:1:HTTP,2:HTTPS
  • ServiceType - uint64 - 是否必填:否 - 服务类型: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType - String - 是否必填:否 - windows/linux
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
  • Parameters:
    Filters - 过滤条件。
  • IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
  • Name - String - 是否必填:否 - 域名
  • User - String - 是否必填:否 - 运行用户
  • Port - uint64 - 是否必填:否 - 站点端口
  • Proto - uint64 - 是否必填:否 - 站点协议:1:HTTP,2:HTTPS
  • ServiceType - uint64 - 是否必填:否 - 服务类型: 1:Tomcat 2:Apache 3:Nginx 4:WebLogic 5:Websphere 6:JBoss 7:WildFly 8:Jetty 9:IHS 10:Tengine
  • OsType - String - 是否必填:否 - windows/linux
  • Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )