Class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.GenerateMonitoringPointConfigRequest
Generates Monitoring Point configuration of a NetworkMonitoringProvider resource.
Inheritance
ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.GenerateMonitoringPointConfigRequest
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ProjectsResource.LocationsResource.NetworkMonitoringProvidersResource.GenerateMonitoringPointConfigRequest : NetworkManagementBaseServiceRequest<GenerateMonitoringPointConfigResponse>, IClientServiceRequest<GenerateMonitoringPointConfigResponse>, IClientServiceRequest
Constructors
GenerateMonitoringPointConfigRequest(IClientService, string)
Constructs a new GenerateMonitoringPointConfig request.
Declaration
public GenerateMonitoringPointConfigRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateConnectivityEnabled
Optional. For Google Cloud MPs, this field indicates whether the Monitoring Point is deployed in a Private Service Connect deployment. Not used for non-Google Cloud MPs.
Declaration
[RequestParameter("privateConnectivityEnabled", RequestParameterType.Query)]
public virtual bool? PrivateConnectivityEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GenerateMonitoringPointConfig parameter list.
Declaration
protected override void InitParameters()