Class CloudRunV2ServiceTrafficStatuses.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTrafficStatuses.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTrafficStatuses,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTrafficStatuses
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTrafficStatuses.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTrafficStatuses
An implementation forCloudRunV2ServiceTrafficStatuses
-
-
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_run_v2_service.CloudRunV2ServiceTrafficStatuses
CloudRunV2ServiceTrafficStatuses.Builder, CloudRunV2ServiceTrafficStatuses.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTrafficStatuses.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTrafficStatuses.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()
-
-
-
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(CloudRunV2ServiceTrafficStatuses.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTrafficStatuses.Builder.
-
-