Network Management v1 API - Class ListVpcFlowLogsConfigsResponse (2.13.0)

public sealed class ListVpcFlowLogsConfigsResponse : IMessage<ListVpcFlowLogsConfigsResponse>, IEquatable<ListVpcFlowLogsConfigsResponse>, IDeepCloneable<ListVpcFlowLogsConfigsResponse>, IBufferMessage, IMessage, IPageResponse<VpcFlowLogsConfig>, IEnumerable<VpcFlowLogsConfig>, IEnumerable

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

Response for the ListVpcFlowLogsConfigs method.

Inheritance

object > ListVpcFlowLogsConfigsResponse

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ListVpcFlowLogsConfigsResponse()

public ListVpcFlowLogsConfigsResponse()

ListVpcFlowLogsConfigsResponse(ListVpcFlowLogsConfigsResponse)

public ListVpcFlowLogsConfigsResponse(ListVpcFlowLogsConfigsResponse other)
Parameter
Name Description
other ListVpcFlowLogsConfigsResponse

Properties

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

VpcFlowLogsConfigs

public RepeatedField<VpcFlowLogsConfig> VpcFlowLogsConfigs { get; }

List of VPC Flow Log configurations.

Property Value
Type Description
RepeatedFieldVpcFlowLogsConfig

Methods

GetEnumerator()

public IEnumerator<VpcFlowLogsConfig> GetEnumerator()

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

Returns
Type Description
IEnumeratorVpcFlowLogsConfig