Class StorageBucketCustomPlacementConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketCustomPlacementConfig.Jsii$Proxy
-
- All Implemented Interfaces:
StorageBucketCustomPlacementConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageBucketCustomPlacementConfig
@Stability(Stable) @Internal public static final class StorageBucketCustomPlacementConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageBucketCustomPlacementConfig
An implementation forStorageBucketCustomPlacementConfig
-
-
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.storage_bucket.StorageBucketCustomPlacementConfig
StorageBucketCustomPlacementConfig.Builder, StorageBucketCustomPlacementConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageBucketCustomPlacementConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketCustomPlacementConfig.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)List<String>getDataLocations()The list of individual regions that comprise a dual-region bucket.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(StorageBucketCustomPlacementConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageBucketCustomPlacementConfig.Builder.
-
-
Method Detail
-
getDataLocations
public final List<String> getDataLocations()
Description copied from interface:StorageBucketCustomPlacementConfigThe list of individual regions that comprise a dual-region bucket.See the docs for a list of acceptable regions. Note: If any of the data_locations changes, it will recreate the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#data_locations StorageBucket#data_locations}
- Specified by:
getDataLocationsin interfaceStorageBucketCustomPlacementConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-