Class GetDatabaseArgs
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetDatabaseArgs : InvokeArgs
Constructors
View SourceGetDatabaseArgs()
Declaration
public GetDatabaseArgs()
Properties
View SourceDatabaseName
Declaration
public string DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LcCollate
Declaration
public string LcCollate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LcCtype
Declaration
public string LcCtype { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TerminationProtection
Declaration
public bool? TerminationProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |