Show / Hide Table of Contents

Class WorkflowTemplatePlacement

Specifies workflow execution target.Either managed_cluster or cluster_selector is required.

Inheritance
object
WorkflowTemplatePlacement
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class WorkflowTemplatePlacement : IDirectResponseSchema

Properties

ClusterSelector

Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.

Declaration
[JsonProperty("clusterSelector")]
public virtual ClusterSelector ClusterSelector { get; set; }
Property Value
Type Description
ClusterSelector

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ManagedCluster

A cluster that is managed by the workflow.

Declaration
[JsonProperty("managedCluster")]
public virtual ManagedCluster ManagedCluster { get; set; }
Property Value
Type Description
ManagedCluster

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX