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