Class: TencentCloud::Dbbrain::V20210527::DescribeDiagDBInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeDiagDBInstancesRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeDiagDBInstances请求参数结构体
Instance Attribute Summary collapse
- #InstanceIds ⇒ Object
- #InstanceNames ⇒ Object
- #IsSupported ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Product ⇒ Object
- #Regions ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(issupported = nil, product = nil, offset = nil, limit = nil, instancenames = nil, instanceids = nil, regions = nil) ⇒ DescribeDiagDBInstancesRequest
constructor
A new instance of DescribeDiagDBInstancesRequest.
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
#InstanceIds ⇒ Object
2659 2660 2661 |
# File 'lib/v20210527/models.rb', line 2659 def InstanceIds @InstanceIds end |
#InstanceNames ⇒ Object
2659 2660 2661 |
# File 'lib/v20210527/models.rb', line 2659 def InstanceNames @InstanceNames end |
#IsSupported ⇒ Object
2659 2660 2661 |
# File 'lib/v20210527/models.rb', line 2659 def IsSupported @IsSupported end |
#Limit ⇒ Object
2659 2660 2661 |
# File 'lib/v20210527/models.rb', line 2659 def Limit @Limit end |
#Offset ⇒ Object
2659 2660 2661 |
# File 'lib/v20210527/models.rb', line 2659 def Offset @Offset end |
#Product ⇒ Object
2659 2660 2661 |
# File 'lib/v20210527/models.rb', line 2659 def Product @Product end |
#Regions ⇒ Object
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 |