Network Management v1 API - Class OrganizationVpcFlowLogsService (2.16.0)

public static class OrganizationVpcFlowLogsService

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

The VPC Flow Logs organization service in the Google Cloud Network Management API provides organization level configurations that generate Flow Logs. The service and the configuration resources created using this service are global.

Inheritance

object > OrganizationVpcFlowLogsService

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Methods

BindService(OrganizationVpcFlowLogsServiceBase)

public static ServerServiceDefinition BindService(OrganizationVpcFlowLogsService.OrganizationVpcFlowLogsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl OrganizationVpcFlowLogsServiceOrganizationVpcFlowLogsServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, OrganizationVpcFlowLogsServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, OrganizationVpcFlowLogsService.OrganizationVpcFlowLogsServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl OrganizationVpcFlowLogsServiceOrganizationVpcFlowLogsServiceBase

An object implementing the server-side handling logic.