Class: TencentCloud::Dbbrain::V20210527::DescribeUserAutonomyProfileRequest

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

Overview

DescribeUserAutonomyProfile请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(profiletype = nil, instanceid = nil, product = nil) ⇒ DescribeUserAutonomyProfileRequest

Returns a new instance of DescribeUserAutonomyProfileRequest.



5053
5054
5055
5056
5057
# File 'lib/v20210527/models.rb', line 5053

def initialize(profiletype=nil, instanceid=nil, product=nil)
  @ProfileType = profiletype
  @InstanceId = instanceid
  @Product = product
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • ProfileType:

    配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)。

  • InstanceId:

    实列ID。

  • Product:

    服务产品类型,支持值包括: "redis" - 云数据库 Redis。



5051
5052
5053
# File 'lib/v20210527/models.rb', line 5051

def InstanceId
  @InstanceId
end

#ProductObject

Parameters:

  • ProfileType:

    配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)。

  • InstanceId:

    实列ID。

  • Product:

    服务产品类型,支持值包括: "redis" - 云数据库 Redis。



5051
5052
5053
# File 'lib/v20210527/models.rb', line 5051

def Product
  @Product
end

#ProfileTypeObject

Parameters:

  • ProfileType:

    配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)。

  • InstanceId:

    实列ID。

  • Product:

    服务产品类型,支持值包括: "redis" - 云数据库 Redis。



5051
5052
5053
# File 'lib/v20210527/models.rb', line 5051

def ProfileType
  @ProfileType
end

Instance Method Details

#deserialize(params) ⇒ Object



5059
5060
5061
5062
5063
# File 'lib/v20210527/models.rb', line 5059

def deserialize(params)
  @ProfileType = params['ProfileType']
  @InstanceId = params['InstanceId']
  @Product = params['Product']
end