public sealed class GetCloudVmClusterRequest : IMessage<GetCloudVmClusterRequest>, IEquatable<GetCloudVmClusterRequest>, IDeepCloneable<GetCloudVmClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GetCloudVmClusterRequest.
[[["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-04-17 UTC."],[[["This documentation details the `GetCloudVmClusterRequest` class, which is part of the Oracle Database@Google Cloud v1 API."],["The `GetCloudVmClusterRequest` class is used to request details for a specific Cloud VM Cluster, as indicated by its role in `CloudVmCluster.Get`."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality and compatibility within the Google Cloud .NET framework."],["The class has properties, including `CloudVmClusterName` and `Name`, which are used for identifying and specifying the target Cloud VM Cluster resource."],["The `Name` property requires the project, location, and cloud VM cluster information to access the correct resource, following the specified format."]]],[]]