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.



4989
4990
4991
4992
4993
# File 'lib/v20210527/models.rb', line 4989

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。



4987
4988
4989
# File 'lib/v20210527/models.rb', line 4987

def InstanceId
  @InstanceId
end

#ProductObject

Parameters:

  • ProfileType:

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

  • InstanceId:

    实列ID。

  • Product:

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



4987
4988
4989
# File 'lib/v20210527/models.rb', line 4987

def Product
  @Product
end

#ProfileTypeObject

Parameters:

  • ProfileType:

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

  • InstanceId:

    实列ID。

  • Product:

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



4987
4988
4989
# File 'lib/v20210527/models.rb', line 4987

def ProfileType
  @ProfileType
end

Instance Method Details

#deserialize(params) ⇒ Object



4995
4996
4997
4998
4999
# File 'lib/v20210527/models.rb', line 4995

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