Class ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
@Stability(Stable) @Internal public static final class ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
An implementation forComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
-
-
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.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder, ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.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)StringgetChainName()Creates the new snapshot in the snapshot chain labeled with the specified name.ObjectgetGuestFlush()Whether to perform a 'guest aware' snapshot.Map<String,String>getLabels()A set of key-value pairs.List<String>getStorageLocations()Cloud Storage bucket location to store the auto snapshot (regional or multi-regional).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(ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicySnapshotProperties.Builder.
-
-
Method Detail
-
getChainName
public final String getChainName()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesCreates the new snapshot in the snapshot chain labeled with the specified name.The chain name must be 1-63 characters long and comply with RFC1035. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#chain_name ComputeResourcePolicy#chain_name}
- Specified by:
getChainNamein interfaceComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
-
getGuestFlush
public final Object getGuestFlush()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesWhether to perform a 'guest aware' snapshot.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#guest_flush ComputeResourcePolicy#guest_flush}
- Specified by:
getGuestFlushin interfaceComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesA set of key-value pairs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#labels ComputeResourcePolicy#labels}
- Specified by:
getLabelsin interfaceComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
-
getStorageLocations
public final List<String> getStorageLocations()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesCloud Storage bucket location to store the auto snapshot (regional or multi-regional).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#storage_locations ComputeResourcePolicy#storage_locations}
- Specified by:
getStorageLocationsin interfaceComputeResourcePolicySnapshotSchedulePolicySnapshotProperties
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-