Reference documentation and code samples for the Compute V1 Client class InstantSnapshotGroup.
Represents an InstantSnapshotGroup resource.
An instant snapshot group is a set of instant snapshots that represents a point in time state of a consistency group.
Generated from protobuf message google.cloud.compute.v1.InstantSnapshotGroup
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ creation_timestamp
string
Output only. [Output Only] Creation timestamp inRFC3339 text format.
↳ description
string
Optional. An optional description of this resource. Provide this property when you create the resource.
↳ id
int|string
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
↳ kind
string
Output only. [Output Only] Type of the resource. Alwayscompute#instantSnapshotGroup for InstantSnapshotGroup 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 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.
↳ region
string
Output only. [Output Only] URL of the region where the instant snapshot group resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
↳ resource_status
↳ self_link
string
Output only. [Output Only] Server-defined URL for the resource.
↳ self_link_with_id
string
Output only. [Output Only] Server-defined URL for this resource's resource id.
↳ source_consistency_group
string
↳ status
string
Output only. [Output Only] Check the Status enum for the list of possible values.
↳ zone
string
Output only. [Output Only] URL of the zone where the instant snapshot group resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
getCreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
string
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
Output only. [Output Only] Creation timestamp inRFC3339 text format.
var
string
$this
getDescription
Optional. An optional description of this resource. Provide this property when you create the resource.
string
hasDescription
clearDescription
setDescription
Optional. An optional description of this resource. Provide this property when you create the resource.
var
string
$this
getId
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
int|string
hasId
clearId
setId
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
var
int|string
$this
getKind
Output only. [Output Only] Type of the resource. Alwayscompute#instantSnapshotGroup for InstantSnapshotGroup resources.
string
hasKind
clearKind
setKind
Output only. [Output Only] Type of the resource. Alwayscompute#instantSnapshotGroup for InstantSnapshotGroup resources.
var
string
$this
getName
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.
string
hasName
clearName
setName
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.
var
string
$this
getRegion
Output only. [Output Only] URL of the region where the instant snapshot group resides.
You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
string
hasRegion
clearRegion
setRegion
Output only. [Output Only] URL of the region where the instant snapshot group resides.
You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
var
string
$this
getResourceStatus
Generated from protobuf field optional .google.cloud.compute.v1.InstantSnapshotGroupResourceStatus resource_status = 249429315;
hasResourceStatus
clearResourceStatus
setResourceStatus
Generated from protobuf field optional .google.cloud.compute.v1.InstantSnapshotGroupResourceStatus resource_status = 249429315;
$this
getSelfLink
Output only. [Output Only] Server-defined URL for the resource.
string
hasSelfLink
clearSelfLink
setSelfLink
Output only. [Output Only] Server-defined URL for the resource.
var
string
$this
getSelfLinkWithId
Output only. [Output Only] Server-defined URL for this resource's resource id.
string
hasSelfLinkWithId
clearSelfLinkWithId
setSelfLinkWithId
Output only. [Output Only] Server-defined URL for this resource's resource id.
var
string
$this
getSourceConsistencyGroup
Generated from protobuf field optional string source_consistency_group = 531359348;
string
hasSourceConsistencyGroup
clearSourceConsistencyGroup
setSourceConsistencyGroup
Generated from protobuf field optional string source_consistency_group = 531359348;
var
string
$this
getStatus
Output only. [Output Only] Check the Status enum for the list of possible values.
string
hasStatus
clearStatus
setStatus
Output only. [Output Only] Check the Status enum for the list of possible values.
var
string
$this
getZone
Output only. [Output Only] URL of the zone where the instant snapshot group resides.
You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
string
hasZone
clearZone
setZone
Output only. [Output Only] URL of the zone where the instant snapshot group resides.
You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
var
string
$this

