public sealed class ProjectsListXpnHostsRequest : IMessage<ProjectsListXpnHostsRequest>, IEquatable<ProjectsListXpnHostsRequest>, IDeepCloneable<ProjectsListXpnHostsRequest>, IBufferMessage, IMessage
Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.
[[["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-31 UTC."],[[["The webpage provides documentation for the `ProjectsListXpnHostsRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version available is 3.6.0, and the page also details many previous versions ranging from 3.5.0 to 1.0.0, allowing users to select their relevant documentation."],["`ProjectsListXpnHostsRequest` is part of Google Cloud's Compute API and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `HasOrganization` and `Organization` to manage the ID for listing shared VPC host projects, with `Organization` being an optional parameter."],["The page also contains a list of inherited members from the object class, like `GetHashCode`, `GetType`, and `ToString`."]]],[]]