Class QueueAppEngineRoutingOverride
Inheritance
System.Object
QueueAppEngineRoutingOverride
Inherited Members
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class QueueAppEngineRoutingOverride
Fields
View SourceHost
The host that the task is sent to.
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Instance
App instance. By default, the task is sent to an instance which is available when the task is attempted.
Declaration
public readonly string Instance
Field Value
| Type | Description |
|---|---|
| System.String |
Service
App service. By default, the task is sent to the service which is the default service when the task is attempted.
Declaration
public readonly string Service
Field Value
| Type | Description |
|---|---|
| System.String |
Version
App version. By default, the task is sent to the version which is the default version when the task is attempted.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |