Interface NetappVolumeSnapshotConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
NetappVolumeSnapshotConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.029Z") @Stability(Stable) public interface NetappVolumeSnapshotConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetappVolumeSnapshotConfig.BuilderA builder forNetappVolumeSnapshotConfigstatic classNetappVolumeSnapshotConfig.Jsii$ProxyAn implementation forNetappVolumeSnapshotConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetappVolumeSnapshotConfig.Builderbuilder()default StringgetDescription()Description for the snapshot.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#id NetappVolumeSnapshot#id}.default Map<String,String>getLabels()Labels as key value pairs.StringgetLocation()Name of the snapshot location.StringgetName()The name of the snapshot.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#project NetappVolumeSnapshot#project}.default NetappVolumeSnapshotTimeoutsgetTimeouts()timeouts block.StringgetVolumeName()The name of the volume to create the snapshot in.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Name of the snapshot location. Snapshots are child resources of volumes and live in the same location.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#location NetappVolumeSnapshot#location}
-
getName
@Stability(Stable) @NotNull String getName()
The name of the snapshot.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#name NetappVolumeSnapshot#name}
-
getVolumeName
@Stability(Stable) @NotNull String getVolumeName()
The name of the volume to create the snapshot in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#volume_name NetappVolumeSnapshot#volume_name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description for the snapshot.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#description NetappVolumeSnapshot#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#id NetappVolumeSnapshot#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels as key value pairs. Example: '{ "owner": "Bob", "department": "finance", "purpose": "testing" }'.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#labels NetappVolumeSnapshot#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#project NetappVolumeSnapshot#project}.
-
getTimeouts
@Stability(Stable) @Nullable default NetappVolumeSnapshotTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/netapp_volume_snapshot#timeouts NetappVolumeSnapshot#timeouts}
-
builder
@Stability(Stable) static NetappVolumeSnapshotConfig.Builder builder()
- Returns:
- a
NetappVolumeSnapshotConfig.BuilderofNetappVolumeSnapshotConfig
-
-