Show / Hide Table of Contents

Class GetDatabaseArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDatabaseArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetDatabaseArgs()

Declaration
public GetDatabaseArgs()

Properties

View Source

DatabaseName

Declaration
public string DatabaseName { get; set; }
Property Value
Type Description
System.String
View Source

LcCollate

Declaration
public string LcCollate { get; set; }
Property Value
Type Description
System.String
View Source

LcCtype

Declaration
public string LcCtype { get; set; }
Property Value
Type Description
System.String
View Source

Project

Declaration
public string Project { get; set; }
Property Value
Type Description
System.String
View Source

ServiceName

Declaration
public string ServiceName { get; set; }
Property Value
Type Description
System.String
View Source

TerminationProtection

Declaration
public bool? TerminationProtection { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.