Cloud Composer v1 API - Class SaveSnapshotRequest (2.3.0)

public sealed class SaveSnapshotRequest : IMessage<SaveSnapshotRequest>, IEquatable<SaveSnapshotRequest>, IDeepCloneable<SaveSnapshotRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class SaveSnapshotRequest.

Request to create a snapshot of a Cloud Composer environment.

Inheritance

object > SaveSnapshotRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

SaveSnapshotRequest()

public SaveSnapshotRequest()

SaveSnapshotRequest(SaveSnapshotRequest)

public SaveSnapshotRequest(SaveSnapshotRequest other)
Parameter
NameDescription
otherSaveSnapshotRequest

Properties

Environment

public string Environment { get; set; }

The resource name of the source environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Property Value
TypeDescription
string

SnapshotLocation

public string SnapshotLocation { get; set; }

Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".

Property Value
TypeDescription
string