Class ServiceState
Inheritance
System.Object
ServiceState
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()
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceState : ResourceArgs
Constructors
View Source
ServiceState()
Declaration
Properties
View Source
Apis
Declaration
public InputList<ServiceApiGetArgs> Apis { get; set; }
Property Value
View Source
ConfigId
Declaration
public Input<string> ConfigId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DnsAddress
Declaration
public Input<string> DnsAddress { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Endpoints
Declaration
public InputList<ServiceEndpointGetArgs> Endpoints { get; set; }
Property Value
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> |
|