Class ComputeResourcePolicySnapshotSchedulePolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_resource_policy.ComputeResourcePolicySnapshotSchedulePolicy.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeResourcePolicySnapshotSchedulePolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeResourcePolicySnapshotSchedulePolicy
@Stability(Stable) @Internal public static final class ComputeResourcePolicySnapshotSchedulePolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeResourcePolicySnapshotSchedulePolicy
An implementation forComputeResourcePolicySnapshotSchedulePolicy
-
-
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.ComputeResourcePolicySnapshotSchedulePolicy
ComputeResourcePolicySnapshotSchedulePolicy.Builder, ComputeResourcePolicySnapshotSchedulePolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeResourcePolicySnapshotSchedulePolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicy.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)ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicygetRetentionPolicy()retention_policy block.ComputeResourcePolicySnapshotSchedulePolicySchedulegetSchedule()schedule block.ComputeResourcePolicySnapshotSchedulePolicySnapshotPropertiesgetSnapshotProperties()snapshot_properties block.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(ComputeResourcePolicySnapshotSchedulePolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeResourcePolicySnapshotSchedulePolicy.Builder.
-
-
Method Detail
-
getSchedule
public final ComputeResourcePolicySnapshotSchedulePolicySchedule getSchedule()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyschedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#schedule ComputeResourcePolicy#schedule}
- Specified by:
getSchedulein interfaceComputeResourcePolicySnapshotSchedulePolicy
-
getRetentionPolicy
public final ComputeResourcePolicySnapshotSchedulePolicyRetentionPolicy getRetentionPolicy()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicyretention_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#retention_policy ComputeResourcePolicy#retention_policy}
- Specified by:
getRetentionPolicyin interfaceComputeResourcePolicySnapshotSchedulePolicy
-
getSnapshotProperties
public final ComputeResourcePolicySnapshotSchedulePolicySnapshotProperties getSnapshotProperties()
Description copied from interface:ComputeResourcePolicySnapshotSchedulePolicysnapshot_properties block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_resource_policy#snapshot_properties ComputeResourcePolicy#snapshot_properties}
- Specified by:
getSnapshotPropertiesin interfaceComputeResourcePolicySnapshotSchedulePolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-