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

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

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

Request used with the GetEndpointPolicy method.

Inheritance

object > GetEndpointPolicyRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

GetEndpointPolicyRequest()

public GetEndpointPolicyRequest()

GetEndpointPolicyRequest(GetEndpointPolicyRequest)

public GetEndpointPolicyRequest(GetEndpointPolicyRequest other)
Parameter
Name Description
other GetEndpointPolicyRequest

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 get. Must be in the format projects/*/locations/global/endpointPolicies/*.

Property Value
Type Description
string