tencentcloud-sdk-goosefs 3.0.860 → 3.0.861
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/v20220519/models.rb +55 -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: e26496827ff4a5fdc173ec61c85eae1888ef0a42
         | 
| 4 | 
            +
              data.tar.gz: 774d4c6e26f9ed6154b6a874ca39d9dfc21a29dc
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 378330e3f2f5b8b6c44c125250f7404417ae9ad8bcb51ae62f4d887c073f24f6d971ce1d4bf4605525538ad2726a093316194c2c0a8ea21cc8982572bfcf5cd1
         | 
| 7 | 
            +
              data.tar.gz: c9af428aa7a3686bd81c834e0c7884d57c4f6ab3b95435e7b04edd4e378547a29f4c5b96f4fc5c77445732f62288872c9a984ddd82824bc6db3d9dcbed3ca534
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.861
         | 
    
        data/lib/v20220519/models.rb
    CHANGED
    
    | @@ -189,6 +189,38 @@ module TencentCloud | |
| 189 189 | 
             
                    end
         | 
| 190 190 | 
             
                  end
         | 
| 191 191 |  | 
| 192 | 
            +
                  # 付费信息详情
         | 
| 193 | 
            +
                  class ChargeAttribute < TencentCloud::Common::AbstractModel
         | 
| 194 | 
            +
                    # @param CurDeadline: 到期时间
         | 
| 195 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 196 | 
            +
                    # @type CurDeadline: String
         | 
| 197 | 
            +
                    # @param PayMode: 付费方式
         | 
| 198 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 199 | 
            +
                    # @type PayMode: String
         | 
| 200 | 
            +
                    # @param AutoRenewFlag: 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费
         | 
| 201 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 202 | 
            +
                    # @type AutoRenewFlag: Integer
         | 
| 203 | 
            +
                    # @param ResourceId: 资源ID
         | 
| 204 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 205 | 
            +
                    # @type ResourceId: String
         | 
| 206 | 
            +
             | 
| 207 | 
            +
                    attr_accessor :CurDeadline, :PayMode, :AutoRenewFlag, :ResourceId
         | 
| 208 | 
            +
             | 
| 209 | 
            +
                    def initialize(curdeadline=nil, paymode=nil, autorenewflag=nil, resourceid=nil)
         | 
| 210 | 
            +
                      @CurDeadline = curdeadline
         | 
| 211 | 
            +
                      @PayMode = paymode
         | 
| 212 | 
            +
                      @AutoRenewFlag = autorenewflag
         | 
| 213 | 
            +
                      @ResourceId = resourceid
         | 
| 214 | 
            +
                    end
         | 
| 215 | 
            +
             | 
| 216 | 
            +
                    def deserialize(params)
         | 
| 217 | 
            +
                      @CurDeadline = params['CurDeadline']
         | 
| 218 | 
            +
                      @PayMode = params['PayMode']
         | 
| 219 | 
            +
                      @AutoRenewFlag = params['AutoRenewFlag']
         | 
| 220 | 
            +
                      @ResourceId = params['ResourceId']
         | 
| 221 | 
            +
                    end
         | 
| 222 | 
            +
                  end
         | 
| 223 | 
            +
             | 
| 192 224 | 
             
                  # 客户侧集群管理节点信息
         | 
| 193 225 | 
             
                  class ClientClusterManagerNodeInfo < TencentCloud::Common::AbstractModel
         | 
| 194 226 | 
             
                    # @param NodeIp: 客户端节点IP
         | 
| @@ -870,17 +902,21 @@ module TencentCloud | |
| 870 902 | 
             
                    # @type FileSystemId: String
         | 
| 871 903 | 
             
                    # @param ExpandedCapacity: 新增扩容的系统容量
         | 
| 872 904 | 
             
                    # @type ExpandedCapacity: Integer
         | 
| 905 | 
            +
                    # @param ModifyType: 容量修改类型:add/sub
         | 
| 906 | 
            +
                    # @type ModifyType: String
         | 
| 873 907 |  | 
| 874 | 
            -
                    attr_accessor :FileSystemId, :ExpandedCapacity
         | 
| 908 | 
            +
                    attr_accessor :FileSystemId, :ExpandedCapacity, :ModifyType
         | 
| 875 909 |  | 
| 876 | 
            -
                    def initialize(filesystemid=nil, expandedcapacity=nil)
         | 
| 910 | 
            +
                    def initialize(filesystemid=nil, expandedcapacity=nil, modifytype=nil)
         | 
| 877 911 | 
             
                      @FileSystemId = filesystemid
         | 
| 878 912 | 
             
                      @ExpandedCapacity = expandedcapacity
         | 
| 913 | 
            +
                      @ModifyType = modifytype
         | 
| 879 914 | 
             
                    end
         | 
| 880 915 |  | 
| 881 916 | 
             
                    def deserialize(params)
         | 
| 882 917 | 
             
                      @FileSystemId = params['FileSystemId']
         | 
| 883 918 | 
             
                      @ExpandedCapacity = params['ExpandedCapacity']
         | 
| 919 | 
            +
                      @ModifyType = params['ModifyType']
         | 
| 884 920 | 
             
                    end
         | 
| 885 921 | 
             
                  end
         | 
| 886 922 |  | 
| @@ -928,10 +964,13 @@ module TencentCloud | |
| 928 964 | 
             
                    # @type Tag: Array
         | 
| 929 965 | 
             
                    # @param ModifyTime: 更新属性时间
         | 
| 930 966 | 
             
                    # @type ModifyTime: String
         | 
| 967 | 
            +
                    # @param ChargeAttribute: 文件系统付费信息
         | 
| 968 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 969 | 
            +
                    # @type ChargeAttribute: :class:`Tencentcloud::Goosefs.v20220519.models.ChargeAttribute`
         | 
| 931 970 |  | 
| 932 | 
            -
                    attr_accessor :Type, :FileSystemId, :CreateTime, :GooseFSxAttribute, :Status, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :ModifyTime
         | 
| 971 | 
            +
                    attr_accessor :Type, :FileSystemId, :CreateTime, :GooseFSxAttribute, :Status, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :ModifyTime, :ChargeAttribute
         | 
| 933 972 |  | 
| 934 | 
            -
                    def initialize(type=nil, filesystemid=nil, createtime=nil, goosefsxattribute=nil, status=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, modifytime=nil)
         | 
| 973 | 
            +
                    def initialize(type=nil, filesystemid=nil, createtime=nil, goosefsxattribute=nil, status=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, modifytime=nil, chargeattribute=nil)
         | 
| 935 974 | 
             
                      @Type = type
         | 
| 936 975 | 
             
                      @FileSystemId = filesystemid
         | 
| 937 976 | 
             
                      @CreateTime = createtime
         | 
| @@ -944,6 +983,7 @@ module TencentCloud | |
| 944 983 | 
             
                      @Zone = zone
         | 
| 945 984 | 
             
                      @Tag = tag
         | 
| 946 985 | 
             
                      @ModifyTime = modifytime
         | 
| 986 | 
            +
                      @ChargeAttribute = chargeattribute
         | 
| 947 987 | 
             
                    end
         | 
| 948 988 |  | 
| 949 989 | 
             
                    def deserialize(params)
         | 
| @@ -969,6 +1009,10 @@ module TencentCloud | |
| 969 1009 | 
             
                        end
         | 
| 970 1010 | 
             
                      end
         | 
| 971 1011 | 
             
                      @ModifyTime = params['ModifyTime']
         | 
| 1012 | 
            +
                      unless params['ChargeAttribute'].nil?
         | 
| 1013 | 
            +
                        @ChargeAttribute = ChargeAttribute.new
         | 
| 1014 | 
            +
                        @ChargeAttribute.deserialize(params['ChargeAttribute'])
         | 
| 1015 | 
            +
                      end
         | 
| 972 1016 | 
             
                    end
         | 
| 973 1017 | 
             
                  end
         | 
| 974 1018 |  | 
| @@ -1103,10 +1147,13 @@ module TencentCloud | |
| 1103 1147 | 
             
                    # @param BucketRegion: 桶所在的园区
         | 
| 1104 1148 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1105 1149 | 
             
                    # @type BucketRegion: String
         | 
| 1150 | 
            +
                    # @param Endpoint: 自定义Endpoint
         | 
| 1151 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1152 | 
            +
                    # @type Endpoint: String
         | 
| 1106 1153 |  | 
| 1107 | 
            -
                    attr_accessor :BucketName, :FileSystemPath, :DataRepositoryTaskAutoStrategy, :RuleId, :RuleDescription, :Status, :AccelerateFlag, :BucketRegion
         | 
| 1154 | 
            +
                    attr_accessor :BucketName, :FileSystemPath, :DataRepositoryTaskAutoStrategy, :RuleId, :RuleDescription, :Status, :AccelerateFlag, :BucketRegion, :Endpoint
         | 
| 1108 1155 |  | 
| 1109 | 
            -
                    def initialize(bucketname=nil, filesystempath=nil, datarepositorytaskautostrategy=nil, ruleid=nil, ruledescription=nil, status=nil, accelerateflag=nil, bucketregion=nil)
         | 
| 1156 | 
            +
                    def initialize(bucketname=nil, filesystempath=nil, datarepositorytaskautostrategy=nil, ruleid=nil, ruledescription=nil, status=nil, accelerateflag=nil, bucketregion=nil, endpoint=nil)
         | 
| 1110 1157 | 
             
                      @BucketName = bucketname
         | 
| 1111 1158 | 
             
                      @FileSystemPath = filesystempath
         | 
| 1112 1159 | 
             
                      @DataRepositoryTaskAutoStrategy = datarepositorytaskautostrategy
         | 
| @@ -1115,6 +1162,7 @@ module TencentCloud | |
| 1115 1162 | 
             
                      @Status = status
         | 
| 1116 1163 | 
             
                      @AccelerateFlag = accelerateflag
         | 
| 1117 1164 | 
             
                      @BucketRegion = bucketregion
         | 
| 1165 | 
            +
                      @Endpoint = endpoint
         | 
| 1118 1166 | 
             
                    end
         | 
| 1119 1167 |  | 
| 1120 1168 | 
             
                    def deserialize(params)
         | 
| @@ -1126,6 +1174,7 @@ module TencentCloud | |
| 1126 1174 | 
             
                      @Status = params['Status']
         | 
| 1127 1175 | 
             
                      @AccelerateFlag = params['AccelerateFlag']
         | 
| 1128 1176 | 
             
                      @BucketRegion = params['BucketRegion']
         | 
| 1177 | 
            +
                      @Endpoint = params['Endpoint']
         | 
| 1129 1178 | 
             
                    end
         | 
| 1130 1179 | 
             
                  end
         | 
| 1131 1180 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-goosefs
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.861
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024-07- | 
| 11 | 
            +
            date: 2024-07-09 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |