Class SourceRepresentationInstanceState
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.Gcp.Sql
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SourceRepresentationInstanceState : ResourceArgs
Constructors
View SourceSourceRepresentationInstanceState()
Declaration
public SourceRepresentationInstanceState()
Properties
View SourceDatabaseVersion
The MySQL version running on your source database server.
Declaration
public Input<string> DatabaseVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
The externally accessible IPv4 address for the source database server.
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the source representation instance. Use any valid Cloud SQL instance name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
The externally accessible port for the source database server. Defaults to 3306.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The Region in which the created instance should reside. If it is not provided, the provider region is used.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |