Class GetTargetSslProxyRequest (2.1.0)

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

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

Inheritance

Object > GetTargetSslProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetTargetSslProxyRequest()

public GetTargetSslProxyRequest()

GetTargetSslProxyRequest(GetTargetSslProxyRequest)

public GetTargetSslProxyRequest(GetTargetSslProxyRequest other)
Parameter
NameDescription
otherGetTargetSslProxyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

TargetSslProxy

public string TargetSslProxy { get; set; }

Name of the TargetSslProxy resource to return.

Property Value
TypeDescription
String