Skip to content

RosInstanceClassesProps

Properties for defining a RosInstanceClasses.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-redis-instanceclasses

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosInstanceClassesProps {
    object AcceptLanguage = null,
    object Engine = null,
    object InstanceChargeType = null,
    object InstanceId = null,
    object NodeId = null,
    object OrderType = null,
    object ProductType = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object ZoneId = null
};

Properties

Name Type Description
AcceptLanguage object No description.
Engine object No description.
InstanceChargeType object No description.
InstanceId object No description.
NodeId object No description.
OrderType object No description.
ProductType object No description.
RefreshOptions object No description.
ResourceGroupId object No description.
ZoneId object No description.

AcceptLanguageOptional

public object AcceptLanguage { get; set; }
  • Type: object

EngineOptional

public object Engine { get; set; }
  • Type: object

InstanceChargeTypeOptional

public object InstanceChargeType { get; set; }
  • Type: object

InstanceIdOptional

public object InstanceId { get; set; }
  • Type: object

NodeIdOptional

public object NodeId { get; set; }
  • Type: object

OrderTypeOptional

public object OrderType { get; set; }
  • Type: object

ProductTypeOptional

public object ProductType { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object