Skip to content

RosInstancesProps

Properties for defining a RosInstances.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosInstancesProps {
    object ArchitectureType = null,
    object ChargeType = null,
    object EditionType = null,
    object EngineVersion = null,
    object Expired = null,
    object GlobalInstance = null,
    object InstanceClass = null,
    object InstanceIds = null,
    object InstanceStatus = null,
    object InstanceType = null,
    object NetworkType = null,
    object PrivateIp = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object SearchKey = null,
    object VpcId = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
ArchitectureType object No description.
ChargeType object No description.
EditionType object No description.
EngineVersion object No description.
Expired object No description.
GlobalInstance object No description.
InstanceClass object No description.
InstanceIds object No description.
InstanceStatus object No description.
InstanceType object No description.
NetworkType object No description.
PrivateIp object No description.
RefreshOptions object No description.
ResourceGroupId object No description.
SearchKey object No description.
VpcId object No description.
VSwitchId object No description.
ZoneId object No description.

ArchitectureTypeOptional

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

ChargeTypeOptional

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

EditionTypeOptional

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

EngineVersionOptional

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

ExpiredOptional

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

GlobalInstanceOptional

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

InstanceClassOptional

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

InstanceIdsOptional

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

InstanceStatusOptional

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

InstanceTypeOptional

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

NetworkTypeOptional

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

PrivateIpOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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

SearchKeyOptional

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

VpcIdOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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