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.description
- (Optional)(Computed)[string] Human readable descriptionlicence_type
- (Optional)(Computed)[string] OS type of this Snapshotcpu_hot_plug
- (Optional)(Computed)[string] Is capable of CPU hot plug (no reboot required). Can only be updated.ram_hot_plug
- (Optional)(Computed)[string] Is capable of memory hot plug (no reboot required). Can only be updated.disc_virtio_hot_plug
- (Optional)(Computed)[string] Is capable of Virt-IO drive hot plug (no reboot required). Can only be updated.disc_virtio_hot_unplug
- (Optional)(Computed)[string] Is capable of Virt-IO drive hot unplug (no reboot required). This works only for non-Windows virtual Machines. Can only be updated.nic_hot_plug
- (Optional)(Computed)[string] Is capable of nic hot plug (no reboot required). Can only be updated.nic_hot_unplug
- (Optional)(Computed)[string] Is capable of nic hot unplug (no reboot required). Can only be updated.
Attribute reference
Beside the configurable arguments, the resource returns the following additional attributes:
location
- 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_unplug
- Is capable of CPU hot unplug (no reboot required)ram_hot_unplug
- Is capable of memory hot unplug (no reboot required)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