SnapshotGroup

Represents a SnapshotGroup resource.

A snapshot group is a set of snapshots that represents a point in time state of a consistency group.

JSON representation
{
  "kind": string,
  "name": string,
  "description": string,
  "id": string,
  "status": enum (Status),
  "creationTimestamp": string,
  "sourceInfo": {
    object (SourceInfo)
  },
  "sourceInstantSnapshotGroupInfo": {
    object (SourceInstantSnapshotGroupInfo)
  },
  "sourceInstantSnapshotGroup": string,
  "selfLink": string,
  "selfLinkWithId": string
}
Fields
kind

string

Output only. Type of the resource. Always

compute#snapshotGroup

for SnapshotGroup resources.

name

string

Identifier. Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

description

string

Optional. An optional description of this resource. Provide this property when you create the resource.

id

string (uint64 format)

Output only. The unique identifier for the resource. This identifier is defined by the server.

status

enum (Status)

Output only.

creationTimestamp

string

Output only. Creation timestamp in RFC3339 text format.

sourceInfo

object (SourceInfo)

Output only.

sourceInstantSnapshotGroupInfo

object (SourceInstantSnapshotGroupInfo)

Output only.

sourceInstantSnapshotGroup

string

Input field for the source instant snapshot group.

SourceInfo

JSON representation
{
  "consistencyGroup": string,
  "consistencyGroupId": string
}
Fields
consistencyGroup

string

consistencyGroupId

string

SourceInstantSnapshotGroupInfo

JSON representation
{
  "instantSnapshotGroup": string,
  "instantSnapshotGroupId": string
}
Fields
instantSnapshotGroup

string

instantSnapshotGroupId

string