Class: TencentCloud::Dbbrain::V20210527::DescribeDiagDBInstancesRequest

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

Overview

DescribeDiagDBInstances请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(issupported = nil, product = nil, offset = nil, limit = nil, instancenames = nil, instanceids = nil, regions = nil) ⇒ DescribeDiagDBInstancesRequest



2661
2662
2663
2664
2665
2666
2667
2668
2669
# File 'lib/v20210527/models.rb', line 2661

def initialize(issupported=nil, product=nil, offset=nil, limit=nil, instancenames=nil, instanceids=nil, regions=nil)
  @IsSupported = issupported
  @Product = product
  @Offset = offset
  @Limit = limit
  @InstanceNames = instancenames
  @InstanceIds = instanceids
  @Regions = regions
end

Instance Attribute Details

#InstanceIdsObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def InstanceIds
  @InstanceIds
end

#InstanceNamesObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def InstanceNames
  @InstanceNames
end

#IsSupportedObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def IsSupported
  @IsSupported
end

#LimitObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def Limit
  @Limit
end

#OffsetObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def Offset
  @Offset
end

#ProductObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def Product
  @Product
end

#RegionsObject



2659
2660
2661
# File 'lib/v20210527/models.rb', line 2659

def Regions
  @Regions
end

Instance Method Details

#deserialize(params) ⇒ Object



2671
2672
2673
2674
2675
2676
2677
2678
2679
# File 'lib/v20210527/models.rb', line 2671

def deserialize(params)
  @IsSupported = params['IsSupported']
  @Product = params['Product']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @InstanceNames = params['InstanceNames']
  @InstanceIds = params['InstanceIds']
  @Regions = params['Regions']
end