SnapshotGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a SnapshotGroup resource.
A snapshot group is a set of snapshots that represents a point in time state of a consistency group.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
creation_timestamp |
str
Output only. [Output Only] Creation timestamp inRFC3339 text format. This field is a member of oneof_ _creation_timestamp.
|
description |
str
Optional. An optional description of this resource. Provide this property when you create the resource. This field is a member of oneof_ _description.
|
id |
int
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
|
kind |
str
Output only. [Output Only] Type of the resource. Alwayscompute#snapshotGroup for SnapshotGroup resources. This field is a member of oneof_ _kind.
|
name |
str
Identifier. Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. 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.
This field is a member of oneof_ _name.
|
self_link |
str
Output only. [Output Only] Server-defined URL for the resource. This field is a member of oneof_ _self_link.
|
self_link_with_id |
str
Output only. [Output Only] Server-defined URL for this resource's resource id. This field is a member of oneof_ _self_link_with_id.
|
source_info |
google.cloud.compute_v1beta.types.SnapshotGroupSourceInfo
Output only. [Output Only] This field is a member of oneof_ _source_info.
|
source_instant_snapshot_group |
str
Input field for the source instant snapshot group. This field is a member of oneof_ _source_instant_snapshot_group.
|
source_instant_snapshot_group_info |
google.cloud.compute_v1beta.types.SnapshotGroupSourceInstantSnapshotGroupInfo
Output only. [Output Only] This field is a member of oneof_ _source_instant_snapshot_group_info.
|
status |
str
Output only. [Output Only] Check the Status enum for the list of possible values. This field is a member of oneof_ _status.
|
Classes
Status
Status(value)Output only. [Output Only]