Network Management v1 API - Class ShowEffectiveFlowLogsConfigsRequest (2.16.0)

public sealed class ShowEffectiveFlowLogsConfigsRequest : IMessage<ShowEffectiveFlowLogsConfigsRequest>, IEquatable<ShowEffectiveFlowLogsConfigsRequest>, IDeepCloneable<ShowEffectiveFlowLogsConfigsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request for the ShowEffectiveFlowLogsConfigs method.

Inheritance

object > ShowEffectiveFlowLogsConfigsRequest

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ShowEffectiveFlowLogsConfigsRequest()

public ShowEffectiveFlowLogsConfigsRequest()

ShowEffectiveFlowLogsConfigsRequest(ShowEffectiveFlowLogsConfigsRequest)

public ShowEffectiveFlowLogsConfigsRequest(ShowEffectiveFlowLogsConfigsRequest other)
Parameter
Name Description
other ShowEffectiveFlowLogsConfigsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Lists the EffectiveVpcFlowLogsConfigs 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 EffectiveVpcFlowLogsConfigs to return. Default is 30.

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

Resource

public string Resource { get; set; }

Required. The resource to get the effective VPC Flow Logs configuration for. The resource must belong to the same project as the parent. The resource must be a network, subnetwork, interconnect attachment, VPN tunnel, or a project.

Property Value
Type Description
string