Compute Engine v1 API - Class GetTargetSslProxyRequest (2.15.0)

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

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

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