GetSnapshotResult

data class GetSnapshotResult(val createTime: String, val description: String, val filesystemUsedBytes: String, val labels: Map<String, String>, val name: String, val state: String)

Constructors

Link copied to clipboard
fun GetSnapshotResult(createTime: String, description: String, filesystemUsedBytes: String, labels: Map<String, String>, name: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the snapshot was created.

Link copied to clipboard

A description of the snapshot with 2048 characters or less. Requests with longer descriptions will be rejected.

Link copied to clipboard

The amount of bytes needed to allocate a full copy of the snapshot content

Link copied to clipboard

Resource labels to represent user provided metadata.

Link copied to clipboard

The resource name of the snapshot, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}.

Link copied to clipboard

The snapshot state.