Class DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork
Inheritance
System.Object
DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork
Fields
View SourceExpirationTime
The RFC 3339 formatted date time string indicating when this whitelist expires.
Declaration
public readonly string ExpirationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Name
A name for this whitelist entry.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Value
A CIDR notation IPv4 or IPv6 address that is allowed to access this instance. Must be set even if other two attributes are not for the whitelist to become active.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |