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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]