GetDiscoveredWorkloadResult

data class GetDiscoveredWorkloadResult(val id: String, val location: String, val name: String, val project: String? = null, val workloadProperties: List<GetDiscoveredWorkloadWorkloadProperty>, val workloadReferences: List<GetDiscoveredWorkloadWorkloadReference>, val workloadUri: String)

A collection of values returned by getDiscoveredWorkload.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, project: String? = null, workloadProperties: List<GetDiscoveredWorkloadWorkloadProperty>, workloadReferences: List<GetDiscoveredWorkloadWorkloadReference>, workloadUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The location that the underlying resource resides in.

Link copied to clipboard

Resource name of a Workload. Format: "projects/{host-project-id}/locations/{location}/applications/{application-id}/workloads/{workload-id}".

Link copied to clipboard
val project: String? = null
Link copied to clipboard

Properties of an underlying compute resource that can comprise a Workload. Structure is documented below

Link copied to clipboard

Reference to an underlying networking resource that can comprise a Workload. Structure is documented below

Link copied to clipboard