ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetwork

data class ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetwork(val expireTime: String? = null, val label: String? = null, val ttl: String? = null, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expireTime: String? = null

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

Link copied to clipboard
val label: String? = null

A label to identify this entry.

Link copied to clipboard
val ttl: String? = null

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

Link copied to clipboard

The allowlisted value for the access control list.