Show / Hide Table of Contents

Class DatabaseInstanceSettingsIpConfigurationAuthorizedNetworkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseInstanceSettingsIpConfigurationAuthorizedNetworkArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceSettingsIpConfigurationAuthorizedNetworkArgs : ResourceArgs

Constructors

View Source

DatabaseInstanceSettingsIpConfigurationAuthorizedNetworkArgs()

Declaration
public DatabaseInstanceSettingsIpConfigurationAuthorizedNetworkArgs()

Properties

View Source

ExpirationTime

The RFC 3339 formatted date time string indicating when this whitelist expires.

Declaration
public Input<string> ExpirationTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

A name for this whitelist entry.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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 Input<string> Value { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.