Class: TencentCloud::Gaap::V20180529::ProxyStatus
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ProxyStatus
- Defined in:
- lib/v20180529/models.rb
Overview
通道状态信息
Instance Attribute Summary collapse
-
#InstanceId ⇒ Object
其中: RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; OPENING表示开启中; CLOSING表示关闭中; CLOSED表示已关闭; ADJUSTING表示配置变更中; ISOLATING表示隔离中; ISOLATED表示已隔离; MOVING表示迁移中。.
-
#Status ⇒ Object
其中: RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; OPENING表示开启中; CLOSING表示关闭中; CLOSED表示已关闭; ADJUSTING表示配置变更中; ISOLATING表示隔离中; ISOLATED表示已隔离; MOVING表示迁移中。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, status = nil) ⇒ ProxyStatus
constructor
A new instance of ProxyStatus.
Constructor Details
#initialize(instanceid = nil, status = nil) ⇒ ProxyStatus
Returns a new instance of ProxyStatus.
7004 7005 7006 7007 |
# File 'lib/v20180529/models.rb', line 7004 def initialize(instanceid=nil, status=nil) @InstanceId = instanceid @Status = status end |
Instance Attribute Details
#InstanceId ⇒ Object
其中:RUNNING表示运行中;CREATING表示创建中;DESTROYING表示销毁中;OPENING表示开启中;CLOSING表示关闭中;CLOSED表示已关闭;ADJUSTING表示配置变更中;ISOLATING表示隔离中;ISOLATED表示已隔离;MOVING表示迁移中。
7002 7003 7004 |
# File 'lib/v20180529/models.rb', line 7002 def InstanceId @InstanceId end |
#Status ⇒ Object
其中:RUNNING表示运行中;CREATING表示创建中;DESTROYING表示销毁中;OPENING表示开启中;CLOSING表示关闭中;CLOSED表示已关闭;ADJUSTING表示配置变更中;ISOLATING表示隔离中;ISOLATED表示已隔离;MOVING表示迁移中。
7002 7003 7004 |
# File 'lib/v20180529/models.rb', line 7002 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
7009 7010 7011 7012 |
# File 'lib/v20180529/models.rb', line 7009 def deserialize(params) @InstanceId = params['InstanceId'] @Status = params['Status'] end |