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-24 UTC."],[[["This webpage details the `ProjectsListXpnHostsRequest` class within the `Google.Cloud.Compute.V1` namespace, used for listing shared VPC host projects."],["The latest version of `ProjectsListXpnHostsRequest` is 3.6.0, with the page also providing links to versions back to 1.0.0."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with a specific functionality."],["The class includes two constructors: a default constructor and one that accepts another `ProjectsListXpnHostsRequest` object, which is useful for creating a deep clone of said object."],["Key properties of this class include `HasOrganization` (boolean) and `Organization` (string), which allow managing the inclusion and specifying of an organization ID."]]],[]]