CommonFeatureSpecArgs

data class CommonFeatureSpecArgs(val anthosobservability: Output<AnthosObservabilityFeatureSpecArgs>? = null, val appdevexperience: Output<AppDevExperienceFeatureSpecArgs>? = null, val cloudauditlogging: Output<CloudAuditLoggingFeatureSpecArgs>? = null, val fleetobservability: Output<FleetObservabilityFeatureSpecArgs>? = null, val multiclusteringress: Output<MultiClusterIngressFeatureSpecArgs>? = null, val workloadcertificate: Output<FeatureSpecArgs>? = null) : ConvertibleToJava<CommonFeatureSpecArgs>

CommonFeatureSpec contains Hub-wide configuration information

Constructors

Link copied to clipboard
fun CommonFeatureSpecArgs(anthosobservability: Output<AnthosObservabilityFeatureSpecArgs>? = null, appdevexperience: Output<AppDevExperienceFeatureSpecArgs>? = null, cloudauditlogging: Output<CloudAuditLoggingFeatureSpecArgs>? = null, fleetobservability: Output<FleetObservabilityFeatureSpecArgs>? = null, multiclusteringress: Output<MultiClusterIngressFeatureSpecArgs>? = null, workloadcertificate: Output<FeatureSpecArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Anthos Observability spec

Link copied to clipboard

Appdevexperience specific spec.

Link copied to clipboard

Cloud Audit Logging-specific spec.

Link copied to clipboard

FleetObservability feature spec.

Link copied to clipboard

Multicluster Ingress-specific spec.

Link copied to clipboard

Workload Certificate spec.