Show / Hide Table of Contents

Class ServiceArgs

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

Constructors

View Source

ServiceArgs()

Declaration
public ServiceArgs()

Properties

View Source

GrpcConfig

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

OpenapiConfig

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

Project

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

ProtocOutputBase64

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

ServiceName

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