Compute Engine v1 API - Class SnapshotSettingsStorageLocationSettingsStorageLocationPreference (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class SnapshotSettingsStorageLocationSettingsStorageLocationPreference.

A structure for specifying storage locations.

Inheritance

object > SnapshotSettingsStorageLocationSettingsStorageLocationPreference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SnapshotSettingsStorageLocationSettingsStorageLocationPreference()

public SnapshotSettingsStorageLocationSettingsStorageLocationPreference()

SnapshotSettingsStorageLocationSettingsStorageLocationPreference(SnapshotSettingsStorageLocationSettingsStorageLocationPreference)

public SnapshotSettingsStorageLocationSettingsStorageLocationPreference(SnapshotSettingsStorageLocationSettingsStorageLocationPreference other)
Parameter
NameDescription
otherSnapshotSettingsStorageLocationSettingsStorageLocationPreference

Properties

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Name of the location. It should be one of the GCS buckets.

Property Value
TypeDescription
string