Show / Hide Table of Contents

Class InstanceUserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceUserArgs
Inherited Members
ResourceArgs.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.OpenStack.Database.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceUserArgs : ResourceArgs

Constructors

View Source

InstanceUserArgs()

Declaration
public InstanceUserArgs()

Properties

View Source

Databases

A list of databases that user will have access to. If not specified, user has access to all databases on th einstance. Changing this creates a new instance.

Declaration
public InputList<string> Databases { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Host

An ip address or % sign indicating what ip addresses can connect with this user credentials. Changing this creates a new instance.

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Database to be created on new instance. Changing this creates a new instance.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

User's password. Changing this creates a new instance.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.