Viewing docs for ibm 2.5.0
published on Wednesday, Aug 5, 2026 by ibm-cloud
published on Wednesday, Aug 5, 2026 by ibm-cloud
Viewing docs for ibm 2.5.0
published on Wednesday, Aug 5, 2026 by ibm-cloud
published on Wednesday, Aug 5, 2026 by ibm-cloud
Provides a read-only data source to retrieve information about an InstanceSoftwareAttachment. 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 isInstanceSoftwareAttachment = ibm.getIsInstanceSoftwareAttachment({
instanceId: isInstanceSoftwareAttachmentInstance.instanceId,
instanceSoftwareAttachmentId: isInstanceSoftwareAttachmentInstance.instanceSoftwareAttachmentId,
});
import pulumi
import pulumi_ibm as ibm
is_instance_software_attachment = ibm.get_is_instance_software_attachment(instance_id=is_instance_software_attachment_instance["instanceId"],
instance_software_attachment_id=is_instance_software_attachment_instance["instanceSoftwareAttachmentId"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/v2/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupIsInstanceSoftwareAttachment(ctx, &ibm.LookupIsInstanceSoftwareAttachmentArgs{
InstanceId: isInstanceSoftwareAttachmentInstance.InstanceId,
InstanceSoftwareAttachmentId: isInstanceSoftwareAttachmentInstance.InstanceSoftwareAttachmentId,
}, 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 isInstanceSoftwareAttachment = Ibm.GetIsInstanceSoftwareAttachment.Invoke(new()
{
InstanceId = isInstanceSoftwareAttachmentInstance.InstanceId,
InstanceSoftwareAttachmentId = isInstanceSoftwareAttachmentInstance.InstanceSoftwareAttachmentId,
});
});
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.GetIsInstanceSoftwareAttachmentArgs;
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 isInstanceSoftwareAttachment = IbmFunctions.getIsInstanceSoftwareAttachment(GetIsInstanceSoftwareAttachmentArgs.builder()
.instanceId(isInstanceSoftwareAttachmentInstance.instanceId())
.instanceSoftwareAttachmentId(isInstanceSoftwareAttachmentInstance.instanceSoftwareAttachmentId())
.build());
}
}
variables:
isInstanceSoftwareAttachment:
fn::invoke:
function: ibm:getIsInstanceSoftwareAttachment
arguments:
instanceId: ${isInstanceSoftwareAttachmentInstance.instanceId}
instanceSoftwareAttachmentId: ${isInstanceSoftwareAttachmentInstance.instanceSoftwareAttachmentId}
Example coming soon!
Using getIsInstanceSoftwareAttachment
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 getIsInstanceSoftwareAttachment(args: GetIsInstanceSoftwareAttachmentArgs, opts?: InvokeOptions): Promise<GetIsInstanceSoftwareAttachmentResult>
function getIsInstanceSoftwareAttachmentOutput(args: GetIsInstanceSoftwareAttachmentOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceSoftwareAttachmentResult>def get_is_instance_software_attachment(id: Optional[str] = None,
instance_id: Optional[str] = None,
instance_software_attachment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsInstanceSoftwareAttachmentResult
def get_is_instance_software_attachment_output(id: pulumi.Input[Optional[str]] = None,
instance_id: pulumi.Input[Optional[str]] = None,
instance_software_attachment_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceSoftwareAttachmentResult]func LookupIsInstanceSoftwareAttachment(ctx *Context, args *LookupIsInstanceSoftwareAttachmentArgs, opts ...InvokeOption) (*LookupIsInstanceSoftwareAttachmentResult, error)
func LookupIsInstanceSoftwareAttachmentOutput(ctx *Context, args *LookupIsInstanceSoftwareAttachmentOutputArgs, opts ...InvokeOption) LookupIsInstanceSoftwareAttachmentResultOutput> Note: This function is named LookupIsInstanceSoftwareAttachment in the Go SDK.
public static class GetIsInstanceSoftwareAttachment
{
public static Task<GetIsInstanceSoftwareAttachmentResult> InvokeAsync(GetIsInstanceSoftwareAttachmentArgs args, InvokeOptions? opts = null)
public static Output<GetIsInstanceSoftwareAttachmentResult> Invoke(GetIsInstanceSoftwareAttachmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIsInstanceSoftwareAttachmentResult> getIsInstanceSoftwareAttachment(GetIsInstanceSoftwareAttachmentArgs args, InvokeOptions options)
public static Output<GetIsInstanceSoftwareAttachmentResult> getIsInstanceSoftwareAttachment(GetIsInstanceSoftwareAttachmentArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsInstanceSoftwareAttachment:getIsInstanceSoftwareAttachment
arguments:
# arguments dictionarydata "ibm_get_is_instance_software_attachment" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- Instance
Software stringAttachment Id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the InstanceSoftwareAttachment.
- Instance
Id string - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- Instance
Software stringAttachment Id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the InstanceSoftwareAttachment.
- instance_
id string - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- instance_
software_ stringattachment_ id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the InstanceSoftwareAttachment.
- instance
Id String - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- instance
Software StringAttachment Id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the InstanceSoftwareAttachment.
- instance
Id string - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- instance
Software stringAttachment Id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the InstanceSoftwareAttachment.
- instance_
id str - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- instance_
software_ strattachment_ id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- id str
- The unique identifier of the InstanceSoftwareAttachment.
- instance
Id String - The virtual server instance identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- instance
Software StringAttachment Id - The instance software attachment identifier.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the InstanceSoftwareAttachment.
getIsInstanceSoftwareAttachment Result
The following output properties are available:
- Catalog
Offerings List<GetIs Instance Software Attachment Catalog Offering> - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - Created
At string - (String) The date and time that the instance software attachment was created.
- Entitlements
List<Get
Is Instance Software Attachment Entitlement> - (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- Href string
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the InstanceSoftwareAttachment.
- Instance
Id string - Instance
Software stringAttachment Id - Lifecycle
Reasons List<GetIs Instance Software Attachment Lifecycle Reason> - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- Lifecycle
State string - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- Name string
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- Offering
Instances List<GetIs Instance Software Attachment Offering Instance> - (List) Nested schema for offering_instance:
- Resource
Type string - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- Catalog
Offerings []GetIs Instance Software Attachment Catalog Offering - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - Created
At string - (String) The date and time that the instance software attachment was created.
- Entitlements
[]Get
Is Instance Software Attachment Entitlement - (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- Href string
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- Id string
- The unique identifier of the InstanceSoftwareAttachment.
- Instance
Id string - Instance
Software stringAttachment Id - Lifecycle
Reasons []GetIs Instance Software Attachment Lifecycle Reason - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- Lifecycle
State string - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- Name string
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- Offering
Instances []GetIs Instance Software Attachment Offering Instance - (List) Nested schema for offering_instance:
- Resource
Type string - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- catalog_
offerings list(object) - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - created_
at string - (String) The date and time that the instance software attachment was created.
- entitlements list(object)
- (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- href string
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the InstanceSoftwareAttachment.
- instance_
id string - instance_
software_ stringattachment_ id - lifecycle_
reasons list(object) - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- lifecycle_
state string - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- name string
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- offering_
instances list(object) - (List) Nested schema for offering_instance:
- resource_
type string - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- catalog
Offerings List<GetIs Instance Software Attachment Catalog Offering> - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - created
At String - (String) The date and time that the instance software attachment was created.
- entitlements
List<Get
Is Instance Software Attachment Entitlement> - (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- href String
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the InstanceSoftwareAttachment.
- instance
Id String - instance
Software StringAttachment Id - lifecycle
Reasons List<GetIs Instance Software Attachment Lifecycle Reason> - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- lifecycle
State String - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- name String
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- offering
Instances List<GetIs Instance Software Attachment Offering Instance> - (List) Nested schema for offering_instance:
- resource
Type String - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- catalog
Offerings GetIs Instance Software Attachment Catalog Offering[] - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - created
At string - (String) The date and time that the instance software attachment was created.
- entitlements
Get
Is Instance Software Attachment Entitlement[] - (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- href string
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- id string
- The unique identifier of the InstanceSoftwareAttachment.
- instance
Id string - instance
Software stringAttachment Id - lifecycle
Reasons GetIs Instance Software Attachment Lifecycle Reason[] - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- lifecycle
State string - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- name string
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- offering
Instances GetIs Instance Software Attachment Offering Instance[] - (List) Nested schema for offering_instance:
- resource
Type string - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- catalog_
offerings Sequence[GetIs Instance Software Attachment Catalog Offering] - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - created_
at str - (String) The date and time that the instance software attachment was created.
- entitlements
Sequence[Get
Is Instance Software Attachment Entitlement] - (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- href str
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- id str
- The unique identifier of the InstanceSoftwareAttachment.
- instance_
id str - instance_
software_ strattachment_ id - lifecycle_
reasons Sequence[GetIs Instance Software Attachment Lifecycle Reason] - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- lifecycle_
state str - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- name str
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- offering_
instances Sequence[GetIs Instance Software Attachment Offering Instance] - (List) Nested schema for offering_instance:
- resource_
type str - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- catalog
Offerings List<Property Map> - (List) The catalogoffering for this instance software attachment. May be absent if
software_attachment.lifecycle_stateis notstable. Nested schema for catalog_offering: - created
At String - (String) The date and time that the instance software attachment was created.
- entitlements List<Property Map>
- (List) The entitlement for the licensed software for this instance software attachment. Nested schema for entitlement:
- href String
- (String) The URL for this instance software attachment.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- id String
- The unique identifier of the InstanceSoftwareAttachment.
- instance
Id String - instance
Software StringAttachment Id - lifecycle
Reasons List<Property Map> - (List) The lifecycle reasons for this instance software attachment (if any).
- Constraints: The minimum length is
0items. Nested schema for lifecycle_reasons:
- Constraints: The minimum length is
- lifecycle
State String - (String) The lifecycle state of the instance software attachment.
- Constraints: Allowable values are:
deleting,failed,pending,stable,suspended,updating,waiting. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
- name String
- (String) The name for this instance software attachment. The name is unique across all instance software attachments for the instance.
- Constraints: The maximum length is
63characters. The minimum length is1character. The value must match regular expression/^-?([a-z]|[a-z][-a-z0-9]*[a-z0-9]|[0-9][-a-z0-9]*([a-z]|[-a-z][-a-z0-9]*[a-z0-9]))$/.
- Constraints: The maximum length is
- offering
Instances List<Property Map> - (List) Nested schema for offering_instance:
- resource
Type String - (String) The resource type.
- Constraints: Allowable values are:
instance_software_attachment. The value must match regular expression/^[a-z][a-z0-9]*(_[a-z0-9]+)*$/.
- Constraints: Allowable values are:
Supporting Types
GetIsInstanceSoftwareAttachmentCatalogOffering
- Plans
List<Get
Is Instance Software Attachment Catalog Offering Plan> - (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- Versions
List<Get
Is Instance Software Attachment Catalog Offering Version> - (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
- Plans
[]Get
Is Instance Software Attachment Catalog Offering Plan - (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- Versions
[]Get
Is Instance Software Attachment Catalog Offering Version - (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
- plans list(object)
- (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- versions list(object)
- (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
- plans
List<Get
Is Instance Software Attachment Catalog Offering Plan> - (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- versions
List<Get
Is Instance Software Attachment Catalog Offering Version> - (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
- plans
Get
Is Instance Software Attachment Catalog Offering Plan[] - (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- versions
Get
Is Instance Software Attachment Catalog Offering Version[] - (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
- plans
Sequence[Get
Is Instance Software Attachment Catalog Offering Plan] - (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- versions
Sequence[Get
Is Instance Software Attachment Catalog Offering Version] - (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
- plans List<Property Map>
- (List) The billing plan for the catalog offering version associated with this instance softwareattachment.If absent, no billing plan is associated with the catalog offering version (free). Nested schema for plan:
- versions List<Property Map>
- (List) The catalog offering version associated with this instance software attachment. Nested schema for version:
GetIsInstanceSoftwareAttachmentCatalogOfferingPlan
- Crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- Deleteds
List<Get
Is Instance Software Attachment Catalog Offering Plan Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- Crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- Deleteds
[]Get
Is Instance Software Attachment Catalog Offering Plan Deleted - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- deleteds list(object)
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- crn String
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- deleteds
List<Get
Is Instance Software Attachment Catalog Offering Plan Deleted> - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- deleteds
Get
Is Instance Software Attachment Catalog Offering Plan Deleted[] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- crn str
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- deleteds
Sequence[Get
Is Instance Software Attachment Catalog Offering Plan Deleted] - (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
- crn String
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
GetIsInstanceSoftwareAttachmentCatalogOfferingPlanDeleted
- More
Info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- More
Info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- more_
info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- more
Info String - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- more
Info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- more_
info str - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- more
Info String - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
GetIsInstanceSoftwareAttachmentCatalogOfferingVersion
- Crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- Crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn String
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn str
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn String
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
GetIsInstanceSoftwareAttachmentEntitlement
- Licensed
Softwares List<GetIs Instance Software Attachment Entitlement Licensed Software> - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
- Licensed
Softwares []GetIs Instance Software Attachment Entitlement Licensed Software - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
- licensed_
softwares list(object) - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
- licensed
Softwares List<GetIs Instance Software Attachment Entitlement Licensed Software> - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
- licensed
Softwares GetIs Instance Software Attachment Entitlement Licensed Software[] - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
- licensed_
softwares Sequence[GetIs Instance Software Attachment Entitlement Licensed Software] - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
- licensed
Softwares List<Property Map> - (List) The licensed software for this instance software attachment entitlement. Nested schema for licensed_software:
GetIsInstanceSoftwareAttachmentEntitlementLicensedSoftware
- Sku string
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
- Sku string
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
- sku string
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
- sku String
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
- sku string
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
- sku str
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
- sku String
- (String) The SKU for this licensed software.
- Constraints: The maximum length is
1024characters. The minimum length is1character. The value must match regular expression/^[ -~]+$/.
- Constraints: The maximum length is
GetIsInstanceSoftwareAttachmentLifecycleReason
- Code string
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- Message string
- (String) An explanation of the reason for this lifecycle state.
- More
Info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- Code string
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- Message string
- (String) An explanation of the reason for this lifecycle state.
- More
Info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- code string
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- message string
- (String) An explanation of the reason for this lifecycle state.
- more_
info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- code String
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- message String
- (String) An explanation of the reason for this lifecycle state.
- more
Info String - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- code string
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- message string
- (String) An explanation of the reason for this lifecycle state.
- more
Info string - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- code str
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- message str
- (String) An explanation of the reason for this lifecycle state.
- more_
info str - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
- code String
- (String) A reason code for this lifecycle state:-
failed_registration: the software instance's registration to Resource Controller, which includes creation of any required software license(s), has failed. Delete the instance and provision it again. If the problem persists, contact IBM Support.-internal_error: internal error (contact IBM support)-pending_registration: the software instance's registration to Resource Controller, and the creation of any required software license(s), is being processed.The enumerated values for this property mayexpand in the future.- Constraints: Allowable values are:
failed_registration,internal_error,pending_registration.
- Constraints: Allowable values are:
- message String
- (String) An explanation of the reason for this lifecycle state.
- more
Info String - (String) A link to documentation about the reason for this lifecycle state.
- Constraints: The maximum length is
8000characters. The minimum length is10characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
- Constraints: The maximum length is
GetIsInstanceSoftwareAttachmentOfferingInstance
- Crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- Crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn String
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn string
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn str
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$/.
- Constraints: The maximum length is
- crn String
- (String) The CRN for the software offering instance registered with Resource Controller that is associated with the instance software attachment.
- Constraints: The maximum length is
512characters. The minimum length is17characters. The value must match regular expression/^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-_]*:[a-z0-9-]*:[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
ibmTerraform Provider.
Viewing docs for ibm 2.5.0
published on Wednesday, Aug 5, 2026 by ibm-cloud
published on Wednesday, Aug 5, 2026 by ibm-cloud