Show / Hide Table of Contents

Class FlexibleAppVersionEndpointsApiServiceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlexibleAppVersionEndpointsApiServiceArgs
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.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionEndpointsApiServiceArgs : ResourceArgs

Constructors

View Source

FlexibleAppVersionEndpointsApiServiceArgs()

Declaration
public FlexibleAppVersionEndpointsApiServiceArgs()

Properties

View Source

ConfigId

Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1". By default, the rollout strategy for Endpoints is "FIXED". This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The configId field is used to give the configuration ID and is required in this case. Endpoints also has a rollout strategy called "MANAGED". When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, configId must be omitted.

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

DisableTraceSampling

Enable or disable trace sampling. By default, this is set to false for enabled.

Declaration
public Input<bool> DisableTraceSampling { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.

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

RolloutStrategy

Endpoints rollout strategy. If FIXED, configId must be specified. If MANAGED, configId must be omitted.

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