Compute Engine v1 API - Class GetNamedSetRouterRequest (3.29.0)

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

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

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

Inheritance

object > GetNamedSetRouterRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNamedSetRouterRequest()

public GetNamedSetRouterRequest()

GetNamedSetRouterRequest(GetNamedSetRouterRequest)

public GetNamedSetRouterRequest(GetNamedSetRouterRequest other)
Parameter
Name Description
other GetNamedSetRouterRequest

Properties

HasNamedSet

public bool HasNamedSet { get; }

Gets whether the "named_set" field is set

Property Value
Type Description
bool

NamedSet

public string NamedSet { get; set; }

The Named Set 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 named set. The name should conform to RFC1035.

Property Value
Type Description
string