Network Services v1 API - Class DeleteEndpointPolicyRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Services v1 API class DeleteEndpointPolicyRequest.

Request used with the DeleteEndpointPolicy method.

Inheritance

object > DeleteEndpointPolicyRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

DeleteEndpointPolicyRequest()

public DeleteEndpointPolicyRequest()

DeleteEndpointPolicyRequest(DeleteEndpointPolicyRequest)

public DeleteEndpointPolicyRequest(DeleteEndpointPolicyRequest other)
Parameter
Name Description
other DeleteEndpointPolicyRequest

Properties

EndpointPolicyName

public EndpointPolicyName EndpointPolicyName { get; set; }

EndpointPolicyName-typed view over the Name resource name property.

Property Value
Type Description
EndpointPolicyName

Name

public string Name { get; set; }

Required. A name of the EndpointPolicy to delete. Must be in the format projects/*/locations/global/endpointPolicies/*.

Property Value
Type Description
string