public sealed class GetInterceptEndpointGroupAssociationRequest : IMessage<GetInterceptEndpointGroupAssociationRequest>, IEquatable<GetInterceptEndpointGroupAssociationRequest>, IDeepCloneable<GetInterceptEndpointGroupAssociationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class GetInterceptEndpointGroupAssociationRequest.
Request message for GetInterceptEndpointGroupAssociation.
Implements
IMessageGetInterceptEndpointGroupAssociationRequest, IEquatableGetInterceptEndpointGroupAssociationRequest, IDeepCloneableGetInterceptEndpointGroupAssociationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
GetInterceptEndpointGroupAssociationRequest()
public GetInterceptEndpointGroupAssociationRequest()GetInterceptEndpointGroupAssociationRequest(GetInterceptEndpointGroupAssociationRequest)
public GetInterceptEndpointGroupAssociationRequest(GetInterceptEndpointGroupAssociationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInterceptEndpointGroupAssociationRequest |
Properties
InterceptEndpointGroupAssociationName
public InterceptEndpointGroupAssociationName InterceptEndpointGroupAssociationName { get; set; }InterceptEndpointGroupAssociationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationName |
|
Name
public string Name { get; set; }Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}
| Property Value | |
|---|---|
| Type | Description |
string |
|