@pulumi/linode 5.5.0-alpha.1761114346 → 5.5.0-alpha.1761586610

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/linode",
3
- "version": "5.5.0-alpha.1761114346",
3
+ "version": "5.5.0-alpha.1761586610",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "linode",
26
- "version": "5.5.0-alpha.1761114346"
26
+ "version": "5.5.0-alpha.1761586610"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -6735,6 +6735,11 @@ export interface NodeBalancerVpc {
6735
6735
  * (Optional) A CIDR range for the VPC's IPv4 addresses. The NodeBalancer sources IP addresses from this range when routing traffic to the backend VPC nodes.
6736
6736
  */
6737
6737
  ipv4Range?: pulumi.Input<string>;
6738
+ /**
6739
+ * **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
6740
+ * (Optional, Write-Only) Enables the use of a larger ipv4Range subnet for multiple NodeBalancers within the same VPC by allocating smaller /30 subnets for each NodeBalancer's backends.
6741
+ */
6742
+ ipv4RangeAutoAssign?: pulumi.Input<boolean>;
6738
6743
  /**
6739
6744
  * (Required) The ID of a subnet to assign to this NodeBalancer.
6740
6745
  */
@@ -7048,6 +7053,11 @@ export interface VpcIpv6 {
7048
7053
  * The IPv6 range assigned to this VPC.
7049
7054
  */
7050
7055
  allocatedRange?: pulumi.Input<string>;
7056
+ /**
7057
+ * **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
7058
+ * The labeled IPv6 Inventory that the VPC Prefix should be allocated from.
7059
+ */
7060
+ allocationClass?: pulumi.Input<string>;
7051
7061
  /**
7052
7062
  * The IPv6 range assigned to this VPC.
7053
7063
  */
package/types/output.d.ts CHANGED
@@ -5717,6 +5717,11 @@ export interface NodeBalancerVpc {
5717
5717
  * (Optional) A CIDR range for the VPC's IPv4 addresses. The NodeBalancer sources IP addresses from this range when routing traffic to the backend VPC nodes.
5718
5718
  */
5719
5719
  ipv4Range: string;
5720
+ /**
5721
+ * **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
5722
+ * (Optional, Write-Only) Enables the use of a larger ipv4Range subnet for multiple NodeBalancers within the same VPC by allocating smaller /30 subnets for each NodeBalancer's backends.
5723
+ */
5724
+ ipv4RangeAutoAssign?: boolean;
5720
5725
  /**
5721
5726
  * (Required) The ID of a subnet to assign to this NodeBalancer.
5722
5727
  */
@@ -6030,6 +6035,11 @@ export interface VpcIpv6 {
6030
6035
  * The IPv6 range assigned to this VPC.
6031
6036
  */
6032
6037
  allocatedRange: string;
6038
+ /**
6039
+ * **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
6040
+ * The labeled IPv6 Inventory that the VPC Prefix should be allocated from.
6041
+ */
6042
+ allocationClass?: string;
6033
6043
  /**
6034
6044
  * The IPv6 range assigned to this VPC.
6035
6045
  */