public sealed class ListVpcFlowLogsConfigsRequest : IMessage<ListVpcFlowLogsConfigsRequest>, IEquatable<ListVpcFlowLogsConfigsRequest>, IDeepCloneable<ListVpcFlowLogsConfigsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Management v1 API class ListVpcFlowLogsConfigsRequest.
Request for the ListVpcFlowLogsConfigs
method.
Implements
IMessageListVpcFlowLogsConfigsRequest, IEquatableListVpcFlowLogsConfigsRequest, IDeepCloneableListVpcFlowLogsConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ListVpcFlowLogsConfigsRequest()
public ListVpcFlowLogsConfigsRequest()
ListVpcFlowLogsConfigsRequest(ListVpcFlowLogsConfigsRequest)
public ListVpcFlowLogsConfigsRequest(ListVpcFlowLogsConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListVpcFlowLogsConfigsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Lists the VpcFlowLogsConfigs
that match the filter expression.
A filter expression must use the supported CEL logic operators.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Field to use to sort the list.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Number of VpcFlowLogsConfigs
to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Page token from an earlier query, as returned in
next_page_token
.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource of the VpcFlowLogsConfig:
projects/{project_id}/locations/global
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |