Class MonitoringServiceBasicService.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_service.MonitoringServiceBasicService.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringServiceBasicService,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringServiceBasicService
@Stability(Stable) @Internal public static final class MonitoringServiceBasicService.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringServiceBasicService
An implementation forMonitoringServiceBasicService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_service.MonitoringServiceBasicService
MonitoringServiceBasicService.Builder, MonitoringServiceBasicService.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringServiceBasicService.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringServiceBasicService.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,String>getServiceLabels()Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this 'Service'.StringgetServiceType()The type of service that this basic service defines, e.g.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringServiceBasicService.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringServiceBasicService.Builder.
-
-
Method Detail
-
getServiceLabels
public final Map<String,String> getServiceLabels()
Description copied from interface:MonitoringServiceBasicServiceLabels that specify the resource that emits the monitoring data which is used for SLO reporting of this 'Service'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#service_labels MonitoringService#service_labels}
- Specified by:
getServiceLabelsin interfaceMonitoringServiceBasicService
-
getServiceType
public final String getServiceType()
Description copied from interface:MonitoringServiceBasicServiceThe type of service that this basic service defines, e.g. APP_ENGINE service type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#service_type MonitoringService#service_type}
- Specified by:
getServiceTypein interfaceMonitoringServiceBasicService
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-