RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosInstanceProps {
object AutoRenewDuration = null,
object BackupPolicy = null,
object ChargeType = 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 |
---|---|---|
AutoRenewDuration |
object |
No description. |
BackupPolicy |
object |
No description. |
ChargeType |
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. |
AutoRenewDuration
Optional
public object AutoRenewDuration { get; set; }
- Type: object
BackupPolicy
Optional
public object BackupPolicy { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
Connections
Optional
public object Connections { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
EngineVersion
Optional
public object EngineVersion { get; set; }
- Type: object
EvictionPolicy
Optional
public object EvictionPolicy { get; set; }
- Type: object
InstanceClass
Optional
public object InstanceClass { get; set; }
- Type: object
InstanceMaintainTime
Optional
public object InstanceMaintainTime { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
NodeType
Optional
public object NodeType { get; set; }
- Type: object
Password
Optional
public object Password { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
ProductType
Optional
public object ProductType { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecondaryZoneId
Optional
public object SecondaryZoneId { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
ShardCount
Optional
public object ShardCount { get; set; }
- Type: object
SslEnabled
Optional
public object SslEnabled { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TairConfig
Optional
public object TairConfig { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VpcPasswordFree
Optional
public object VpcPasswordFree { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object