Class GetTargetHttpProxyRequest (1.2.0)

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

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