public sealed class PreviewRouterRequest : IMessage<PreviewRouterRequest>, IEquatable<PreviewRouterRequest>, IDeepCloneable<PreviewRouterRequest>, IBufferMessage, IMessage
A request message for Routers.Preview. See the method description for details.
[[["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."],[[["The latest version of `PreviewRouterRequest` is 3.6.0, but there are several older versions available, ranging from 3.5.0 down to 1.0.0."],["`PreviewRouterRequest` is a request message used for the Routers.Preview method within the Google Cloud Compute API, and it inherits from the Object class and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `PreviewRouterRequest` class has two constructors, one default and one that takes another `PreviewRouterRequest` object as a parameter for cloning."],["This class includes properties for `Project`, `Region`, `Router`, and `RouterResource`, which are all utilized to specify details for the preview request, with the `RouterResource` property being of type `Router`."],["The namespace for this class is `Google.Cloud.Compute.V1`, and it is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]