public sealed class GenerateAttachedClusterInstallManifestResponse : IMessage<GenerateAttachedClusterInstallManifestResponse>, IEquatable<GenerateAttachedClusterInstallManifestResponse>, IDeepCloneable<GenerateAttachedClusterInstallManifestResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GenerateAttachedClusterInstallManifestResponse.
Response message for
AttachedClusters.GenerateAttachedClusterInstallManifest method.
[[["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."],[[["The latest version of the `GenerateAttachedClusterInstallManifestResponse` is 2.8.0, and the documentation covers versions from 1.0.0-beta01 up to the latest release."],["This class serves as the response message for the `AttachedClusters.GenerateAttachedClusterInstallManifest` method, which is part of the Anthos Multi-Cloud v1 API."],["The `GenerateAttachedClusterInstallManifestResponse` class provides a constructor to create an instance of this response as well as a constructor that allows a user to copy another instance."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations, respectively."],["The `Manifest` property, of string type, in `GenerateAttachedClusterInstallManifestResponse` holds Kubernetes resources in YAML format for cluster attachment."]]],[]]