Network Security v1 API - Class GetInterceptEndpointGroupAssociationRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class GetInterceptEndpointGroupAssociationRequest.

Request message for GetInterceptEndpointGroupAssociation.

Inheritance

object > GetInterceptEndpointGroupAssociationRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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