Class InstanceDatabase
Inheritance
System.Object
InstanceDatabase
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.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceDatabase
Fields
View SourceCharset
Database character set. Changing this creates a new instance.
Declaration
public readonly string Charset
Field Value
| Type | Description |
|---|---|
| System.String |
Collate
Database collation. Changing this creates a new instance.
Declaration
public readonly string Collate
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Database to be created on new instance. Changing this creates a new instance.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |