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

public sealed class ListMirroringDeploymentGroupsResponse : IMessage<ListMirroringDeploymentGroupsResponse>, IEquatable<ListMirroringDeploymentGroupsResponse>, IDeepCloneable<ListMirroringDeploymentGroupsResponse>, IBufferMessage, IMessage, IPageResponse<MirroringDeploymentGroup>, IEnumerable<MirroringDeploymentGroup>, IEnumerable

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

Response message for ListMirroringDeploymentGroups.

Inheritance

object > ListMirroringDeploymentGroupsResponse

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListMirroringDeploymentGroupsResponse()

public ListMirroringDeploymentGroupsResponse()

ListMirroringDeploymentGroupsResponse(ListMirroringDeploymentGroupsResponse)

public ListMirroringDeploymentGroupsResponse(ListMirroringDeploymentGroupsResponse other)
Parameter
Name Description
other ListMirroringDeploymentGroupsResponse

Properties

MirroringDeploymentGroups

public RepeatedField<MirroringDeploymentGroup> MirroringDeploymentGroups { get; }

The deployment groups from the specified parent.

Property Value
Type Description
RepeatedFieldMirroringDeploymentGroup

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<MirroringDeploymentGroup> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorMirroringDeploymentGroup