Compute Engine v1 API - Class GetUrlMapRequest (2.15.0)

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

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

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

Inheritance

object > GetUrlMapRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetUrlMapRequest()

public GetUrlMapRequest()

GetUrlMapRequest(GetUrlMapRequest)

public GetUrlMapRequest(GetUrlMapRequest other)
Parameter
NameDescription
otherGetUrlMapRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

UrlMap

public string UrlMap { get; set; }

Name of the UrlMap resource to return.

Property Value
TypeDescription
string