Class: TencentCloud::Cynosdb::V20190107::RemoveClusterSlaveZoneRequest

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

Overview

RemoveClusterSlaveZone请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, slavezone = nil) ⇒ RemoveClusterSlaveZoneRequest

Returns a new instance of RemoveClusterSlaveZoneRequest.



12998
12999
13000
13001
# File 'lib/v20190107/models.rb', line 12998

def initialize(clusterid=nil, slavezone=nil)
  @ClusterId = clusterid
  @SlaveZone = slavezone
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • SlaveZone:

    从可用区



12996
12997
12998
# File 'lib/v20190107/models.rb', line 12996

def ClusterId
  @ClusterId
end

#SlaveZoneObject

Parameters:

  • ClusterId:

    集群ID

  • SlaveZone:

    从可用区



12996
12997
12998
# File 'lib/v20190107/models.rb', line 12996

def SlaveZone
  @SlaveZone
end

Instance Method Details

#deserialize(params) ⇒ Object



13003
13004
13005
13006
# File 'lib/v20190107/models.rb', line 13003

def deserialize(params)
  @ClusterId = params['ClusterId']
  @SlaveZone = params['SlaveZone']
end