public sealed class ListVpcFlowLogsConfigsRequest : IPageRequest, IMessage<ListVpcFlowLogsConfigsRequest>, IEquatable<ListVpcFlowLogsConfigsRequest>, IDeepCloneable<ListVpcFlowLogsConfigsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class ListVpcFlowLogsConfigsRequest.
Request for the ListVpcFlowLogsConfigs method.
Implements
IPageRequest, IMessageListVpcFlowLogsConfigsRequest, IEquatableListVpcFlowLogsConfigsRequest, IDeepCloneableListVpcFlowLogsConfigsRequest, IBufferMessage, IMessageNamespace
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, in one of the following formats:
For project-level resourcs:
projects/{project_id}/locations/globalFor organization-level resources:
organizations/{organization_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 |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|