public sealed class CreateVolumeSnapshotRequest : IMessage<CreateVolumeSnapshotRequest>, IEquatable<CreateVolumeSnapshotRequest>, IDeepCloneable<CreateVolumeSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class CreateVolumeSnapshotRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation page covers the `CreateVolumeSnapshotRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.6.0, with links to other versions from 1.0.0 to 1.7.0."],["The `CreateVolumeSnapshotRequest` class is a message object used for creating volume snapshots, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class, providing inherited methods such as `GetHashCode`, `GetType`, and `ToString`."],["The class includes constructors, one default and another that takes another `CreateVolumeSnapshotRequest` as a parameter for initialization, and it exposes properties such as `Parent`, `ParentAsVolumeName`, and `VolumeSnapshot`."],["`Parent` is a string representing the volume to snapshot, while `VolumeSnapshot` is a `VolumeSnapshot` object representing the snapshot to be created, both of which are required properties."]]],[]]