Class ServiceArgs
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.Endpoints
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View SourceServiceArgs()
Declaration
public ServiceArgs()
Properties
View SourceGrpcConfig
Declaration
public Input<string> GrpcConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OpenapiConfig
Declaration
public Input<string> OpenapiConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProtocOutputBase64
Declaration
public Input<string> ProtocOutputBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |