Class ConfigurationArgs
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.OpenStack.Database
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ConfigurationArgs : ResourceArgs
Constructors
View SourceConfigurationArgs()
Declaration
public ConfigurationArgs()
Properties
View SourceConfigurations
An array of configuration parameter name and value. Can be specified multiple times. The configuration object structure is documented below.
Declaration
public InputList<ConfigurationConfigurationArgs> Configurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConfigurationConfigurationArgs> |
Datastore
An array of database engine type and version. The datastore object structure is documented below. Changing this creates resource.
Declaration
public Input<ConfigurationDatastoreArgs> Datastore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ConfigurationDatastoreArgs> |
Description
Description of the resource.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Configuration parameter name. Changing this creates a new resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to create the db instance. Changing this creates a new instance.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |