public sealed class ShowEffectiveFlowLogsConfigsResponse : IMessage<ShowEffectiveFlowLogsConfigsResponse>, IEquatable<ShowEffectiveFlowLogsConfigsResponse>, IDeepCloneable<ShowEffectiveFlowLogsConfigsResponse>, IBufferMessage, IMessage, IPageResponse<EffectiveVpcFlowLogsConfig>, IEnumerable<EffectiveVpcFlowLogsConfig>, IEnumerableReference documentation and code samples for the Network Management v1 API class ShowEffectiveFlowLogsConfigsResponse.
Response for the ShowEffectiveFlowLogsConfigs method.
Implements
IMessageShowEffectiveFlowLogsConfigsResponse, IEquatableShowEffectiveFlowLogsConfigsResponse, IDeepCloneableShowEffectiveFlowLogsConfigsResponse, IBufferMessage, IMessage, IPageResponseEffectiveVpcFlowLogsConfig, IEnumerableEffectiveVpcFlowLogsConfig, IEnumerableNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ShowEffectiveFlowLogsConfigsResponse()
public ShowEffectiveFlowLogsConfigsResponse()ShowEffectiveFlowLogsConfigsResponse(ShowEffectiveFlowLogsConfigsResponse)
public ShowEffectiveFlowLogsConfigsResponse(ShowEffectiveFlowLogsConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ShowEffectiveFlowLogsConfigsResponse |
Properties
EffectiveFlowLogsConfigs
public RepeatedField<EffectiveVpcFlowLogsConfig> EffectiveFlowLogsConfigs { get; }List of Effective Vpc Flow Logs configurations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEffectiveVpcFlowLogsConfig |
|
NextPageToken
public string NextPageToken { get; set; }Page token to fetch the next set of configurations.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached (when querying all locations with -).
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<EffectiveVpcFlowLogsConfig> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEffectiveVpcFlowLogsConfig |
|