public sealed class GetRegionUrlMapRequest : IMessage<GetRegionUrlMapRequest>, IEquatable<GetRegionUrlMapRequest>, IDeepCloneable<GetRegionUrlMapRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetRegionUrlMapRequest.
A request message for RegionUrlMaps.Get. See the method description for details.
Implements
IMessageGetRegionUrlMapRequest, IEquatableGetRegionUrlMapRequest, IDeepCloneableGetRegionUrlMapRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionUrlMapRequest()
public GetRegionUrlMapRequest()GetRegionUrlMapRequest(GetRegionUrlMapRequest)
public GetRegionUrlMapRequest(GetRegionUrlMapRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionUrlMapRequest |
Properties
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 scoping this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UrlMap
public string UrlMap { get; set; }Name of the UrlMap resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|