public sealed class QueryOrgVpcFlowLogsConfigsRequest : IMessage<QueryOrgVpcFlowLogsConfigsRequest>, IEquatable<QueryOrgVpcFlowLogsConfigsRequest>, IDeepCloneable<QueryOrgVpcFlowLogsConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Management v1 API class QueryOrgVpcFlowLogsConfigsRequest.
Request for the QueryOrgVpcFlowLogsConfigs method.
Implements
IMessageQueryOrgVpcFlowLogsConfigsRequest, IEquatableQueryOrgVpcFlowLogsConfigsRequest, IDeepCloneableQueryOrgVpcFlowLogsConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
QueryOrgVpcFlowLogsConfigsRequest()
public QueryOrgVpcFlowLogsConfigsRequest()QueryOrgVpcFlowLogsConfigsRequest(QueryOrgVpcFlowLogsConfigsRequest)
public QueryOrgVpcFlowLogsConfigsRequest(QueryOrgVpcFlowLogsConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryOrgVpcFlowLogsConfigsRequest |
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 |
|
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, specified in
the following format: 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 |
|
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 |
|