Show / Hide Table of Contents

Class CustomServiceState

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

Constructors

View Source

CustomServiceState()

Declaration
public CustomServiceState()

Properties

View Source

DisplayName

Name used for UI elements listing this Service.

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

Name

The full resource name for this service. The syntax is: projects/[PROJECT_ID]/services/[SERVICE_ID].

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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

ServiceId

An optional service ID to use. If not given, the server will generate a service ID.

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

Telemetry

Configuration for how to query telemetry on a Service. Structure is documented below.

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