Network Management v1 API - Class QueryOrgVpcFlowLogsConfigsResponse (2.16.0)

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

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

Response for the QueryVpcFlowLogsConfigs method.

Inheritance

object > QueryOrgVpcFlowLogsConfigsResponse

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

QueryOrgVpcFlowLogsConfigsResponse()

public QueryOrgVpcFlowLogsConfigsResponse()

QueryOrgVpcFlowLogsConfigsResponse(QueryOrgVpcFlowLogsConfigsResponse)

public QueryOrgVpcFlowLogsConfigsResponse(QueryOrgVpcFlowLogsConfigsResponse other)
Parameter
Name Description
other QueryOrgVpcFlowLogsConfigsResponse

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