diff --git a/sdk/dotnet/Device/GatewayCluster.cs b/sdk/dotnet/Device/GatewayCluster.cs
index 872e4ede..f7e119ee 100644
--- a/sdk/dotnet/Device/GatewayCluster.cs
+++ b/sdk/dotnet/Device/GatewayCluster.cs
@@ -13,12 +13,14 @@ namespace Pulumi.JuniperMist.Device
/// This resource can be used to form or delete a Gateway
/// Clusters. It can be used with two Gateways assigned to the same site.
/// Once the Cluster is formed, it can be create just like a Gateway with the `junipermist.device.Gateway` resource:
- /// 1. Claim the gateways and assign them to a site with the `junipermist.org.Inventory` resource
+ /// 1. Claim the gateways and assign them to the same site with the `junipermist.org.Inventory` resource
/// 2. Form the Cluster with the `junipermist.device.GatewayCluster` resource by providing the `site_id` and the two nodes MAC Addresses (the first in the list will be the node0)
/// 3. Configure the Cluster with the `junipermist.device.Gateway` resource
///
/// Please check the Juniper Documentation first to validate the cabling between the Gateways
///
+ /// > Both gateways must belong to the same site when creating the Gateway Cluster
+ ///
/// ## Example Usage
///
/// ```csharp
diff --git a/sdk/dotnet/Org/Inventory.cs b/sdk/dotnet/Org/Inventory.cs
index 74476848..49508c6f 100644
--- a/sdk/dotnet/Org/Inventory.cs
+++ b/sdk/dotnet/Org/Inventory.cs
@@ -35,7 +35,9 @@ namespace Pulumi.JuniperMist.Org
public partial class Inventory : global::Pulumi.CustomResource
{
///
- /// **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ /// **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ /// replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ /// `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
///
[Output("devices")]
public Output> Devices { get; private set; } = null!;
@@ -102,7 +104,9 @@ public sealed class InventoryArgs : global::Pulumi.ResourceArgs
private InputList? _devices;
///
- /// **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ /// **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ /// replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ /// `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
///
[Obsolete(@"The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
Please update your configurations to use the `inventory` attribute.")]
@@ -141,7 +145,9 @@ public sealed class InventoryState : global::Pulumi.ResourceArgs
private InputList? _devices;
///
- /// **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ /// **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ /// replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ /// `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
///
[Obsolete(@"The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
Please update your configurations to use the `inventory` attribute.")]
diff --git a/sdk/go/junipermist/device/gatewayCluster.go b/sdk/go/junipermist/device/gatewayCluster.go
index a7270447..55aa9663 100644
--- a/sdk/go/junipermist/device/gatewayCluster.go
+++ b/sdk/go/junipermist/device/gatewayCluster.go
@@ -17,12 +17,14 @@ import (
// Clusters. It can be used with two Gateways assigned to the same site.
//
// Once the Cluster is formed, it can be create just like a Gateway with the `device.Gateway` resource:
-// 1. Claim the gateways and assign them to a site with the `org.Inventory` resource
+// 1. Claim the gateways and assign them to the same site with the `org.Inventory` resource
// 2. Form the Cluster with the `device.GatewayCluster` resource by providing the `siteId` and the two nodes MAC Addresses (the first in the list will be the node0)
// 3. Configure the Cluster with the `device.Gateway` resource
//
// # Please check the Juniper Documentation first to validate the cabling between the Gateways
//
+// > Both gateways must belong to the same site when creating the Gateway Cluster
+//
// ## Example Usage
//
// ```go
diff --git a/sdk/go/junipermist/org/inventory.go b/sdk/go/junipermist/org/inventory.go
index bcd93624..bcbfdf6a 100644
--- a/sdk/go/junipermist/org/inventory.go
+++ b/sdk/go/junipermist/org/inventory.go
@@ -35,7 +35,9 @@ import (
type Inventory struct {
pulumi.CustomResourceState
- // **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ // **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ // replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ // `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
//
// Deprecated: The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
// Please update your configurations to use the `inventory` attribute.
@@ -80,7 +82,9 @@ func GetInventory(ctx *pulumi.Context,
// Input properties used for looking up and filtering Inventory resources.
type inventoryState struct {
- // **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ // **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ // replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ // `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
//
// Deprecated: The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
// Please update your configurations to use the `inventory` attribute.
@@ -93,7 +97,9 @@ type inventoryState struct {
}
type InventoryState struct {
- // **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ // **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ // replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ // `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
//
// Deprecated: The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
// Please update your configurations to use the `inventory` attribute.
@@ -110,7 +116,9 @@ func (InventoryState) ElementType() reflect.Type {
}
type inventoryArgs struct {
- // **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ // **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ // replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ // `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
//
// Deprecated: The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
// Please update your configurations to use the `inventory` attribute.
@@ -124,7 +132,9 @@ type inventoryArgs struct {
// The set of arguments for constructing a Inventory resource.
type InventoryArgs struct {
- // **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ // **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ // replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ // `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
//
// Deprecated: The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
// Please update your configurations to use the `inventory` attribute.
@@ -223,7 +233,9 @@ func (o InventoryOutput) ToInventoryOutputWithContext(ctx context.Context) Inven
return o
}
-// **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+// **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+// replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+// `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
//
// Deprecated: The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
// Please update your configurations to use the `inventory` attribute.
diff --git a/sdk/java/src/main/java/com/pulumi/junipermist/device/GatewayCluster.java b/sdk/java/src/main/java/com/pulumi/junipermist/device/GatewayCluster.java
index df0a8cc9..8f0cbd90 100644
--- a/sdk/java/src/main/java/com/pulumi/junipermist/device/GatewayCluster.java
+++ b/sdk/java/src/main/java/com/pulumi/junipermist/device/GatewayCluster.java
@@ -19,12 +19,14 @@
* This resource can be used to form or delete a Gateway
* Clusters. It can be used with two Gateways assigned to the same site.
* Once the Cluster is formed, it can be create just like a Gateway with the `junipermist.device.Gateway` resource:
- * 1. Claim the gateways and assign them to a site with the `junipermist.org.Inventory` resource
+ * 1. Claim the gateways and assign them to the same site with the `junipermist.org.Inventory` resource
* 2. Form the Cluster with the `junipermist.device.GatewayCluster` resource by providing the `site_id` and the two nodes MAC Addresses (the first in the list will be the node0)
* 3. Configure the Cluster with the `junipermist.device.Gateway` resource
*
* Please check the Juniper Documentation first to validate the cabling between the Gateways
*
+ * > Both gateways must belong to the same site when creating the Gateway Cluster
+ *
* ## Example Usage
*
* <!--Start PulumiCodeChooser -->
diff --git a/sdk/java/src/main/java/com/pulumi/junipermist/org/Inventory.java b/sdk/java/src/main/java/com/pulumi/junipermist/org/Inventory.java
index 8744bc74..5168505d 100644
--- a/sdk/java/src/main/java/com/pulumi/junipermist/org/Inventory.java
+++ b/sdk/java/src/main/java/com/pulumi/junipermist/org/Inventory.java
@@ -43,7 +43,9 @@
@ResourceType(type="junipermist:org/inventory:Inventory")
public class Inventory extends com.pulumi.resources.CustomResource {
/**
- * **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @deprecated
* The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
@@ -56,7 +58,9 @@ public class Inventory extends com.pulumi.resources.CustomResource {
private Output> devices;
/**
- * @return **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @return **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
*/
public Output> devices() {
diff --git a/sdk/java/src/main/java/com/pulumi/junipermist/org/InventoryArgs.java b/sdk/java/src/main/java/com/pulumi/junipermist/org/InventoryArgs.java
index dad6bc21..021d0001 100644
--- a/sdk/java/src/main/java/com/pulumi/junipermist/org/InventoryArgs.java
+++ b/sdk/java/src/main/java/com/pulumi/junipermist/org/InventoryArgs.java
@@ -21,7 +21,9 @@ public final class InventoryArgs extends com.pulumi.resources.ResourceArgs {
public static final InventoryArgs Empty = new InventoryArgs();
/**
- * **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @deprecated
* The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
@@ -34,7 +36,9 @@ public final class InventoryArgs extends com.pulumi.resources.ResourceArgs {
private @Nullable Output> devices;
/**
- * @return **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @return **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @deprecated
* The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
@@ -100,7 +104,9 @@ public Builder(InventoryArgs defaults) {
}
/**
- * @param devices **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @param devices **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @return builder
*
@@ -117,7 +123,9 @@ public Builder devices(@Nullable Output> devices) {
}
/**
- * @param devices **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @param devices **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @return builder
*
@@ -133,7 +141,9 @@ public Builder devices(List devices) {
}
/**
- * @param devices **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @param devices **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @return builder
*
diff --git a/sdk/java/src/main/java/com/pulumi/junipermist/org/inputs/InventoryState.java b/sdk/java/src/main/java/com/pulumi/junipermist/org/inputs/InventoryState.java
index 1dcadd96..e3162796 100644
--- a/sdk/java/src/main/java/com/pulumi/junipermist/org/inputs/InventoryState.java
+++ b/sdk/java/src/main/java/com/pulumi/junipermist/org/inputs/InventoryState.java
@@ -20,7 +20,9 @@ public final class InventoryState extends com.pulumi.resources.ResourceArgs {
public static final InventoryState Empty = new InventoryState();
/**
- * **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @deprecated
* The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
@@ -33,7 +35,9 @@ public final class InventoryState extends com.pulumi.resources.ResourceArgs {
private @Nullable Output> devices;
/**
- * @return **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @return **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @deprecated
* The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
@@ -99,7 +103,9 @@ public Builder(InventoryState defaults) {
}
/**
- * @param devices **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @param devices **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @return builder
*
@@ -116,7 +122,9 @@ public Builder devices(@Nullable Output> devices) {
}
/**
- * @param devices **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @param devices **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @return builder
*
@@ -132,7 +140,9 @@ public Builder devices(List devices) {
}
/**
- * @param devices **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ * @param devices **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
*
* @return builder
*
diff --git a/sdk/nodejs/device/gatewayCluster.ts b/sdk/nodejs/device/gatewayCluster.ts
index 8205089e..6ba6c399 100644
--- a/sdk/nodejs/device/gatewayCluster.ts
+++ b/sdk/nodejs/device/gatewayCluster.ts
@@ -10,12 +10,14 @@ import * as utilities from "../utilities";
* This resource can be used to form or delete a Gateway
* Clusters. It can be used with two Gateways assigned to the same site.
* Once the Cluster is formed, it can be create just like a Gateway with the `junipermist.device.Gateway` resource:
- * 1. Claim the gateways and assign them to a site with the `junipermist.org.Inventory` resource
+ * 1. Claim the gateways and assign them to the same site with the `junipermist.org.Inventory` resource
* 2. Form the Cluster with the `junipermist.device.GatewayCluster` resource by providing the `siteId` and the two nodes MAC Addresses (the first in the list will be the node0)
* 3. Configure the Cluster with the `junipermist.device.Gateway` resource
*
* Please check the Juniper Documentation first to validate the cabling between the Gateways
*
+ * > Both gateways must belong to the same site when creating the Gateway Cluster
+ *
* ## Example Usage
*
* ```typescript
diff --git a/sdk/nodejs/org/inventory.ts b/sdk/nodejs/org/inventory.ts
index 2ab6da31..94728cc6 100644
--- a/sdk/nodejs/org/inventory.ts
+++ b/sdk/nodejs/org/inventory.ts
@@ -57,7 +57,9 @@ export class Inventory extends pulumi.CustomResource {
}
/**
- * **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ * **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
*
* @deprecated The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
Please update your configurations to use the `inventory` attribute.
@@ -106,7 +108,9 @@ Please update your configurations to use the `inventory` attribute.
*/
export interface InventoryState {
/**
- * **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ * **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
*
* @deprecated The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
Please update your configurations to use the `inventory` attribute.
@@ -126,7 +130,9 @@ Please update your configurations to use the `inventory` attribute.
*/
export interface InventoryArgs {
/**
- * **DEPRECATED** List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
+ * **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ * replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ * `inventory` attribute. List of devices to manage. Exactly one of `claimCode` or `mac` field must be set
*
* @deprecated The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been replaced with the `inventory` map and may be removed in future versions.
Please update your configurations to use the `inventory` attribute.
diff --git a/sdk/python/pulumi_juniper_mist/device/gateway_cluster.py b/sdk/python/pulumi_juniper_mist/device/gateway_cluster.py
index 85ff09dc..995b6b17 100644
--- a/sdk/python/pulumi_juniper_mist/device/gateway_cluster.py
+++ b/sdk/python/pulumi_juniper_mist/device/gateway_cluster.py
@@ -100,12 +100,14 @@ def __init__(__self__,
This resource can be used to form or delete a Gateway
Clusters. It can be used with two Gateways assigned to the same site.
Once the Cluster is formed, it can be create just like a Gateway with the `device.Gateway` resource:
- 1. Claim the gateways and assign them to a site with the `org.Inventory` resource
+ 1. Claim the gateways and assign them to the same site with the `org.Inventory` resource
2. Form the Cluster with the `device.GatewayCluster` resource by providing the `site_id` and the two nodes MAC Addresses (the first in the list will be the node0)
3. Configure the Cluster with the `device.Gateway` resource
Please check the Juniper Documentation first to validate the cabling between the Gateways
+ > Both gateways must belong to the same site when creating the Gateway Cluster
+
## Example Usage
```python
@@ -148,12 +150,14 @@ def __init__(__self__,
This resource can be used to form or delete a Gateway
Clusters. It can be used with two Gateways assigned to the same site.
Once the Cluster is formed, it can be create just like a Gateway with the `device.Gateway` resource:
- 1. Claim the gateways and assign them to a site with the `org.Inventory` resource
+ 1. Claim the gateways and assign them to the same site with the `org.Inventory` resource
2. Form the Cluster with the `device.GatewayCluster` resource by providing the `site_id` and the two nodes MAC Addresses (the first in the list will be the node0)
3. Configure the Cluster with the `device.Gateway` resource
Please check the Juniper Documentation first to validate the cabling between the Gateways
+ > Both gateways must belong to the same site when creating the Gateway Cluster
+
## Example Usage
```python
diff --git a/sdk/python/pulumi_juniper_mist/org/inventory.py b/sdk/python/pulumi_juniper_mist/org/inventory.py
index 59fd09b5..362ae813 100644
--- a/sdk/python/pulumi_juniper_mist/org/inventory.py
+++ b/sdk/python/pulumi_juniper_mist/org/inventory.py
@@ -26,7 +26,9 @@ def __init__(__self__, *,
inventory: Optional[pulumi.Input[Mapping[str, pulumi.Input['InventoryInventoryArgs']]]] = None):
"""
The set of arguments for constructing a Inventory resource.
- :param pulumi.Input[Sequence[pulumi.Input['InventoryDeviceArgs']]] devices: **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ :param pulumi.Input[Sequence[pulumi.Input['InventoryDeviceArgs']]] devices: **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
:param pulumi.Input[Mapping[str, pulumi.Input['InventoryInventoryArgs']]] inventory: Property key can be the device Claim Code or the device MAC Address: * Claim Code: used to claim the device to the Mist
Organization and manage it. Format is `[0-9A-Z]{15}` (e.g `01234ABCDE56789`) * MAC Address: used to managed a device
already in the Mist Organization (claimed or adopted devices). Format is `[0-9a-f]{12}` (e.g `5684dae9ac8b`) >
@@ -57,7 +59,9 @@ def org_id(self, value: pulumi.Input[str]):
Please update your configurations to use the `inventory` attribute.""")
def devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InventoryDeviceArgs']]]]:
"""
- **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
"""
return pulumi.get(self, "devices")
@@ -88,7 +92,9 @@ def __init__(__self__, *,
org_id: Optional[pulumi.Input[str]] = None):
"""
Input properties used for looking up and filtering Inventory resources.
- :param pulumi.Input[Sequence[pulumi.Input['InventoryDeviceArgs']]] devices: **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ :param pulumi.Input[Sequence[pulumi.Input['InventoryDeviceArgs']]] devices: **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
:param pulumi.Input[Mapping[str, pulumi.Input['InventoryInventoryArgs']]] inventory: Property key can be the device Claim Code or the device MAC Address: * Claim Code: used to claim the device to the Mist
Organization and manage it. Format is `[0-9A-Z]{15}` (e.g `01234ABCDE56789`) * MAC Address: used to managed a device
already in the Mist Organization (claimed or adopted devices). Format is `[0-9a-f]{12}` (e.g `5684dae9ac8b`) >
@@ -111,7 +117,9 @@ def __init__(__self__, *,
Please update your configurations to use the `inventory` attribute.""")
def devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InventoryDeviceArgs']]]]:
"""
- **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
"""
return pulumi.get(self, "devices")
@@ -176,7 +184,9 @@ def __init__(__self__,
:param str resource_name: The name of the resource.
:param pulumi.ResourceOptions opts: Options for the resource.
- :param pulumi.Input[Sequence[pulumi.Input[Union['InventoryDeviceArgs', 'InventoryDeviceArgsDict']]]] devices: **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InventoryDeviceArgs', 'InventoryDeviceArgsDict']]]] devices: **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
:param pulumi.Input[Mapping[str, pulumi.Input[Union['InventoryInventoryArgs', 'InventoryInventoryArgsDict']]]] inventory: Property key can be the device Claim Code or the device MAC Address: * Claim Code: used to claim the device to the Mist
Organization and manage it. Format is `[0-9A-Z]{15}` (e.g `01234ABCDE56789`) * MAC Address: used to managed a device
already in the Mist Organization (claimed or adopted devices). Format is `[0-9a-f]{12}` (e.g `5684dae9ac8b`) >
@@ -261,7 +271,9 @@ def get(resource_name: str,
:param str resource_name: The unique name of the resulting resource.
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
:param pulumi.ResourceOptions opts: Options for the resource.
- :param pulumi.Input[Sequence[pulumi.Input[Union['InventoryDeviceArgs', 'InventoryDeviceArgsDict']]]] devices: **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InventoryDeviceArgs', 'InventoryDeviceArgsDict']]]] devices: **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
:param pulumi.Input[Mapping[str, pulumi.Input[Union['InventoryInventoryArgs', 'InventoryInventoryArgsDict']]]] inventory: Property key can be the device Claim Code or the device MAC Address: * Claim Code: used to claim the device to the Mist
Organization and manage it. Format is `[0-9A-Z]{15}` (e.g `01234ABCDE56789`) * MAC Address: used to managed a device
already in the Mist Organization (claimed or adopted devices). Format is `[0-9a-f]{12}` (e.g `5684dae9ac8b`) >
@@ -281,7 +293,9 @@ def get(resource_name: str,
Please update your configurations to use the `inventory` attribute.""")
def devices(self) -> pulumi.Output[Sequence['outputs.InventoryDevice']]:
"""
- **DEPRECATED** List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
+ **DEPRECATED** The `devices` attribute has been deprecated in version v0.2.0 of the Juniper-Mist Provider. It has been
+ replaced with the `inventory` map and may be removed in future versions. Please update your configurations to use the
+ `inventory` attribute. List of devices to manage. Exactly one of `claim_code` or `mac` field must be set
"""
return pulumi.get(self, "devices")