Show / Hide Table of Contents

Class InstanceUser

Inheritance
System.Object
InstanceUser
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.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstanceUser

Fields

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 readonly ImmutableArray<string> Databases
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string Host
Field Value
Type Description
System.String
View Source

Name

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

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Password

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

Declaration
public readonly string Password
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.