Class CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_scheduler_job.CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Jsii$Proxy
-
- All Implemented Interfaces:
CloudSchedulerJobAppEngineHttpTargetAppEngineRouting,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudSchedulerJobAppEngineHttpTargetAppEngineRouting
@Stability(Stable) @Internal public static final class CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudSchedulerJobAppEngineHttpTargetAppEngineRouting
An implementation forCloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
-
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.cloud_scheduler_job.CloudSchedulerJobAppEngineHttpTargetAppEngineRouting
CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder, CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.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)StringgetInstance()App instance.StringgetService()App service.StringgetVersion()App version.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(CloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobAppEngineHttpTargetAppEngineRouting.Builder.
-
-
Method Detail
-
getInstance
public final String getInstance()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetAppEngineRoutingApp instance. By default, the job is sent to an instance which is available when the job is attempted.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#instance CloudSchedulerJob#instance}
- Specified by:
getInstancein interfaceCloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
getService
public final String getService()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetAppEngineRoutingApp service.By default, the job is sent to the service which is the default service when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#service CloudSchedulerJob#service}
- Specified by:
getServicein interfaceCloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
getVersion
public final String getVersion()
Description copied from interface:CloudSchedulerJobAppEngineHttpTargetAppEngineRoutingApp version.By default, the job is sent to the version which is the default version when the job is attempted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#version CloudSchedulerJob#version}
- Specified by:
getVersionin interfaceCloudSchedulerJobAppEngineHttpTargetAppEngineRouting
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-