Class AppEngineServiceSplitTrafficSplit.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_service_split_traffic.AppEngineServiceSplitTrafficSplit.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineServiceSplitTrafficSplit,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineServiceSplitTrafficSplit
@Stability(Stable) @Internal public static final class AppEngineServiceSplitTrafficSplit.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineServiceSplitTrafficSplit
An implementation forAppEngineServiceSplitTrafficSplit
-
-
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.app_engine_service_split_traffic.AppEngineServiceSplitTrafficSplit
AppEngineServiceSplitTrafficSplit.Builder, AppEngineServiceSplitTrafficSplit.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineServiceSplitTrafficSplit.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineServiceSplitTrafficSplit.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>getAllocations()Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version.StringgetShardBy()Mechanism used to determine which version a request is sent to.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(AppEngineServiceSplitTrafficSplit.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineServiceSplitTrafficSplit.Builder.
-
-
Method Detail
-
getAllocations
public final Map<String,String> getAllocations()
Description copied from interface:AppEngineServiceSplitTrafficSplitMapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_split_traffic#allocations AppEngineServiceSplitTraffic#allocations}
- Specified by:
getAllocationsin interfaceAppEngineServiceSplitTrafficSplit
-
getShardBy
public final String getShardBy()
Description copied from interface:AppEngineServiceSplitTrafficSplitMechanism used to determine which version a request is sent to.The traffic selection algorithm will be stable for either type until allocations are changed. Possible values: ["UNSPECIFIED", "COOKIE", "IP", "RANDOM"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_split_traffic#shard_by AppEngineServiceSplitTraffic#shard_by}
- Specified by:
getShardByin interfaceAppEngineServiceSplitTrafficSplit
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-