Class CustomServiceState
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.Monitoring
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class CustomServiceState : ResourceArgs
Constructors
View SourceCustomServiceState()
Declaration
public CustomServiceState()
Properties
View SourceDisplayName
Name used for UI elements listing this Service.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |