public sealed class ListMirroringEndpointGroupAssociationsResponse : IMessage<ListMirroringEndpointGroupAssociationsResponse>, IEquatable<ListMirroringEndpointGroupAssociationsResponse>, IDeepCloneable<ListMirroringEndpointGroupAssociationsResponse>, IBufferMessage, IMessage, IPageResponse<MirroringEndpointGroupAssociation>, IEnumerable<MirroringEndpointGroupAssociation>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListMirroringEndpointGroupAssociationsResponse.
Response message for ListMirroringEndpointGroupAssociations.
Implements
IMessageListMirroringEndpointGroupAssociationsResponse, IEquatableListMirroringEndpointGroupAssociationsResponse, IDeepCloneableListMirroringEndpointGroupAssociationsResponse, IBufferMessage, IMessage, IPageResponseMirroringEndpointGroupAssociation, IEnumerableMirroringEndpointGroupAssociation, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListMirroringEndpointGroupAssociationsResponse()
public ListMirroringEndpointGroupAssociationsResponse()ListMirroringEndpointGroupAssociationsResponse(ListMirroringEndpointGroupAssociationsResponse)
public ListMirroringEndpointGroupAssociationsResponse(ListMirroringEndpointGroupAssociationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMirroringEndpointGroupAssociationsResponse |
Properties
MirroringEndpointGroupAssociations
public RepeatedField<MirroringEndpointGroupAssociation> MirroringEndpointGroupAssociations { get; }The associations from the specified parent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMirroringEndpointGroupAssociation |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
See https://google.aip.dev/158 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<MirroringEndpointGroupAssociation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorMirroringEndpointGroupAssociation |
|