tencentcloud-sdk-tcss 1.0.306 → 1.0.309
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +38 -6
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 5ba63b9572a35a257b40ba500efe5a0a2836c199
         | 
| 4 | 
            +
              data.tar.gz: 35e348670fd26f1056553f34cf7c3538b37f6bc4
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: affc43e555b73ab1985121bee6cf5ed6c4c928685e170c9c6659297477dd82f8d84792c0f7b915fc783c79a39fad9a5882a096da2fd92cd87f08950ce6982483
         | 
| 7 | 
            +
              data.tar.gz: b8bfd4b8d46defd2ea73f20f8aacb102adb0b6482fc785026649f74f164cb17cee9771f57466af57e691ecd87c6ab207cd01133b4e88c2bae0c1506fd9089e63
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1.0. | 
| 1 | 
            +
            1.0.309
         | 
    
        data/lib/v20201101/models.rb
    CHANGED
    
    | @@ -7224,12 +7224,28 @@ module TencentCloud | |
| 7224 7224 | 
             
                    # @type DefenderStatus: String
         | 
| 7225 7225 | 
             
                    # @param TaskCreateTime: 扫描任务创建时间
         | 
| 7226 7226 | 
             
                    # @type TaskCreateTime: String
         | 
| 7227 | 
            -
                    # @param  | 
| 7228 | 
            -
                    # @type  | 
| 7229 | 
            -
             | 
| 7230 | 
            -
                     | 
| 7231 | 
            -
                    
         | 
| 7232 | 
            -
                     | 
| 7227 | 
            +
                    # @param NetworkType: 网络类型.PublicNetwork为公网类型,VPCNetwork为VPC网络
         | 
| 7228 | 
            +
                    # @type NetworkType: String
         | 
| 7229 | 
            +
                    # @param ApiServerAddress: API Server地址
         | 
| 7230 | 
            +
                    # @type ApiServerAddress: String
         | 
| 7231 | 
            +
                    # @param NodeCount: 节点数
         | 
| 7232 | 
            +
                    # @type NodeCount: Integer
         | 
| 7233 | 
            +
                    # @param NamespaceCount: 命名空间数
         | 
| 7234 | 
            +
                    # @type NamespaceCount: Integer
         | 
| 7235 | 
            +
                    # @param WorkloadCount: 工作负载数
         | 
| 7236 | 
            +
                    # @type WorkloadCount: Integer
         | 
| 7237 | 
            +
                    # @param PodCount: Pod数量
         | 
| 7238 | 
            +
                    # @type PodCount: Integer
         | 
| 7239 | 
            +
                    # @param ServiceCount: Service数量
         | 
| 7240 | 
            +
                    # @type ServiceCount: Integer
         | 
| 7241 | 
            +
                    # @param IngressCount: Ingress数量
         | 
| 7242 | 
            +
                    # @type IngressCount: Integer
         | 
| 7243 | 
            +
                    # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
         | 
| 7244 | 
            +
                    # @type RequestId: String
         | 
| 7245 | 
            +
             | 
| 7246 | 
            +
                    attr_accessor :ClusterId, :ClusterName, :ScanTaskProgress, :ClusterVersion, :ContainerRuntime, :ClusterNodeNum, :ClusterStatus, :ClusterType, :Region, :SeriousRiskCount, :HighRiskCount, :MiddleRiskCount, :HintRiskCount, :CheckStatus, :DefenderStatus, :TaskCreateTime, :NetworkType, :ApiServerAddress, :NodeCount, :NamespaceCount, :WorkloadCount, :PodCount, :ServiceCount, :IngressCount, :RequestId
         | 
| 7247 | 
            +
                    
         | 
| 7248 | 
            +
                    def initialize(clusterid=nil, clustername=nil, scantaskprogress=nil, clusterversion=nil, containerruntime=nil, clusternodenum=nil, clusterstatus=nil, clustertype=nil, region=nil, seriousriskcount=nil, highriskcount=nil, middleriskcount=nil, hintriskcount=nil, checkstatus=nil, defenderstatus=nil, taskcreatetime=nil, networktype=nil, apiserveraddress=nil, nodecount=nil, namespacecount=nil, workloadcount=nil, podcount=nil, servicecount=nil, ingresscount=nil, requestid=nil)
         | 
| 7233 7249 | 
             
                      @ClusterId = clusterid
         | 
| 7234 7250 | 
             
                      @ClusterName = clustername
         | 
| 7235 7251 | 
             
                      @ScanTaskProgress = scantaskprogress
         | 
| @@ -7246,6 +7262,14 @@ module TencentCloud | |
| 7246 7262 | 
             
                      @CheckStatus = checkstatus
         | 
| 7247 7263 | 
             
                      @DefenderStatus = defenderstatus
         | 
| 7248 7264 | 
             
                      @TaskCreateTime = taskcreatetime
         | 
| 7265 | 
            +
                      @NetworkType = networktype
         | 
| 7266 | 
            +
                      @ApiServerAddress = apiserveraddress
         | 
| 7267 | 
            +
                      @NodeCount = nodecount
         | 
| 7268 | 
            +
                      @NamespaceCount = namespacecount
         | 
| 7269 | 
            +
                      @WorkloadCount = workloadcount
         | 
| 7270 | 
            +
                      @PodCount = podcount
         | 
| 7271 | 
            +
                      @ServiceCount = servicecount
         | 
| 7272 | 
            +
                      @IngressCount = ingresscount
         | 
| 7249 7273 | 
             
                      @RequestId = requestid
         | 
| 7250 7274 | 
             
                    end
         | 
| 7251 7275 |  | 
| @@ -7266,6 +7290,14 @@ module TencentCloud | |
| 7266 7290 | 
             
                      @CheckStatus = params['CheckStatus']
         | 
| 7267 7291 | 
             
                      @DefenderStatus = params['DefenderStatus']
         | 
| 7268 7292 | 
             
                      @TaskCreateTime = params['TaskCreateTime']
         | 
| 7293 | 
            +
                      @NetworkType = params['NetworkType']
         | 
| 7294 | 
            +
                      @ApiServerAddress = params['ApiServerAddress']
         | 
| 7295 | 
            +
                      @NodeCount = params['NodeCount']
         | 
| 7296 | 
            +
                      @NamespaceCount = params['NamespaceCount']
         | 
| 7297 | 
            +
                      @WorkloadCount = params['WorkloadCount']
         | 
| 7298 | 
            +
                      @PodCount = params['PodCount']
         | 
| 7299 | 
            +
                      @ServiceCount = params['ServiceCount']
         | 
| 7300 | 
            +
                      @IngressCount = params['IngressCount']
         | 
| 7269 7301 | 
             
                      @RequestId = params['RequestId']
         | 
| 7270 7302 | 
             
                    end
         | 
| 7271 7303 | 
             
                  end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-tcss
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.0. | 
| 4 | 
            +
              version: 1.0.309
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022-05- | 
| 11 | 
            +
            date: 2022-05-10 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |