ArcConfigurationArgs

data class ArcConfigurationArgs(val artifactStorageAccessMode: Output<String>? = null, val artifactStorageClassName: Output<String>? = null, val artifactStorageMountPath: Output<String>? = null, val artifactStorageNodeName: Output<String>? = null, val artifactsStorageType: Output<StorageType>? = null, val frontEndServiceConfiguration: Output<FrontEndConfigurationArgs>? = null, val kubeConfig: Output<String>? = null) : ConvertibleToJava<ArcConfigurationArgs>

Constructors

Link copied to clipboard
constructor(artifactStorageAccessMode: Output<String>? = null, artifactStorageClassName: Output<String>? = null, artifactStorageMountPath: Output<String>? = null, artifactStorageNodeName: Output<String>? = null, artifactsStorageType: Output<StorageType>? = null, frontEndServiceConfiguration: Output<FrontEndConfigurationArgs>? = null, kubeConfig: Output<String>? = null)

Properties

Link copied to clipboard
val artifactsStorageType: Output<StorageType>? = null
Link copied to clipboard
val artifactStorageAccessMode: Output<String>? = null
Link copied to clipboard
val artifactStorageClassName: Output<String>? = null
Link copied to clipboard
val artifactStorageMountPath: Output<String>? = null
Link copied to clipboard
val artifactStorageNodeName: Output<String>? = null
Link copied to clipboard
val kubeConfig: Output<String>? = null

Functions

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