Show / Hide Table of Contents

Class ReadOnlyInstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReadOnlyInstanceArgs
Inherited Members
ResourceArgs.Empty
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 Source

ReadOnlyInstanceArgs()

Declaration
public ReadOnlyInstanceArgs()

Properties

View Source

EngineVersion

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>
View Source

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>
View Source

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>
View Source

InstanceType

DB Instance type. For details, see Instance type table.

Declaration
public Input<string> InstanceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MasterDbInstanceId

ID of the master instance.

Declaration
public Input<string> MasterDbInstanceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

ZoneId

The Zone to launch the DB instance.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.