tencentcloud-sdk-vpc 3.0.713 → 3.0.715
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/v20170312/models.rb +20 -5
- 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: 53c756806c48670b63c1955fcfc1eb23467f5731
         | 
| 4 | 
            +
              data.tar.gz: 9e4c37dd0726ba61ff5fb64824f9980fcfb72d8f
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: b7a7d46c8f9dcd5ef0d19ec81ef0f523ed7c73901750c9cee9088e2e36d2d18fc1cffca68d1a87766001792c344dee3c0b670f691a033b28ca0f4c04e8a22dc5
         | 
| 7 | 
            +
              data.tar.gz: 575a284c481c99710fc8532f1e5db0afc2dfdce3927e52052d8a24a3a27f0b89c9ed8a9e882c97aca1b9b0ca7e4e19e7f2a34a896f30b5e7d513470f402057dc
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.715
         | 
    
        data/lib/v20170312/models.rb
    CHANGED
    
    | @@ -355,10 +355,13 @@ module TencentCloud | |
| 355 355 | 
             
                    # @type Egress: String
         | 
| 356 356 | 
             
                    # @param AntiDDoSPackageId: 高防包ID,当EIP类型为高防EIP时,返回EIP绑定的高防包ID.
         | 
| 357 357 | 
             
                    # @type AntiDDoSPackageId: String
         | 
| 358 | 
            +
                    # @param RenewFlag: 当前EIP是否自动续费,只有按月带宽预付费的EIP才会显示该字段,具体值示例如下:
         | 
| 359 | 
            +
                    # <li>NOTIFY_AND_MANUAL_RENEW:正常续费</li><li>NOTIFY_AND_AUTO_RENEW:自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:到期不续费 </li>
         | 
| 360 | 
            +
                    # @type RenewFlag: String
         | 
| 358 361 |  | 
| 359 | 
            -
                    attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :Egress, :AntiDDoSPackageId
         | 
| 362 | 
            +
                    attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :Egress, :AntiDDoSPackageId, :RenewFlag
         | 
| 360 363 |  | 
| 361 | 
            -
                    def initialize(addressid=nil, addressname=nil, addressstatus=nil, addressip=nil, instanceid=nil, createdtime=nil, networkinterfaceid=nil, privateaddressip=nil, isarrears=nil, isblocked=nil, iseipdirectconnection=nil, addresstype=nil, cascaderelease=nil, eipalgtype=nil, internetserviceprovider=nil, localbgp=nil, bandwidth=nil, internetchargetype=nil, tagset=nil, deadlinedate=nil, instancetype=nil, egress=nil, antiddospackageid=nil)
         | 
| 364 | 
            +
                    def initialize(addressid=nil, addressname=nil, addressstatus=nil, addressip=nil, instanceid=nil, createdtime=nil, networkinterfaceid=nil, privateaddressip=nil, isarrears=nil, isblocked=nil, iseipdirectconnection=nil, addresstype=nil, cascaderelease=nil, eipalgtype=nil, internetserviceprovider=nil, localbgp=nil, bandwidth=nil, internetchargetype=nil, tagset=nil, deadlinedate=nil, instancetype=nil, egress=nil, antiddospackageid=nil, renewflag=nil)
         | 
| 362 365 | 
             
                      @AddressId = addressid
         | 
| 363 366 | 
             
                      @AddressName = addressname
         | 
| 364 367 | 
             
                      @AddressStatus = addressstatus
         | 
| @@ -382,6 +385,7 @@ module TencentCloud | |
| 382 385 | 
             
                      @InstanceType = instancetype
         | 
| 383 386 | 
             
                      @Egress = egress
         | 
| 384 387 | 
             
                      @AntiDDoSPackageId = antiddospackageid
         | 
| 388 | 
            +
                      @RenewFlag = renewflag
         | 
| 385 389 | 
             
                    end
         | 
| 386 390 |  | 
| 387 391 | 
             
                    def deserialize(params)
         | 
| @@ -418,6 +422,7 @@ module TencentCloud | |
| 418 422 | 
             
                      @InstanceType = params['InstanceType']
         | 
| 419 423 | 
             
                      @Egress = params['Egress']
         | 
| 420 424 | 
             
                      @AntiDDoSPackageId = params['AntiDDoSPackageId']
         | 
| 425 | 
            +
                      @RenewFlag = params['RenewFlag']
         | 
| 421 426 | 
             
                    end
         | 
| 422 427 | 
             
                  end
         | 
| 423 428 |  | 
| @@ -11357,7 +11362,7 @@ module TencentCloud | |
| 11357 11362 | 
             
                    # @type Limit: Integer
         | 
| 11358 11363 | 
             
                    # @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
         | 
| 11359 11364 | 
             
                    # @type EndPointServiceIds: Array
         | 
| 11360 | 
            -
                    # @param IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li | 
| 11365 | 
            +
                    # @param IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li>列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,那些终端节点服务授权了该账户。</li>
         | 
| 11361 11366 | 
             
                    # @type IsListAuthorizedEndPointService: Boolean
         | 
| 11362 11367 |  | 
| 11363 11368 | 
             
                    attr_accessor :Filters, :Offset, :Limit, :EndPointServiceIds, :IsListAuthorizedEndPointService
         | 
| @@ -13737,10 +13742,16 @@ module TencentCloud | |
| 13737 13742 | 
             
                    # @type CreateTime: String
         | 
| 13738 13743 | 
             
                    # @param ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
         | 
| 13739 13744 | 
             
                    # @type ServiceType: String
         | 
| 13745 | 
            +
                    # @param ServiceUin: Uin
         | 
| 13746 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 13747 | 
            +
                    # @type ServiceUin: String
         | 
| 13748 | 
            +
                    # @param BusinessIpType: 服务IP类型
         | 
| 13749 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 13750 | 
            +
                    # @type BusinessIpType: Integer
         | 
| 13740 13751 |  | 
| 13741 | 
            -
                    attr_accessor :EndPointServiceId, :VpcId, :ServiceOwner, :ServiceName, :ServiceVip, :ServiceInstanceId, :AutoAcceptFlag, :EndPointCount, :EndPointSet, :CreateTime, :ServiceType
         | 
| 13752 | 
            +
                    attr_accessor :EndPointServiceId, :VpcId, :ServiceOwner, :ServiceName, :ServiceVip, :ServiceInstanceId, :AutoAcceptFlag, :EndPointCount, :EndPointSet, :CreateTime, :ServiceType, :ServiceUin, :BusinessIpType
         | 
| 13742 13753 |  | 
| 13743 | 
            -
                    def initialize(endpointserviceid=nil, vpcid=nil, serviceowner=nil, servicename=nil, servicevip=nil, serviceinstanceid=nil, autoacceptflag=nil, endpointcount=nil, endpointset=nil, createtime=nil, servicetype=nil)
         | 
| 13754 | 
            +
                    def initialize(endpointserviceid=nil, vpcid=nil, serviceowner=nil, servicename=nil, servicevip=nil, serviceinstanceid=nil, autoacceptflag=nil, endpointcount=nil, endpointset=nil, createtime=nil, servicetype=nil, serviceuin=nil, businessiptype=nil)
         | 
| 13744 13755 | 
             
                      @EndPointServiceId = endpointserviceid
         | 
| 13745 13756 | 
             
                      @VpcId = vpcid
         | 
| 13746 13757 | 
             
                      @ServiceOwner = serviceowner
         | 
| @@ -13752,6 +13763,8 @@ module TencentCloud | |
| 13752 13763 | 
             
                      @EndPointSet = endpointset
         | 
| 13753 13764 | 
             
                      @CreateTime = createtime
         | 
| 13754 13765 | 
             
                      @ServiceType = servicetype
         | 
| 13766 | 
            +
                      @ServiceUin = serviceuin
         | 
| 13767 | 
            +
                      @BusinessIpType = businessiptype
         | 
| 13755 13768 | 
             
                    end
         | 
| 13756 13769 |  | 
| 13757 13770 | 
             
                    def deserialize(params)
         | 
| @@ -13773,6 +13786,8 @@ module TencentCloud | |
| 13773 13786 | 
             
                      end
         | 
| 13774 13787 | 
             
                      @CreateTime = params['CreateTime']
         | 
| 13775 13788 | 
             
                      @ServiceType = params['ServiceType']
         | 
| 13789 | 
            +
                      @ServiceUin = params['ServiceUin']
         | 
| 13790 | 
            +
                      @BusinessIpType = params['BusinessIpType']
         | 
| 13776 13791 | 
             
                    end
         | 
| 13777 13792 | 
             
                  end
         | 
| 13778 13793 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-vpc
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.715
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-11- | 
| 11 | 
            +
            date: 2023-11-28 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |