ApplianceClusterArgs

data class ApplianceClusterArgs(val resourceLink: Output<String>? = null) : ConvertibleToJava<ApplianceClusterArgs>

ApplianceCluster contains information specific to GDC Edge Appliance Clusters.

Constructors

Link copied to clipboard
constructor(resourceLink: Output<String>? = null)

Properties

Link copied to clipboard
val resourceLink: Output<String>? = null

Immutable. Self-link of the GCP resource for the Appliance Cluster. For example: //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance

Functions

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