Class ReadOnlyInstanceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Rds
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ReadOnlyInstanceArgs : ResourceArgs
Constructors
View SourceReadOnlyInstanceArgs()
Declaration
public ReadOnlyInstanceArgs()
Properties
View SourceEngineVersion
Database version. Value options can refer to the latest docs CreateDBInstance EngineVersion.
Declaration
public Input<string> EngineVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceName
The name of DB instance. It a string of 2 to 256 characters.
Declaration
public Input<string> InstanceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceStorage
User-defined DB instance storage space. Value range: [5, 2000] for MySQL/SQL Server HA dual node edition. Increase progressively at a rate of 5 GB. For details, see Instance type table.
Declaration
public Input<int> InstanceStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InstanceType
DB Instance type. For details, see Instance type table.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MasterDbInstanceId
ID of the master instance.
Declaration
public Input<string> MasterDbInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
Set of parameters needs to be set after DB instance was launched. Available parameters can refer to the latest docs View database parameter templates.
Declaration
public InputList<ReadOnlyInstanceParameterArgs> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ReadOnlyInstanceParameterArgs> |
Tags
A mapping of tags to assign to the resource.
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
- Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VswitchId
The virtual switch ID to launch DB instances in one VPC.
Declaration
public Input<string> VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The Zone to launch the DB instance.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |