networkmanager_put_core_network_policy: Creates a new, immutable version of a core network policy

View source: R/networkmanager_operations.R

networkmanager_put_core_network_policyR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.