toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.sql.kotlin.outputs
/
DatabaseInstanceIpAddress
Database
Instance
Ip
Address
data
class
DatabaseInstanceIpAddress
(
val
ipAddress
:
String
?
=
null
,
val
timeToRetire
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Database
Instance
Ip
Address
Link copied to clipboard
constructor
(
ipAddress
:
String
?
=
null
,
timeToRetire
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Address
Link copied to clipboard
val
ipAddress
:
String
?
=
null
time
To
Retire
Link copied to clipboard
val
timeToRetire
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null