@pulumi/scm 0.2.0-alpha.1736505791 → 0.2.0-alpha.1736560836

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/scm",
3
- "version": "0.2.0-alpha.1736505791",
3
+ "version": "0.2.0-alpha.1736560836",
4
4
  "description": "A Pulumi package for managing resources on Strata Cloud Manager.. Based on terraform-provider-scm: version v0.2.1",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,6 +25,6 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "scm",
28
- "version": "0.2.0-alpha.1736505791"
28
+ "version": "0.2.0-alpha.1736560836"
29
29
  }
30
30
  }
package/types/input.d.ts CHANGED
@@ -3437,6 +3437,10 @@ export interface RemoteNetworkProtocolBgpPeer {
3437
3437
  * The PeerIpAddress param.
3438
3438
  */
3439
3439
  peerIpAddress?: pulumi.Input<string>;
3440
+ /**
3441
+ * If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.
3442
+ */
3443
+ sameAsPrimary?: pulumi.Input<boolean>;
3440
3444
  /**
3441
3445
  * The Secret param.
3442
3446
  */
package/types/output.d.ts CHANGED
@@ -10030,6 +10030,10 @@ export interface GetRemoteNetworkListDataProtocolBgpPeer {
10030
10030
  * The PeerIpAddress param.
10031
10031
  */
10032
10032
  peerIpAddress: string;
10033
+ /**
10034
+ * If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.
10035
+ */
10036
+ sameAsPrimary: boolean;
10033
10037
  /**
10034
10038
  * The Secret param.
10035
10039
  */
@@ -10092,6 +10096,10 @@ export interface GetRemoteNetworkProtocolBgpPeer {
10092
10096
  * The PeerIpAddress param.
10093
10097
  */
10094
10098
  peerIpAddress: string;
10099
+ /**
10100
+ * If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.
10101
+ */
10102
+ sameAsPrimary: boolean;
10095
10103
  /**
10096
10104
  * The Secret param.
10097
10105
  */
@@ -14538,6 +14546,10 @@ export interface RemoteNetworkProtocolBgpPeer {
14538
14546
  * The PeerIpAddress param.
14539
14547
  */
14540
14548
  peerIpAddress?: string;
14549
+ /**
14550
+ * If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: `true`.
14551
+ */
14552
+ sameAsPrimary: boolean;
14541
14553
  /**
14542
14554
  * The Secret param.
14543
14555
  */