WorkloadWorkloadProperty

data class WorkloadWorkloadProperty(val gcpProject: String? = null, val location: String? = null, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(gcpProject: String? = null, location: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gcpProject: String? = null

(Output) Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.

Link copied to clipboard
val location: String? = null

Part of parent. Full resource name of a parent Application. Example: projects/{HOST_PROJECT_ID}/locations/{LOCATION}/applications/{APPLICATION_ID}

Link copied to clipboard
val zone: String? = null

(Output) Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).