public sealed class SnapshotSettingsAccessLocationAccessLocationPreference : IMessage<SnapshotSettingsAccessLocationAccessLocationPreference>, IEquatable<SnapshotSettingsAccessLocationAccessLocationPreference>, IDeepCloneable<SnapshotSettingsAccessLocationAccessLocationPreference>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class SnapshotSettingsAccessLocationAccessLocationPreference.
A structure for specifying an allowed target region.
Implements
IMessageSnapshotSettingsAccessLocationAccessLocationPreference, IEquatableSnapshotSettingsAccessLocationAccessLocationPreference, IDeepCloneableSnapshotSettingsAccessLocationAccessLocationPreference, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SnapshotSettingsAccessLocationAccessLocationPreference()
public SnapshotSettingsAccessLocationAccessLocationPreference()SnapshotSettingsAccessLocationAccessLocationPreference(SnapshotSettingsAccessLocationAccessLocationPreference)
public SnapshotSettingsAccessLocationAccessLocationPreference(SnapshotSettingsAccessLocationAccessLocationPreference other)| Parameter | |
|---|---|
| Name | Description |
other |
SnapshotSettingsAccessLocationAccessLocationPreference |
Properties
HasRegion
public bool HasRegion { get; }Gets whether the "region" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Region
public string Region { get; set; }Accessible region name
| Property Value | |
|---|---|
| Type | Description |
string |
|