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.
Implements
IMessageGetEndpointPolicyRequest, IEquatableGetEndpointPolicyRequest, IDeepCloneableGetEndpointPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
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 |