Show / Hide Table of Contents

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 Source

Charset

Database character set. Changing this creates a new instance.

Declaration
public readonly string Charset
Field Value
Type Description
System.String
View Source

Collate

Database collation. Changing this creates a new instance.

Declaration
public readonly string Collate
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.