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."],[[["This webpage provides reference documentation for the `GenerateAttachedClusterInstallManifestResponse` class in the Anthos Multi-Cloud v1 API, within the `Google.Cloud.GkeMultiCloud.V1` namespace, version 2.3.0."],["The `GenerateAttachedClusterInstallManifestResponse` class is the response message for the `AttachedClusters.GenerateAttachedClusterInstallManifest` method, designed for managing attached clusters."],["The class is implemented as a sealed class, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Manifest` property, which is a string representing Kubernetes resources in YAML format intended for application to the attached cluster."],["Multiple versions of this API class are available, ranging from version 1.0.0-beta01 to the latest 2.8.0."]]],[]]