public sealed class ProjectsDisableXpnResourceRequest : IMessage<ProjectsDisableXpnResourceRequest>, IEquatable<ProjectsDisableXpnResourceRequest>, IDeepCloneable<ProjectsDisableXpnResourceRequest>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The `ProjectsDisableXpnResourceRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is designed to handle requests related to disabling XPN resources and is part of version 2.0.0 of the library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Cloud environment."],["It offers two constructors: a default constructor `ProjectsDisableXpnResourceRequest()` and another that allows cloning an existing instance `ProjectsDisableXpnResourceRequest(ProjectsDisableXpnResourceRequest other)`."],["The class includes one property, `XpnResource`, of type `XpnResourceId`, which represents the service resource ID for the XPN (Cross-Project Networking) service project."],["The page lists various versions of the `Google.Cloud.Compute.V1` library, ranging from version 1.0.0 up to the latest version 3.6.0, showcasing the evolution and updates of this component over time."]]],[]]