Class: TencentCloud::Gaap::V20180529::ProxyStatus

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

Overview

通道状态信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#InstanceIdObject

其中:RUNNING表示运行中;CREATING表示创建中;DESTROYING表示销毁中;OPENING表示开启中;CLOSING表示关闭中;CLOSED表示已关闭;ADJUSTING表示配置变更中;ISOLATING表示隔离中;ISOLATED表示已隔离;MOVING表示迁移中。

Parameters:

  • InstanceId:

    通道实例ID。

  • Status:

    通道状态。



7002
7003
7004
# File 'lib/v20180529/models.rb', line 7002

def InstanceId
  @InstanceId
end

#StatusObject

其中:RUNNING表示运行中;CREATING表示创建中;DESTROYING表示销毁中;OPENING表示开启中;CLOSING表示关闭中;CLOSED表示已关闭;ADJUSTING表示配置变更中;ISOLATING表示隔离中;ISOLATED表示已隔离;MOVING表示迁移中。

Parameters:

  • InstanceId:

    通道实例ID。

  • Status:

    通道状态。



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