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 page provides documentation for the `ProjectsListXpnHostsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality."],["The `ProjectsListXpnHostsRequest` class is part of the Google Cloud Compute V1 library and includes methods for listing shared VPC host projects, and is available from version 1.0.0 all the way to version 3.6.0 (latest)."],["`ProjectsListXpnHostsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HasOrganization` and `Organization`, where `Organization` allows setting an optional organization ID for listing shared VPC host projects."],["There are two constructors available for `ProjectsListXpnHostsRequest`: a default constructor and one that takes another `ProjectsListXpnHostsRequest` object as a parameter."]]],[]]