Class GetRegionTargetHttpProxyRequest (1.2.0)

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

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