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-21 UTC."],[[["This webpage details the `ProjectsListXpnHostsRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting documentation for various versions, ranging from 1.0.0 to the latest 3.6.0."],["The `ProjectsListXpnHostsRequest` class, which inherits from `object`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that takes a `ProjectsListXpnHostsRequest` object as a parameter."],["The class contains properties such as `HasOrganization`, which determines if the organization field is set, and `Organization`, allowing to set or get the organization ID."],["The current version of this class being reviewed is 2.16.0, while the most up to date version is 3.6.0."]]],[]]