Network Management v1 API - Class ShowEffectiveFlowLogsConfigsResponse (2.16.0)

public sealed class ShowEffectiveFlowLogsConfigsResponse : IMessage<ShowEffectiveFlowLogsConfigsResponse>, IEquatable<ShowEffectiveFlowLogsConfigsResponse>, IDeepCloneable<ShowEffectiveFlowLogsConfigsResponse>, IBufferMessage, IMessage, IPageResponse<EffectiveVpcFlowLogsConfig>, IEnumerable<EffectiveVpcFlowLogsConfig>, IEnumerable

Reference documentation and code samples for the Network Management v1 API class ShowEffectiveFlowLogsConfigsResponse.

Response for the ShowEffectiveFlowLogsConfigs method.

Inheritance

object > ShowEffectiveFlowLogsConfigsResponse

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

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