Skip to main content

Gcp/networkmanagement

@swamp/gcp/networkmanagementv2026.09.15.1· 1d agoMODELS
01README

Google Cloud networkmanagement infrastructure models

02Release Notes
  • Updated: global_connectivitytests
03Models7
@swamp/gcp/networkmanagement/global-connectivitytestsv2026.09.15.1global_connectivitytests.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
bypassFirewallChecks?booleanWhether the analysis should skip firewall checking. Default value is false.
description?stringThe user-supplied description of the Connectivity Test. Maximum of 512 characters.
destination?objectRequired. Destination specification of the Connectivity Test. You can use a combination of destination IP address, URI of a supported endpoint, project ID, or VPC network to identify the destination location. Reachability analysis proceeds even if the destination location is ambiguous. However, the test result might include endpoints or use a destination that you don't intend to test.
labels?recordResource labels to represent user-provided metadata.
name?stringIdentifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`
protocol?stringIP Protocol of the test. When not provided, "TCP" is assumed.
relatedProjects?arrayOther projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.
roundTrip?booleanWhether run analysis for the return path from destination to source. Default value is false.
source?objectRequired. Source specification of the Connectivity Test. You can use a combination of source IP address, URI of a supported endpoint, project ID, or VPC network to identify the source location. Reachability analysis might proceed even if the source location is ambiguous. However, the test result might include endpoints or use a source that you don't intend to test.
testId?stringRequired. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a connectivityTests
fn get(identifier: string)
Get a connectivityTests
ArgumentTypeDescription
identifierstringThe name of the connectivityTests
fn update(identifier?: string)
Update connectivityTests attributes
ArgumentTypeDescription
identifier?stringTarget a specific connectivityTests by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the connectivityTests
ArgumentTypeDescription
identifierstringThe name of the connectivityTests
fn sync(identifier?: string)
Sync connectivityTests state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific connectivityTests by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List connectivityTests resources
ArgumentTypeDescription
filter?stringLists the `ConnectivityTests` that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form ` ` where operators: `<`, `>`, `<=`, `>=`, `!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case. Examples: - Filter by name: name = "projects/proj-1/locations/global/connectivit
orderBy?stringField to use to sort the list.
pageSize?numberNumber of `ConnectivityTests` to return.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn get_iam_policy(options_requestedPolicyVersion?: any)
get iam policy
ArgumentTypeDescription
options_requestedPolicyVersion?any
fn rerun()
rerun
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— A Connectivity Test for a network reachability analysis.
@swamp/gcp/networkmanagement/locationsv2026.08.12.2locations.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
namestringThe resource that owns the locations collection, if applicable.
fn get(identifier: string)
Get a locations
ArgumentTypeDescription
identifierstringThe name of the locations
fn sync(identifier?: string)
Sync locations state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific locations by name (e.g. one discovered by list)
fn list(extraLocationTypes?: string, filter?: string, pageSize?: number, maxPages?: number)
List locations resources
ArgumentTypeDescription
extraLocationTypes?stringOptional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.
filter?stringA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize?numberThe maximum number of results to return. If not set, the service selects a default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/networkmanagement/networkmonitoringprovidersv2026.09.07.1networkmonitoringproviders.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
providerType?enumRequired. Type of the NetworkMonitoringProvider.
networkMonitoringProviderId?stringRequired. The ID to use for the NetworkMonitoringProvider resource, which will become the final component of the NetworkMonitoringProvider resource's name.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create(waitForReady?: boolean)
Create a networkMonitoringProviders
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a networkMonitoringProviders
ArgumentTypeDescription
identifierstringThe name of the networkMonitoringProviders
fn delete(identifier: string)
Delete the networkMonitoringProviders
ArgumentTypeDescription
identifierstringThe name of the networkMonitoringProviders
fn sync(identifier?: string)
Sync networkMonitoringProviders state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific networkMonitoringProviders by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List networkMonitoringProviders resources
ArgumentTypeDescription
pageSize?numberOptional. The maximum number of monitoring points to return. The service may return fewer than this value. If unspecified, at most 20 monitoring points will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn generate_monitoring_point_config(privateConnectivityEnabled?: any)
generate monitoring point config
ArgumentTypeDescription
privateConnectivityEnabled?any
fn generate_provider_access_token(gcpAccessToken?: any)
generate provider access token
ArgumentTypeDescription
gcpAccessToken?any

Resources

state(infinite)— Message describing NetworkMonitoringProvider resource.
@swamp/gcp/networkmanagement/networkmonitoringproviders-monitoringpointsv2026.09.07.2networkmonitoringproviders_monitoringpoints.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a monitoringPoints
ArgumentTypeDescription
identifierstringThe name of the monitoringPoints
fn sync(identifier?: string)
Sync monitoringPoints state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific monitoringPoints by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List monitoringPoints resources
ArgumentTypeDescription
pageSize?numberOptional. The maximum number of monitoring points to return. The service may return fewer than this value. If unspecified, at most 20 monitoring points will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn download_install_script(_password?: any, hostname?: any, monitoringPointType?: any, ntpServerAddress?: any, ntpServerSecondaryAddress?: any, privateConnectivityEnabled?: any, staticIpAddress_dnsServerAddress?: any, staticIpAddress_dnsServerSecondaryAddress?: any, staticIpAddress_domain?: any, staticIpAddress_gatewayAddress?: any, staticIpAddress_ipAddress?: any, staticIpAddress_netmask?: any, timeZone_id?: any, timeZone_version?: any, useDhcp?: any)
download install script
ArgumentTypeDescription
_password?any
hostname?any
monitoringPointType?any
ntpServerAddress?any
ntpServerSecondaryAddress?any
privateConnectivityEnabled?any
staticIpAddress_dnsServerAddress?any
staticIpAddress_dnsServerSecondaryAddress?any
staticIpAddress_domain?any
staticIpAddress_gatewayAddress?any
staticIpAddress_ipAddress?any
staticIpAddress_netmask?any
timeZone_id?any
timeZone_version?any
useDhcp?any
fn download_recreate_install_script(hostname?: any)
download recreate install script
ArgumentTypeDescription
hostname?any
fn download_server_connect_config()
download server connect config

Resources

state(infinite)— Message describing MonitoringPoint resource.
@swamp/gcp/networkmanagement/networkmonitoringproviders-networkpathsv2026.08.12.2networkmonitoringproviders_networkpaths.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a networkPaths
ArgumentTypeDescription
identifierstringThe name of the networkPaths
fn sync(identifier?: string)
Sync networkPaths state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific networkPaths by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List networkPaths resources
ArgumentTypeDescription
pageSize?numberOptional. The maximum number of network paths to return. The service may return fewer than this value. If unspecified, at most 20 network pathswill be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Message describing NetworkPath resource.
@swamp/gcp/networkmanagement/networkmonitoringproviders-webpathsv2026.08.12.2networkmonitoringproviders_webpaths.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a webPaths
ArgumentTypeDescription
identifierstringThe name of the webPaths
fn sync(identifier?: string)
Sync webPaths state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific webPaths by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List webPaths resources
ArgumentTypeDescription
pageSize?numberOptional. The maximum number of web paths to return. The service may return fewer than this value. If unspecified, at most 20 web paths will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Message describing WebPath resource.
@swamp/gcp/networkmanagement/vpcflowlogsconfigsv2026.08.12.2vpcflowlogsconfigs.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
apiEndpoint?stringCustom API endpoint for emulators; overrides GCP_API_ENDPOINT environment variable. Defaults to the service's production URL.
aggregationInterval?enumOptional. The aggregation interval for the logs. Default value is INTERVAL_5_SEC.
crossProjectMetadata?enumOptional. Determines whether to include cross project annotations in the logs. This field is available only for organization configurations. If not specified in org configs will be set to CROSS_PROJECT_METADATA_ENABLED.
description?stringOptional. The user-supplied description of the VPC Flow Logs configuration. Maximum of 512 characters.
filterExpr?stringOptional. Export filter used to define which VPC Flow Logs should be logged.
flowSamplingnumber
interconnectAttachment?stringTraffic will be logged from the Interconnect Attachment. Format: projects/{project_id}/regions/{region}/interconnectAttachments/{name}
labels?recordOptional. Resource labels to represent user-provided metadata.
metadata?enumOptional. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default value is INCLUDE_ALL_METADATA.
metadataFields?arrayOptional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
name?stringIdentifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
network?stringTraffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
state?enumOptional. The state of the VPC Flow Log configuration. Default value is ENABLED. When creating a new configuration, it must be enabled. Setting state=DISABLED will pause the log generation for this config.
subnet?stringTraffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
vpnTunnel?stringTraffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
vpcFlowLogsConfigId?stringRequired. ID of the `VpcFlowLogsConfig`.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create(waitForReady?: boolean)
Create a vpcFlowLogsConfigs
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a vpcFlowLogsConfigs
ArgumentTypeDescription
identifierstringThe name of the vpcFlowLogsConfigs
fn update(identifier?: string, waitForReady?: boolean)
Update vpcFlowLogsConfigs attributes
ArgumentTypeDescription
identifier?stringTarget a specific vpcFlowLogsConfigs by name (e.g. one discovered by list)
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
fn delete(identifier: string)
Delete the vpcFlowLogsConfigs
ArgumentTypeDescription
identifierstringThe name of the vpcFlowLogsConfigs
fn sync(identifier?: string)
Sync vpcFlowLogsConfigs state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific vpcFlowLogsConfigs by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List vpcFlowLogsConfigs resources
ArgumentTypeDescription
filter?stringOptional. Lists the `VpcFlowLogsConfigs` that match the filter expression. A filter expression must use the supported [CEL logic operators] (https://cloud.google.com/vpc/docs/about-flow-logs-records#supported_cel_logic_operators).
orderBy?stringOptional. Field to use to sort the list.
pageSize?numberOptional. Number of `VpcFlowLogsConfigs` to return.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A configuration to generate VPC Flow Logs.
04Previous Versions19
2026.09.07.2
  • Updated: global_connectivitytests, networkmonitoringproviders_monitoringpoints
2026.08.25.1
  • Updated: global_connectivitytests
2026.08.18.1
  • Updated: global_connectivitytests
2026.08.12.2
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.07.29.1
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.07.21.4
  • Added: networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
  • Updated: locations, global_connectivitytests
2026.07.21.1
  • Updated: global_connectivitytests, networkmonitoringproviders
2026.07.20.2
  • Added: networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
  • Updated: locations, global_connectivitytests

Added 4 models

2026.07.20.1
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests

Removed 4 models

2026.07.19.2
  • Updated: locations
2026.07.19.1
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.07.18.2
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.07.17.2
  • Updated: vpcflowlogsconfigs, global_connectivitytests
2026.07.17.1
  • Updated: vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.06.24.1
  • Updated: global_connectivitytests
2026.06.08.2
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.06.07.1
  • Updated: locations, vpcflowlogsconfigs, global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints, networkmonitoringproviders_networkpaths, networkmonitoringproviders_webpaths
2026.06.03.1
  • Updated: global_connectivitytests
2026.05.27.1
  • Updated: global_connectivitytests, networkmonitoringproviders, networkmonitoringproviders_monitoringpoints
05Stats
A
100 / 100
Downloads
0
Archive size
83.4 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels