ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs

data class ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs(val expireTime: Output<String>? = null, val label: Output<String>? = null, val ttl: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>

Constructors

constructor(expireTime: Output<String>? = null, label: Output<String>? = null, ttl: Output<String>? = null, value: Output<String>)

Properties

Link copied to clipboard
val expireTime: Output<String>? = null

The time when this access control entry expires in RFC 3339 format.

Link copied to clipboard
val label: Output<String>? = null

A label to identify this entry.

Link copied to clipboard
val ttl: Output<String>? = null

Input only. The time-to-leave of this access control entry.

Link copied to clipboard
val value: Output<String>

The allowlisted value for the access control list.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs