networkmanager_get_core_network_policy {paws.networking}R Documentation

Returns details about a core network policy

Description

Returns details about a core network policy. You can get details about your current live policy or any previous policy version.

See https://www.paws-r-sdk.com/docs/networkmanager_get_core_network_policy/ for full documentation.

Usage

networkmanager_get_core_network_policy(
  CoreNetworkId,
  PolicyVersionId = NULL,
  Alias = NULL
)

Arguments

CoreNetworkId

[required] The ID of a core network.

PolicyVersionId

The ID of a core network policy version.

Alias

The alias of a core network policy


[Package paws.networking version 0.7.0 Index]