Class InstanceDatastoreArgs
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.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceDatastoreArgs : ResourceArgs
Constructors
View SourceInstanceDatastoreArgs()
Declaration
public InstanceDatastoreArgs()
Properties
View SourceType
Database engine type to be used in new instance. Changing this creates a new instance.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
Version of database engine type to be used in new instance. Changing this creates a new instance.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |