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.
Implements
IMessageGetTargetHttpProxyRequest, IEquatableGetTargetHttpProxyRequest, IDeepCloneableGetTargetHttpProxyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetTargetHttpProxyRequest()
public GetTargetHttpProxyRequest()
GetTargetHttpProxyRequest(GetTargetHttpProxyRequest)
public GetTargetHttpProxyRequest(GetTargetHttpProxyRequest other)
Parameter | |
---|---|
Name | Description |
other | GetTargetHttpProxyRequest |
Properties
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |
TargetHttpProxy
public string TargetHttpProxy { get; set; }
Name of the TargetHttpProxy resource to return.
Property Value | |
---|---|
Type | Description |
string |