Common Feature Spec Args
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
constructor(anthosobservability: Output<AnthosObservabilityFeatureSpecArgs>? = null, appdevexperience: Output<AppDevExperienceFeatureSpecArgs>? = null, cloudauditlogging: Output<CloudAuditLoggingFeatureSpecArgs>? = null, fleetobservability: Output<FleetObservabilityFeatureSpecArgs>? = null, multiclusteringress: Output<MultiClusterIngressFeatureSpecArgs>? = null, workloadcertificate: Output<FeatureSpecArgs>? = null)
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.