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-04-09 UTC."],[[["The webpage details the `ProjectsListXpnHostsRequest` class within the `Google.Cloud.Compute.V1` namespace, as part of the .NET library for Google Cloud."],["The class `ProjectsListXpnHostsRequest` is available in multiple versions, ranging from version 1.0.0 up to the latest version 3.6.0, and it is the primary class of this documentation."],["`ProjectsListXpnHostsRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `ProjectsListXpnHostsRequest` instance for creating a copy."],["The class has properties `HasOrganization` which is a boolean, and `Organization` which is a string, to manage whether an organization field is set and the string value of the organization ID respectively."]]],[]]