networkmanager_put_core_network_policy {paws.networking} | R Documentation |
Creates a new, immutable version of a core network policy
Description
Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
See https://www.paws-r-sdk.com/docs/networkmanager_put_core_network_policy/ for full documentation.
Usage
networkmanager_put_core_network_policy(
CoreNetworkId,
PolicyDocument,
Description = NULL,
LatestVersionId = NULL,
ClientToken = NULL
)
Arguments
CoreNetworkId |
[required] The ID of a core network. |
PolicyDocument |
[required] The policy document. |
Description |
a core network policy description. |
LatestVersionId |
The ID of a core network policy. |
ClientToken |
The client token associated with the request. |
[Package paws.networking version 0.7.0 Index]