Class: TencentCloud::Tcb::V20180608::DbInstance
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::DbInstance
- Defined in:
- lib/v20180608/models.rb
Overview
数据库连接器实例信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(envid = nil, instanceid = nil, schema = nil) ⇒ DbInstance
constructor
A new instance of DbInstance.
Constructor Details
#initialize(envid = nil, instanceid = nil, schema = nil) ⇒ DbInstance
Returns a new instance of DbInstance.
2730 2731 2732 2733 2734 |
# File 'lib/v20180608/models.rb', line 2730 def initialize(envid=nil, instanceid=nil, schema=nil) @EnvId = envid @InstanceId = instanceid @Schema = schema end |
Instance Attribute Details
#EnvId ⇒ Object
2728 2729 2730 |
# File 'lib/v20180608/models.rb', line 2728 def EnvId @EnvId end |
#InstanceId ⇒ Object
2728 2729 2730 |
# File 'lib/v20180608/models.rb', line 2728 def InstanceId @InstanceId end |
#Schema ⇒ Object
2728 2729 2730 |
# File 'lib/v20180608/models.rb', line 2728 def Schema @Schema end |
Instance Method Details
#deserialize(params) ⇒ Object
2736 2737 2738 2739 2740 |
# File 'lib/v20180608/models.rb', line 2736 def deserialize(params) @EnvId = params['EnvId'] @InstanceId = params['InstanceId'] @Schema = params['Schema'] end |