Snapshot
Creates and manages snapshot objects.
Manages snapshots on IonosCloud.
Example Usage
Argument reference
datacenter_id
- (Required)[string] The ID of the Virtual Data Center.name
- (Required)[string] The name of the snapshot.volume_id
- (Required)[string] The ID of the specific volume to take the snapshot from.
Attribute reference
Beside the configurable arguments, the resource returns the following additional attributes:
description
- Human readable descriptionlicence_type
- OS type of this Snapshotlocation
- Location of that image/snapshotsize
- The size of the image in GBsec_auth_protection
- Boolean value representing if the snapshot requires extra protection e.g. two factor protectioncpu_hot_plug
- Is capable of CPU hot plug (no reboot required)cpu_hot_unplug
- Is capable of CPU hot unplug (no reboot required)ram_hot_plug
- Is capable of memory hot plug (no reboot required)ram_hot_unplug
- Is capable of memory hot unplug (no reboot required)nic_hot_plug
- Is capable of nic hot plug (no reboot required)nic_hot_unplug
- Is capable of nic hot unplug (no reboot required)disc_virtio_hot_plug
- Is capable of Virt-IO drive hot plug (no reboot required)disc_virtio_hot_unplug
- Is capable of Virt-IO drive hot unplug (no reboot required). This works only for non-Windows virtual Machines.disc_scsi_hot_plug
- Is capable of SCSI drive hot plug (no reboot required)disc_scsi_hot_unplug
- Is capable of SCSI drive hot unplug (no reboot required). This works only for non-Windows virtual Machines.
Import
Resource Snapshot can be imported using the snapshot id
, e.g.
Last updated