toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.edgecontainer.kotlin.outputs
/
ClusterSystemAddonsConfigIngress
Cluster
System
Addons
Config
Ingress
data
class
ClusterSystemAddonsConfigIngress
(
val
disabled
:
Boolean
?
=
null
,
val
ipv4Vip
:
String
?
=
null
)
Members
Constructors
Cluster
System
Addons
Config
Ingress
Link copied to clipboard
constructor
(
disabled
:
Boolean
?
=
null
,
ipv4Vip
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
disabled
Link copied to clipboard
val
disabled
:
Boolean
?
=
null
Whether Ingress is disabled.
ipv4Vip
Link copied to clipboard
val
ipv4Vip
:
String
?
=
null
Ingress VIP.