Class ConnectionState
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.AliCloud.Adb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConnectionState : ResourceArgs
Constructors
View SourceConnectionState()
Declaration
public ConnectionState()
Properties
View SourceConnectionPrefix
Prefix of an Internet connection string. It must be checked for uniqueness. It may consist of lowercase letters, numbers, and underlines, and must start with a letter and have no more than 30 characters. Default to <db_cluster_id> + 'tf'.
Declaration
public Input<string> ConnectionPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConnectionString
Connection cluster string.
Declaration
public Input<string> ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbClusterId
The Id of cluster that can run database.
Declaration
public Input<string> DbClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddress
The ip address of connection string.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Connection cluster port.
Declaration
public Input<string> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |