Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
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 ServiceState : ResourceArgs

Constructors

View Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

Apis

Declaration
public InputList<ServiceApiGetArgs> Apis { get; set; }
Property Value
Type Description
InputList<ServiceApiGetArgs>
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
Type Description
InputList<ServiceEndpointGetArgs>
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.