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.
Implements
IMessageSnapshotSettingsStorageLocationSettingsStorageLocationPreference, IEquatableSnapshotSettingsStorageLocationSettingsStorageLocationPreference, IDeepCloneableSnapshotSettingsStorageLocationSettingsStorageLocationPreference, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SnapshotSettingsStorageLocationSettingsStorageLocationPreference()
public SnapshotSettingsStorageLocationSettingsStorageLocationPreference()
SnapshotSettingsStorageLocationSettingsStorageLocationPreference(SnapshotSettingsStorageLocationSettingsStorageLocationPreference)
public SnapshotSettingsStorageLocationSettingsStorageLocationPreference(SnapshotSettingsStorageLocationSettingsStorageLocationPreference other)
Parameter | |
---|---|
Name | Description |
other | SnapshotSettingsStorageLocationSettingsStorageLocationPreference |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Name of the location. It should be one of the GCS buckets.
Property Value | |
---|---|
Type | Description |
string |