Class InstanceUserArgs
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 InstanceUserArgs : ResourceArgs
Constructors
View SourceInstanceUserArgs()
Declaration
public InstanceUserArgs()
Properties
View SourceDatabases
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> |
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> |
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> |
Password
User's password. Changing this creates a new instance.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |