You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The isolation group for the cluster network subnet.The value will not be greater than the cluster network profile's isolation_group_count.",
Copy file name to clipboardExpand all lines: website/docs/d/is_cluster_network_profile.html.markdown
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,21 @@ After your data source is created, you can read values from the following attrib
31
31
-`id` - The unique identifier of the ClusterNetworkProfile.(same as `name`)
32
32
-`family` - (String) The product family this cluster network profile belongs to.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
33
33
-`href` - (String) The URL for this cluster network profile.
34
+
-`address_configuration_services`- (List) The services that provide address configuration information for a cluster network with this profile.
35
+
Nested schema for **address_configuration_services**:
36
+
- `type` - (String) The type for this profile field
37
+
- `values` - (String) A service providing cluster network attachment address configuration:
38
+
dhcp: The DHCP service may be used.
39
+
is: The API for VPC Infrastructure Services (is) may be used.
40
+
is_metadata: The API for the VPC Instance Metadata Service may be used.
41
+
-`isolation_group_count`- (List) The number of isolation groups in a cluster network using this profile.
42
+
Nested schema for **address_configuration_services**:
43
+
- `type` - (String) The type for this profile field
44
+
- `value` - (Integer) The value for this profile field
45
+
-`subnet_routing_supported`- (List) Indicates whether cluster networks with this profile support routing traffic between cluster network subnets in the same isolation group.
46
+
Nested schema for **address_configuration_services**:
47
+
- `type` - (String) The type for this profile field
48
+
- `value` - (Boolean) The value for this profile field
34
49
-`resource_type` - (String) The resource type.
35
50
-`supported_instance_profiles` - (List) The instance profiles that support this cluster network profile.
36
51
Nested schema for **supported_instance_profiles**:
Copy file name to clipboardExpand all lines: website/docs/d/is_cluster_network_profiles.html.markdown
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,21 @@ After your data source is created, you can read values from the following attrib
30
30
- `href` - (String) The URL for this cluster network profile.
31
31
- `name` - (String) The globally unique name for this cluster network profile.
32
32
- `resource_type` - (String) The resource type.
33
+
- `address_configuration_services`- (List) The services that provide address configuration information for a cluster network with this profile.
34
+
Nested schema for **address_configuration_services**:
35
+
- `type` - (String) The type for this profile field
36
+
- `values` - (String) A service providing cluster network attachment address configuration:
37
+
dhcp: The DHCP service may be used.
38
+
is: The API for VPC Infrastructure Services (is) may be used.
39
+
is_metadata: The API for the VPC Instance Metadata Service may be used.
40
+
- `isolation_group_count`- (List) The number of isolation groups in a cluster network using this profile.
41
+
Nested schema for **address_configuration_services**:
42
+
- `type` - (String) The type for this profile field
43
+
- `value` - (Integer) The value for this profile field
44
+
- `subnet_routing_supported`- (List) Indicates whether cluster networks with this profile support routing traffic between cluster network subnets in the same isolation group.
45
+
Nested schema for **address_configuration_services**:
46
+
- `type` - (String) The type for this profile field
47
+
- `value` - (Boolean) The value for this profile field
33
48
- `supported_instance_profiles` - (List) The instance profiles that support this cluster network profile.
34
49
Nested schema for **supported_instance_profiles**:
35
50
- `href` - (String) The URL for this virtual server instance profile.
Copy file name to clipboardExpand all lines: website/docs/d/is_cluster_network_subnet.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ After your data source is created, you can read values from the following attrib
36
36
-`href` - (String) The URL for this cluster network subnet.
37
37
-`ip_version` - (String) The IP version for this cluster network subnet.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
38
38
-`ipv4_cidr_block` - (String) The IPv4 range of this cluster network subnet, expressed in CIDR format.
39
+
-`isolation_group` - (Integer) The isolation group for the cluster network subnet.
39
40
-`lifecycle_reasons` - (List) The reasons for the current `lifecycle_state` (if any).
Copy file name to clipboardExpand all lines: website/docs/d/is_cluster_network_subnets.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ After your data source is created, you can read values from the following attrib
40
40
- `id` - (String) The unique identifier for this cluster network subnet.
41
41
- `ip_version` - (String) The IP version for this cluster network subnet.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
42
42
- `ipv4_cidr_block` - (String) The IPv4 range of this cluster network subnet, expressed in CIDR format.
43
+
- `isolation_group` - (Integer) The isolation group for the cluster network subnet.
43
44
- `lifecycle_reasons` - (List) The reasons for the current `lifecycle_state` (if any).
44
45
Nested schema for **lifecycle_reasons**:
45
46
- `code` - (String) A reason code for this lifecycle state:- `internal_error`: internal error (contact IBM support)- `resource_suspended_by_provider`: The resource has been suspended (contact IBM support)The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
Copy file name to clipboardExpand all lines: website/docs/r/is_cluster_network_subnet.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can specify the following arguments for this resource.
30
30
-`cluster_network_id` - (Required, Forces new resource, String) The cluster network identifier.
31
31
-`ip_version` - (Optional, String) The IP version for this cluster network subnet.The enumerated values for this property may[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future. Allowable values are: `ipv4`.
32
32
-`ipv4_cidr_block` - (Optional, String) The IPv4 range of this cluster network subnet, expressed in CIDR format.
33
-
-`isolation_group` - (Optional, Integer) The isolation group for the cluster network subnet.The specified value must not exceed the cluster network's profile's isolation_group_count.
33
+
-`isolation_group` - (Optional, Integer) The isolation group for the cluster network subnet.The specified value must not exceed the cluster network's profile's isolation_group_count.
34
34
-`name` - (Optional, String) The name for this cluster network subnet. The name is unique across all cluster network subnets in the cluster network.
35
35
-`total_ipv4_address_count` - (Optional, Integer) The total number of IPv4 addresses in this cluster network subnet.Note: This is calculated as 2<sup>(32 - prefix length)
36
36
</sup>. For example, the prefix length `/24` gives:<br> 2<sup>(32 - 24)</sup> = 2<sup>8</sup> = 256 addresses.
@@ -42,7 +42,7 @@ After your resource is created, you can read values from the listed arguments an
42
42
43
43
-`id` - The unique identifier of the ClusterNetworkSubnet.
44
44
-`available_ipv4_address_count` - (Integer) The number of IPv4 addresses in this cluster network subnet that are not in use, and have not been reserved by the user or the provider.
45
-
-`isolation_group` - (Optional, Integer) The isolation group for the cluster network subnet.The specified value must not exceed the cluster network's profile's
45
+
-`isolation_group` - (Integer) The isolation group for the cluster network subnet.
46
46
-`created_at` - (String) The date and time that the cluster network subnet was created.
47
47
-`href` - (String) The URL for this cluster network subnet.
48
48
-`cluster_network_subnet_id` - (String) The unique identifier for this cluster network subnet.
0 commit comments