public sealed class ListMirroringDeploymentsResponse : IMessage<ListMirroringDeploymentsResponse>, IEquatable<ListMirroringDeploymentsResponse>, IDeepCloneable<ListMirroringDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<MirroringDeployment>, IEnumerable<MirroringDeployment>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListMirroringDeploymentsResponse.
Response message for ListMirroringDeployments.
Implements
IMessageListMirroringDeploymentsResponse, IEquatableListMirroringDeploymentsResponse, IDeepCloneableListMirroringDeploymentsResponse, IBufferMessage, IMessage, IPageResponseMirroringDeployment, IEnumerableMirroringDeployment, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListMirroringDeploymentsResponse()
public ListMirroringDeploymentsResponse()ListMirroringDeploymentsResponse(ListMirroringDeploymentsResponse)
public ListMirroringDeploymentsResponse(ListMirroringDeploymentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMirroringDeploymentsResponse |
Properties
MirroringDeployments
public RepeatedField<MirroringDeployment> MirroringDeployments { get; }The deployments from the specified parent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMirroringDeployment |
|
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 |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<MirroringDeployment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorMirroringDeployment |
|