Class: TencentCloud::Tcr::V20190924::DeleteInstanceRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190924/models.rb

Overview

DeleteInstance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, deletebucket = nil, dryrun = nil) ⇒ DeleteInstanceRequest

Returns a new instance of DeleteInstanceRequest.



1692
1693
1694
1695
1696
# File 'lib/v20190924/models.rb', line 1692

def initialize(registryid=nil, deletebucket=nil, dryrun=nil)
  @RegistryId = registryid
  @DeleteBucket = deletebucket
  @DryRun = dryrun
end

Instance Attribute Details

#DeleteBucket ⇒ Object

Parameters:

  • RegistryId: —

    实例id

  • DeleteBucket: —

    是否删除存储桶,默认为false

  • DryRun: —

    是否dryRun模式,缺省值:false



1690
1691
1692
# File 'lib/v20190924/models.rb', line 1690

def DeleteBucket
  @DeleteBucket
end

#DryRun ⇒ Object

Parameters:

  • RegistryId: —

    实例id

  • DeleteBucket: —

    是否删除存储桶,默认为false

  • DryRun: —

    是否dryRun模式,缺省值:false



1690
1691
1692
# File 'lib/v20190924/models.rb', line 1690

def DryRun
  @DryRun
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例id

  • DeleteBucket: —

    是否删除存储桶,默认为false

  • DryRun: —

    是否dryRun模式,缺省值:false



1690
1691
1692
# File 'lib/v20190924/models.rb', line 1690

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



1698
1699
1700
1701
1702
# File 'lib/v20190924/models.rb', line 1698

def deserialize(params)
  @RegistryId = params['RegistryId']
  @DeleteBucket = params['DeleteBucket']
  @DryRun = params['DryRun']
end