NetApp v1 API - Class CreateSnapshotRequest (1.0.0)

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

Reference documentation and code samples for the NetApp v1 API class CreateSnapshotRequest.

CreateSnapshotRequest creates a snapshot.

Inheritance

object > CreateSnapshotRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

CreateSnapshotRequest()

public CreateSnapshotRequest()

CreateSnapshotRequest(CreateSnapshotRequest)

public CreateSnapshotRequest(CreateSnapshotRequest other)
Parameter
NameDescription
otherCreateSnapshotRequest

Properties

Parent

public string Parent { get; set; }

Required. The NetApp volume to create the snapshots of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Property Value
TypeDescription
string

ParentAsVolumeName

public VolumeName ParentAsVolumeName { get; set; }

VolumeName-typed view over the Parent resource name property.

Property Value
TypeDescription
VolumeName

Snapshot

public Snapshot Snapshot { get; set; }

Required. A snapshot resource

Property Value
TypeDescription
Snapshot

SnapshotId

public string SnapshotId { get; set; }

Required. ID of the snapshot to create. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

Property Value
TypeDescription
string