Namespace Google.Apis.NetworkManagement.v1 | Google.Apis.NetworkManagement.v1
Show / Hide Table of Contents

Namespace Google.Apis.NetworkManagement.v1

Classes

NetworkManagementBaseServiceRequest<TResponse>

A base abstract class for NetworkManagement requests.

NetworkManagementService

The NetworkManagement Service.

NetworkManagementService.Scope

Available OAuth 2.0 scopes for use with the Network Management API.

NetworkManagementService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Network Management API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.GetRequest

Gets information about a location.

ProjectsResource.LocationsResource.GlobalResource

The "global" collection of methods.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource

The "connectivityTests" collection of methods.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.CreateRequest

Creates a new Connectivity Test. After you create a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. If the endpoint specifications in ConnectivityTest are invalid (for example, containing non-existent resources in the network, or you don't have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in ConnectivityTest are incomplete, the reachability result returns a value of AMBIGUOUS. For more information, see the Connectivity Test documentation.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.DeleteRequest

Deletes a specific ConnectivityTest.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.GetRequest

Gets the details of a specific Connectivity Test.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.ListRequest

Lists all Connectivity Tests owned by a project.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.Request

Updates the configuration of an existing ConnectivityTest. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in ConnectivityTest are invalid (for example, they contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in ConnectivityTest are incomplete, the reachability result returns a value of AMBIGUOUS. See the documentation in ConnectivityTest for more details.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.RerunRequest

Rerun an existing ConnectivityTest. After the user triggers the rerun, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. Even though the test configuration remains the same, the reachability result may change due to underlying network configuration changes. If the endpoint specifications in ConnectivityTest become invalid (for example, specified resources are deleted in the network, or you lost read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.LocationsResource.GlobalResource.ConnectivityTestsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.LocationsResource.GlobalResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.GlobalResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

ProjectsResource.LocationsResource.GlobalResource.OperationsResource.DeleteRequest

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

ProjectsResource.LocationsResource.GlobalResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.LocationsResource.GlobalResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

ProjectsResource.LocationsResource.ListRequest

Lists information about the supported locations for this service.

ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource

The "vpcFlowLogsConfigs" collection of methods.

ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource.CreateRequest

Creates a new VpcFlowLogsConfig. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description

ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource.DeleteRequest

Deletes a specific VpcFlowLogsConfig.

ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource.GetRequest

Gets the details of a specific VpcFlowLogsConfig.

ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource.ListRequest

Lists all VpcFlowLogsConfigs in a given project.

ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource.Request

Updates an existing VpcFlowLogsConfig. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with state=DISABLED will fail. 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description

Enums

NetworkManagementBaseServiceRequest<TResponse>.AltEnum

Data format for response.

NetworkManagementBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX