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.
Implements
IMessageListVpcFlowLogsConfigsResponse, IEquatableListVpcFlowLogsConfigsResponse, IDeepCloneableListVpcFlowLogsConfigsResponse, IBufferMessage, IMessage, IPageResponseVpcFlowLogsConfig, IEnumerableVpcFlowLogsConfig, IEnumerableNamespace
Google.Cloud.NetworkManagement.V1Assembly
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 |