GetDiscoveredWorkloadPlainArgs

data class GetDiscoveredWorkloadPlainArgs(val location: String, val project: String? = null, val workloadUri: String) : ConvertibleToJava<GetDiscoveredWorkloadPlainArgs>

A collection of arguments for invoking getDiscoveredWorkload.

Constructors

Link copied to clipboard
constructor(location: String, project: String? = null, workloadUri: String)

Properties

Link copied to clipboard

The location of the discovered workload.

Link copied to clipboard
val project: String? = null

The host project of the discovered workload.

Link copied to clipboard

The uri of the workload (instance group managed by the Instance Group Manager). Example: "//compute.googleapis.com/projects/1/regions/us-east1/instanceGroups/id1"

Functions

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