ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCbrZone
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a cbr_zone. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const cbrZone = ibm.getCbrZone({
zoneId: "zone_id",
});
import pulumi
import pulumi_ibm as ibm
cbr_zone = ibm.get_cbr_zone(zone_id="zone_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupCbrZone(ctx, &ibm.LookupCbrZoneArgs{
ZoneId: "zone_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var cbrZone = Ibm.GetCbrZone.Invoke(new()
{
ZoneId = "zone_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetCbrZoneArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var cbrZone = IbmFunctions.getCbrZone(GetCbrZoneArgs.builder()
.zoneId("zone_id")
.build());
}
}
variables:
cbrZone:
fn::invoke:
function: ibm:getCbrZone
arguments:
zoneId: zone_id
Using getCbrZone
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCbrZone(args: GetCbrZoneArgs, opts?: InvokeOptions): Promise<GetCbrZoneResult>
function getCbrZoneOutput(args: GetCbrZoneOutputArgs, opts?: InvokeOptions): Output<GetCbrZoneResult>
def get_cbr_zone(id: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCbrZoneResult
def get_cbr_zone_output(id: Optional[pulumi.Input[str]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCbrZoneResult]
func LookupCbrZone(ctx *Context, args *LookupCbrZoneArgs, opts ...InvokeOption) (*LookupCbrZoneResult, error)
func LookupCbrZoneOutput(ctx *Context, args *LookupCbrZoneOutputArgs, opts ...InvokeOption) LookupCbrZoneResultOutput
> Note: This function is named LookupCbrZone
in the Go SDK.
public static class GetCbrZone
{
public static Task<GetCbrZoneResult> InvokeAsync(GetCbrZoneArgs args, InvokeOptions? opts = null)
public static Output<GetCbrZoneResult> Invoke(GetCbrZoneInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCbrZoneResult> getCbrZone(GetCbrZoneArgs args, InvokeOptions options)
public static Output<GetCbrZoneResult> getCbrZone(GetCbrZoneArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCbrZone:getCbrZone
arguments:
# arguments dictionary
The following arguments are supported:
getCbrZone Result
The following output properties are available:
- Account
Id string - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- Address
Count double - (Integer) The number of addresses in the zone.
- Addresses
List<Get
Cbr Zone Address> - (List) The list of addresses in the zone.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for addresses:
- Constraints: The maximum length is
- Created
At string - (String) The time the resource was created.
- Created
By stringId - (String) IAM ID of the user or service which created the resource.
- Crn string
- (String) The zone CRN.
- Description string
- (String) The description of the zone.
- Constraints: The maximum length is
300
characters. The minimum length is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- Excluded
Count double - (Integer) The number of excluded addresses in the zone.
- Excludeds
List<Get
Cbr Zone Excluded> - (List) The list of excluded addresses in the zone. Only addresses of type
ipAddress
,ipRange
, andsubnet
can be excluded.- Constraints: The maximum length is
1000
items. Nested schema for excluded:
- Constraints: The maximum length is
- Href string
- (String) The href link to the resource.
- Id string
- (String) The globally unique ID of the zone.
- Last
Modified stringAt - (String) The last time the resource was modified.
- Last
Modified stringBy Id - (String) IAM ID of the user or service which modified the resource.
- Name string
- (String) The name of the zone.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 \-_]+$/
.
- Constraints: The maximum length is
- Zone
Id string
- Account
Id string - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- Address
Count float64 - (Integer) The number of addresses in the zone.
- Addresses
[]Get
Cbr Zone Address - (List) The list of addresses in the zone.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for addresses:
- Constraints: The maximum length is
- Created
At string - (String) The time the resource was created.
- Created
By stringId - (String) IAM ID of the user or service which created the resource.
- Crn string
- (String) The zone CRN.
- Description string
- (String) The description of the zone.
- Constraints: The maximum length is
300
characters. The minimum length is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- Excluded
Count float64 - (Integer) The number of excluded addresses in the zone.
- Excludeds
[]Get
Cbr Zone Excluded - (List) The list of excluded addresses in the zone. Only addresses of type
ipAddress
,ipRange
, andsubnet
can be excluded.- Constraints: The maximum length is
1000
items. Nested schema for excluded:
- Constraints: The maximum length is
- Href string
- (String) The href link to the resource.
- Id string
- (String) The globally unique ID of the zone.
- Last
Modified stringAt - (String) The last time the resource was modified.
- Last
Modified stringBy Id - (String) IAM ID of the user or service which modified the resource.
- Name string
- (String) The name of the zone.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 \-_]+$/
.
- Constraints: The maximum length is
- Zone
Id string
- account
Id String - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- address
Count Double - (Integer) The number of addresses in the zone.
- addresses
List<Get
Cbr Zone Address> - (List) The list of addresses in the zone.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for addresses:
- Constraints: The maximum length is
- created
At String - (String) The time the resource was created.
- created
By StringId - (String) IAM ID of the user or service which created the resource.
- crn String
- (String) The zone CRN.
- description String
- (String) The description of the zone.
- Constraints: The maximum length is
300
characters. The minimum length is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- excluded
Count Double - (Integer) The number of excluded addresses in the zone.
- excludeds
List<Get
Cbr Zone Excluded> - (List) The list of excluded addresses in the zone. Only addresses of type
ipAddress
,ipRange
, andsubnet
can be excluded.- Constraints: The maximum length is
1000
items. Nested schema for excluded:
- Constraints: The maximum length is
- href String
- (String) The href link to the resource.
- id String
- (String) The globally unique ID of the zone.
- last
Modified StringAt - (String) The last time the resource was modified.
- last
Modified StringBy Id - (String) IAM ID of the user or service which modified the resource.
- name String
- (String) The name of the zone.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 \-_]+$/
.
- Constraints: The maximum length is
- zone
Id String
- account
Id string - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- address
Count number - (Integer) The number of addresses in the zone.
- addresses
Get
Cbr Zone Address[] - (List) The list of addresses in the zone.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for addresses:
- Constraints: The maximum length is
- created
At string - (String) The time the resource was created.
- created
By stringId - (String) IAM ID of the user or service which created the resource.
- crn string
- (String) The zone CRN.
- description string
- (String) The description of the zone.
- Constraints: The maximum length is
300
characters. The minimum length is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- excluded
Count number - (Integer) The number of excluded addresses in the zone.
- excludeds
Get
Cbr Zone Excluded[] - (List) The list of excluded addresses in the zone. Only addresses of type
ipAddress
,ipRange
, andsubnet
can be excluded.- Constraints: The maximum length is
1000
items. Nested schema for excluded:
- Constraints: The maximum length is
- href string
- (String) The href link to the resource.
- id string
- (String) The globally unique ID of the zone.
- last
Modified stringAt - (String) The last time the resource was modified.
- last
Modified stringBy Id - (String) IAM ID of the user or service which modified the resource.
- name string
- (String) The name of the zone.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 \-_]+$/
.
- Constraints: The maximum length is
- zone
Id string
- account_
id str - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- address_
count float - (Integer) The number of addresses in the zone.
- addresses
Sequence[Get
Cbr Zone Address] - (List) The list of addresses in the zone.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for addresses:
- Constraints: The maximum length is
- created_
at str - (String) The time the resource was created.
- created_
by_ strid - (String) IAM ID of the user or service which created the resource.
- crn str
- (String) The zone CRN.
- description str
- (String) The description of the zone.
- Constraints: The maximum length is
300
characters. The minimum length is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- excluded_
count float - (Integer) The number of excluded addresses in the zone.
- excludeds
Sequence[Get
Cbr Zone Excluded] - (List) The list of excluded addresses in the zone. Only addresses of type
ipAddress
,ipRange
, andsubnet
can be excluded.- Constraints: The maximum length is
1000
items. Nested schema for excluded:
- Constraints: The maximum length is
- href str
- (String) The href link to the resource.
- id str
- (String) The globally unique ID of the zone.
- last_
modified_ strat - (String) The last time the resource was modified.
- last_
modified_ strby_ id - (String) IAM ID of the user or service which modified the resource.
- name str
- (String) The name of the zone.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 \-_]+$/
.
- Constraints: The maximum length is
- zone_
id str
- account
Id String - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- address
Count Number - (Integer) The number of addresses in the zone.
- addresses List<Property Map>
- (List) The list of addresses in the zone.
- Constraints: The maximum length is
1000
items. The minimum length is0
items. Nested schema for addresses:
- Constraints: The maximum length is
- created
At String - (String) The time the resource was created.
- created
By StringId - (String) IAM ID of the user or service which created the resource.
- crn String
- (String) The zone CRN.
- description String
- (String) The description of the zone.
- Constraints: The maximum length is
300
characters. The minimum length is0
characters. The value must match regular expression/^[\x20-\xFE]*$/
.
- Constraints: The maximum length is
- excluded
Count Number - (Integer) The number of excluded addresses in the zone.
- excludeds List<Property Map>
- (List) The list of excluded addresses in the zone. Only addresses of type
ipAddress
,ipRange
, andsubnet
can be excluded.- Constraints: The maximum length is
1000
items. Nested schema for excluded:
- Constraints: The maximum length is
- href String
- (String) The href link to the resource.
- id String
- (String) The globally unique ID of the zone.
- last
Modified StringAt - (String) The last time the resource was modified.
- last
Modified StringBy Id - (String) IAM ID of the user or service which modified the resource.
- name String
- (String) The name of the zone.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 \-_]+$/
.
- Constraints: The maximum length is
- zone
Id String
Supporting Types
GetCbrZoneAddress
- Reves
List<Get
Cbr Zone Address Ref> - (List) A service reference value. Nested schema for ref:
- Type string
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- Value string
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- Reves
[]Get
Cbr Zone Address Ref - (List) A service reference value. Nested schema for ref:
- Type string
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- Value string
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- reves
List<Get
Cbr Zone Address Ref> - (List) A service reference value. Nested schema for ref:
- type String
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value String
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- reves
Get
Cbr Zone Address Ref[] - (List) A service reference value. Nested schema for ref:
- type string
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value string
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- reves
Sequence[Get
Cbr Zone Address Ref] - (List) A service reference value. Nested schema for ref:
- type str
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value str
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- reves List<Property Map>
- (List) A service reference value. Nested schema for ref:
- type String
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value String
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
GetCbrZoneAddressRef
- Account
Id string - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- Location string
- (String) The location.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- Service
Instance string - (String) The service instance.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-/]+$/
.
- Constraints: The maximum length is
- Service
Name string - (String) The service name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- Service
Type string - (String) The service type.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z_]+$/
.
- Constraints: The maximum length is
- Account
Id string - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- Location string
- (String) The location.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- Service
Instance string - (String) The service instance.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-/]+$/
.
- Constraints: The maximum length is
- Service
Name string - (String) The service name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- Service
Type string - (String) The service type.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z_]+$/
.
- Constraints: The maximum length is
- account
Id String - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- location String
- (String) The location.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service
Instance String - (String) The service instance.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-/]+$/
.
- Constraints: The maximum length is
- service
Name String - (String) The service name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service
Type String - (String) The service type.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z_]+$/
.
- Constraints: The maximum length is
- account
Id string - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- location string
- (String) The location.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service
Instance string - (String) The service instance.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-/]+$/
.
- Constraints: The maximum length is
- service
Name string - (String) The service name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service
Type string - (String) The service type.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z_]+$/
.
- Constraints: The maximum length is
- account_
id str - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- location str
- (String) The location.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service_
instance str - (String) The service instance.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-/]+$/
.
- Constraints: The maximum length is
- service_
name str - (String) The service name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service_
type str - (String) The service type.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z_]+$/
.
- Constraints: The maximum length is
- account
Id String - (String) The id of the account owning the service.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9\-]+$/
.
- Constraints: The maximum length is
- location String
- (String) The location.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service
Instance String - (String) The service instance.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-/]+$/
.
- Constraints: The maximum length is
- service
Name String - (String) The service name.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z\-]+$/
.
- Constraints: The maximum length is
- service
Type String - (String) The service type.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression/^[0-9a-z_]+$/
.
- Constraints: The maximum length is
GetCbrZoneExcluded
- Type string
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- Value string
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- Type string
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- Value string
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- type String
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value String
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- type string
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value string
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
- type String
- (String) The type of address.
- Constraints: Allowable values are:
ipAddress
,ipRange
,subnet
,vpc
,serviceRef
.
- Constraints: Allowable values are:
- value String
- (String) The IP address.
- Constraints: The maximum length is
45
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9:.]+$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.