public sealed class TargetSslProxiesSetBackendServiceRequest : IMessage<TargetSslProxiesSetBackendServiceRequest>, IEquatable<TargetSslProxiesSetBackendServiceRequest>, IDeepCloneable<TargetSslProxiesSetBackendServiceRequest>, IBufferMessage, IMessage
Implements
IMessage<TargetSslProxiesSetBackendServiceRequest>, IEquatable<TargetSslProxiesSetBackendServiceRequest>, IDeepCloneable<TargetSslProxiesSetBackendServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TargetSslProxiesSetBackendServiceRequest()
public TargetSslProxiesSetBackendServiceRequest()
TargetSslProxiesSetBackendServiceRequest(TargetSslProxiesSetBackendServiceRequest)
public TargetSslProxiesSetBackendServiceRequest(TargetSslProxiesSetBackendServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | TargetSslProxiesSetBackendServiceRequest |
Properties
HasService
public bool HasService { get; }
Gets whether the "service" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Service
public string Service { get; set; }
The URL of the new BackendService resource for the targetSslProxy.
Property Value | |
---|---|
Type | Description |
String |