public sealed class LoadSnapshotRequest : IMessage<LoadSnapshotRequest>, IEquatable<LoadSnapshotRequest>, IDeepCloneable<LoadSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class LoadSnapshotRequest.
Request to load a snapshot into a Cloud Composer environment.
Implements
IMessage<LoadSnapshotRequest>, IEquatable<LoadSnapshotRequest>, IDeepCloneable<LoadSnapshotRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
LoadSnapshotRequest()
public LoadSnapshotRequest()
LoadSnapshotRequest(LoadSnapshotRequest)
public LoadSnapshotRequest(LoadSnapshotRequest other)
Parameter | |
---|---|
Name | Description |
other | LoadSnapshotRequest |
Properties
Environment
public string Environment { get; set; }
The resource name of the target environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
Property Value | |
---|---|
Type | Description |
String |
SkipAirflowOverridesSetting
public bool SkipAirflowOverridesSetting { get; set; }
Whether or not to skip setting Airflow overrides when loading the environment's state.
Property Value | |
---|---|
Type | Description |
Boolean |
SkipEnvironmentVariablesSetting
public bool SkipEnvironmentVariablesSetting { get; set; }
Whether or not to skip setting environment variables when loading the environment's state.
Property Value | |
---|---|
Type | Description |
Boolean |
SkipGcsDataCopying
public bool SkipGcsDataCopying { get; set; }
Whether or not to skip copying Cloud Storage data when loading the environment's state.
Property Value | |
---|---|
Type | Description |
Boolean |
SkipPypiPackagesInstallation
public bool SkipPypiPackagesInstallation { get; set; }
Whether or not to skip installing Pypi packages when loading the environment's state.
Property Value | |
---|---|
Type | Description |
Boolean |
SnapshotPath
public string SnapshotPath { get; set; }
A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".
Property Value | |
---|---|
Type | Description |
String |