public sealed class GetNamedSetRouterRequest : IMessage<GetNamedSetRouterRequest>, IEquatable<GetNamedSetRouterRequest>, IDeepCloneable<GetNamedSetRouterRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetNamedSetRouterRequest.
A request message for Routers.GetNamedSet. See the method description for details.
Implements
IMessageGetNamedSetRouterRequest, IEquatableGetNamedSetRouterRequest, IDeepCloneableGetNamedSetRouterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|