ClusterResourcePropertiesArgs

data class ClusterResourcePropertiesArgs(val networkProfile: Output<NetworkProfileArgs>? = null) : ConvertibleToJava<ClusterResourcePropertiesArgs>

Service properties payload

Constructors

Link copied to clipboard
constructor(networkProfile: Output<NetworkProfileArgs>? = null)

Properties

Link copied to clipboard
val networkProfile: Output<NetworkProfileArgs>? = null

Network profile of the Service

Functions

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