Show / Hide Table of Contents

Class JobAppEngineHttpTargetAppEngineRouting

Inheritance
System.Object
JobAppEngineHttpTargetAppEngineRouting
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.CloudScheduler.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobAppEngineHttpTargetAppEngineRouting

Fields

View Source

Instance

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

Declaration
public readonly string Instance
Field Value
Type Description
System.String
View Source

Service

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

Declaration
public readonly string Service
Field Value
Type Description
System.String
View Source

Version

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

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.