Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource

The "monitoringPoints" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource

Constructors

MonitoringPointsResource(IClientService)

Constructs a new resource.

Declaration
public MonitoringPointsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

DownloadInstallScript(string)

Downloads an install script for MonitoringPoints for a given network monitoring provider.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.DownloadInstallScriptRequest DownloadInstallScript(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for DownloadInstallScriptRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.DownloadInstallScriptRequest

DownloadRecreateInstallScript(string)

Downloads an install script for a specific Container MonitoringPoint.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.DownloadRecreateInstallScriptRequest DownloadRecreateInstallScript(string name)
Parameters
Type Name Description
string name

Required. Resource name of the MonitoringPoint. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.DownloadRecreateInstallScriptRequest

DownloadServerConnectConfig(string)

Downloads the server connect configuration for a given network monitoring provider.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.DownloadServerConnectConfigRequest DownloadServerConnectConfig(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for DownloadServerConnectConfigRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.DownloadServerConnectConfigRequest

Get(string)

Gets the MonitoringPoint resource.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.GetRequest

List(string)

Lists MonitoringPoints for a given network monitoring provider.

Declaration
public virtual ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListMonitoringPointsRequest. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}

Returns
Type Description
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.MonitoringPointsResource.ListRequest
In this article
Back to top Generated by DocFX