Compute Engine v1 API - Class GetTargetHttpProxyRequest (2.15.0)

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

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

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

Inheritance

object > GetTargetHttpProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetTargetHttpProxyRequest()

public GetTargetHttpProxyRequest()

GetTargetHttpProxyRequest(GetTargetHttpProxyRequest)

public GetTargetHttpProxyRequest(GetTargetHttpProxyRequest other)
Parameter
NameDescription
otherGetTargetHttpProxyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

TargetHttpProxy

public string TargetHttpProxy { get; set; }

Name of the TargetHttpProxy resource to return.

Property Value
TypeDescription
string