public sealed class DisableXpnHostProjectRequest : IMessage<DisableXpnHostProjectRequest>, IEquatable<DisableXpnHostProjectRequest>, IDeepCloneable<DisableXpnHostProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DisableXpnHostProjectRequest.
A request message for Projects.DisableXpnHost. See the method description for details.
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
[[["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."],[[["This document provides reference documentation for the `DisableXpnHostProjectRequest` class in the Google Cloud Compute Engine v1 API, and spans a range of version numbers from 1.0.0 to the latest version at 3.6.0."],["The `DisableXpnHostProjectRequest` class is part of the `Google.Cloud.Compute.V1` namespace within the Google Cloud .NET client library, specifically for disabling an XPN host project."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to message handling, equality comparison, deep cloning, and buffer message operations, respectively."],["The `DisableXpnHostProjectRequest` class has a constructor that can be called with or without another `DisableXpnHostProjectRequest` object, and has properties for `Project` ID and `RequestId`, the latter used for managing request retries and preventing duplicates."],["The latest version of the `DisableXpnHostProjectRequest` class documented is 3.6.0, which is also part of the most recent version of the Compute Engine v1 API, but the document also contains documentation for version 2.9.0 as indicated at the top of the document."]]],[]]