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 latest version of the `ProjectsListXpnHostsRequest` is 3.6.0, and the page provides access to various past versions, including 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0 all the way down to 1.0.0."],["The `ProjectsListXpnHostsRequest` class is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one `ProjectsListXpnHostsRequest()` and one that takes another instance of `ProjectsListXpnHostsRequest` as an argument `ProjectsListXpnHostsRequest(ProjectsListXpnHostsRequest other)`."],["It also has two properties available for use, HasOrganization which is a boolean, and Organization, which is a string that can have the optional organization ID managed by Cloud Resource Manager."]]],[]]