public sealed class GetServiceLbPolicyRequest : IMessage<GetServiceLbPolicyRequest>, IEquatable<GetServiceLbPolicyRequest>, IDeepCloneable<GetServiceLbPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class GetServiceLbPolicyRequest.
Request used by the GetServiceLbPolicy method.
Implements
IMessageGetServiceLbPolicyRequest, IEquatableGetServiceLbPolicyRequest, IDeepCloneableGetServiceLbPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
GetServiceLbPolicyRequest()
public GetServiceLbPolicyRequest()
GetServiceLbPolicyRequest(GetServiceLbPolicyRequest)
public GetServiceLbPolicyRequest(GetServiceLbPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetServiceLbPolicyRequest |
Properties
Name
public string Name { get; set; }
Required. A name of the ServiceLbPolicy to get. Must be in the format
projects/{project}/locations/{location}/serviceLbPolicies/*
.
Property Value | |
---|---|
Type | Description |
string |
ServiceLbPolicyName
public ServiceLbPolicyName ServiceLbPolicyName { get; set; }
ServiceLbPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceLbPolicyName |