Compute Engine v1 API - Class GetRegionUrlMapRequest (2.15.0)

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

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

A request message for RegionUrlMaps.Get. See the method description for details.

Inheritance

object > GetRegionUrlMapRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionUrlMapRequest()

public GetRegionUrlMapRequest()

GetRegionUrlMapRequest(GetRegionUrlMapRequest)

public GetRegionUrlMapRequest(GetRegionUrlMapRequest other)
Parameter
NameDescription
otherGetRegionUrlMapRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
string

UrlMap

public string UrlMap { get; set; }

Name of the UrlMap resource to return.

Property Value
TypeDescription
string