public sealed class DeleteServiceLbPolicyRequest : IMessage<DeleteServiceLbPolicyRequest>, IEquatable<DeleteServiceLbPolicyRequest>, IDeepCloneable<DeleteServiceLbPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class DeleteServiceLbPolicyRequest.
Request used by the DeleteServiceLbPolicy method.
Implements
IMessageDeleteServiceLbPolicyRequest, IEquatableDeleteServiceLbPolicyRequest, IDeepCloneableDeleteServiceLbPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
DeleteServiceLbPolicyRequest()
public DeleteServiceLbPolicyRequest()
DeleteServiceLbPolicyRequest(DeleteServiceLbPolicyRequest)
public DeleteServiceLbPolicyRequest(DeleteServiceLbPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteServiceLbPolicyRequest |
Properties
Name
public string Name { get; set; }
Required. A name of the ServiceLbPolicy to delete. 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 |