Skip to content

RosPrepayInstanceProps

Properties for defining a RosPrepayInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-prepayinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosPrepayInstanceProps {
    object AutoPay = null,
    object AutoRenewDuration = null,
    object BackupPolicy = null,
    object Connections = null,
    object DeletionForce = null,
    object EngineVersion = null,
    object EvictionPolicy = null,
    object InstanceClass = null,
    object InstanceMaintainTime = null,
    object InstanceName = null,
    object NodeType = null,
    object Password = null,
    object Period = null,
    object PeriodUnit = null,
    object ProductType = null,
    object ResourceGroupId = null,
    object SecondaryZoneId = null,
    object SecurityGroupId = null,
    object ShardCount = null,
    object SslEnabled = null,
    TagsProperty[] Tags = null,
    object TairConfig = null,
    object VpcId = null,
    object VpcPasswordFree = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
AutoPay object No description.
AutoRenewDuration object No description.
BackupPolicy object No description.
Connections object No description.
DeletionForce object No description.
EngineVersion object No description.
EvictionPolicy object No description.
InstanceClass object No description.
InstanceMaintainTime object No description.
InstanceName object No description.
NodeType object No description.
Password object No description.
Period object No description.
PeriodUnit object No description.
ProductType object No description.
ResourceGroupId object No description.
SecondaryZoneId object No description.
SecurityGroupId object No description.
ShardCount object No description.
SslEnabled object No description.
Tags TagsProperty[] No description.
TairConfig object No description.
VpcId object No description.
VpcPasswordFree object No description.
VSwitchId object No description.
ZoneId object No description.

AutoPayOptional

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

AutoRenewDurationOptional

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

BackupPolicyOptional

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

ConnectionsOptional

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

DeletionForceOptional

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

EngineVersionOptional

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

EvictionPolicyOptional

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

InstanceClassOptional

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

InstanceMaintainTimeOptional

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

InstanceNameOptional

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

NodeTypeOptional

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

PasswordOptional

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

PeriodOptional

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

PeriodUnitOptional

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

ProductTypeOptional

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

ResourceGroupIdOptional

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

SecondaryZoneIdOptional

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

SecurityGroupIdOptional

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

ShardCountOptional

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

SslEnabledOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TairConfigOptional

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

VpcIdOptional

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

VpcPasswordFreeOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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