Show / Hide Table of Contents

Class QueueAppEngineRoutingOverrideArgs

Inheritance
System.Object
InputArgs
ResourceArgs
QueueAppEngineRoutingOverrideArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudTasks.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class QueueAppEngineRoutingOverrideArgs : ResourceArgs

Constructors

View Source

QueueAppEngineRoutingOverrideArgs()

Declaration
public QueueAppEngineRoutingOverrideArgs()

Properties

View Source

Host

The host that the task is sent to.

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Instance

App instance. By default, the task is sent to an instance which is available when the task is attempted.

Declaration
public Input<string> Instance { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Service

App service. By default, the task is sent to the service which is the default service when the task is attempted.

Declaration
public Input<string> Service { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

App version. By default, the task is sent to the version which is the default version when the task is attempted.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.