Compute Engine v1 API - Class GetRegionTargetHttpProxyRequest (2.15.0)

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

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

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

Inheritance

object > GetRegionTargetHttpProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionTargetHttpProxyRequest()

public GetRegionTargetHttpProxyRequest()

GetRegionTargetHttpProxyRequest(GetRegionTargetHttpProxyRequest)

public GetRegionTargetHttpProxyRequest(GetRegionTargetHttpProxyRequest other)
Parameter
NameDescription
otherGetRegionTargetHttpProxyRequest

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

TargetHttpProxy

public string TargetHttpProxy { get; set; }

Name of the TargetHttpProxy resource to return.

Property Value
TypeDescription
string