Show / Hide Table of Contents

Class SnapshotSettings

Inheritance
object
SnapshotSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class SnapshotSettings : IDirectResponseSchema

Properties

AccessLocation

(Regional snapshots use only)Policy of which location is allowed to access snapshot.

Declaration
[JsonProperty("accessLocation")]
public virtual SnapshotSettingsAccessLocation AccessLocation { get; set; }
Property Value
Type Description
SnapshotSettingsAccessLocation

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StorageLocation

Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.

Declaration
[JsonProperty("storageLocation")]
public virtual SnapshotSettingsStorageLocationSettings StorageLocation { get; set; }
Property Value
Type Description
SnapshotSettingsStorageLocationSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX