Compute Engine v1 API - Class GetRoutePolicyRouterRequest (3.5.0)

public sealed class GetRoutePolicyRouterRequest : IMessage<GetRoutePolicyRouterRequest>, IEquatable<GetRoutePolicyRouterRequest>, IDeepCloneable<GetRoutePolicyRouterRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetRoutePolicyRouterRequest.

A request message for Routers.GetRoutePolicy. See the method description for details.

Inheritance

object > GetRoutePolicyRouterRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRoutePolicyRouterRequest()

public GetRoutePolicyRouterRequest()

GetRoutePolicyRouterRequest(GetRoutePolicyRouterRequest)

public GetRoutePolicyRouterRequest(GetRoutePolicyRouterRequest other)
Parameter
Name Description
other GetRoutePolicyRouterRequest

Properties

HasPolicy

public bool HasPolicy { get; }

Gets whether the "policy" field is set

Property Value
Type Description
bool

Policy

public string Policy { get; set; }

The Policy name for this request. Name must conform to RFC1035

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

Region

public string Region { get; set; }

Name of the region for this request.

Property Value
Type Description
string

Router

public string Router { get; set; }

Name of the Router resource to query for the route policy. The name should conform to RFC1035.

Property Value
Type Description
string