class TencentCloud::Cdb::V20170320::ReadonlyNode

集群版的 RO 节点配置。

def deserialize(params)

def deserialize(params)
  @IsRandomZone = params['IsRandomZone']
  @Zone = params['Zone']
  @NodeId = params['NodeId']
end

def initialize(israndomzone=nil, zone=nil, nodeid=nil)

def initialize(israndomzone=nil, zone=nil, nodeid=nil)
  @IsRandomZone = israndomzone
  @Zone = zone
  @NodeId = nodeid
end