Class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource
The "networkPaths" collection of methods.
Inheritance
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource
Constructors
NetworkPathsResource(IClientService)
Constructs a new resource.
Declaration
public NetworkPathsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Gets the NetworkPath resource.
Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/networkPaths/{network_path} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource.GetRequest |
List(string)
Lists NetworkPaths for a given network monitoring provider.
Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Parent value for ListNetworkPathsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.NetworkPathsResource.ListRequest |