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 InstanceSoftwareAttachmentCollection. 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 isInstanceSoftwareAttachments = ibm.getIsInstanceSoftwareAttachments({
instanceId: isInstanceSoftwareAttachmentInstance.instanceId,
});
import pulumi
import pulumi_ibm as ibm
is_instance_software_attachments = ibm.get_is_instance_software_attachments(instance_id=is_instance_software_attachment_instance["instanceId"])
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.GetIsInstanceSoftwareAttachments(ctx, &ibm.GetIsInstanceSoftwareAttachmentsArgs{
InstanceId: isInstanceSoftwareAttachmentInstance.InstanceId,
}, 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 isInstanceSoftwareAttachments = Ibm.GetIsInstanceSoftwareAttachments.Invoke(new()
{
InstanceId = isInstanceSoftwareAttachmentInstance.InstanceId,
});
});
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.GetIsInstanceSoftwareAttachmentsArgs;
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 isInstanceSoftwareAttachments = IbmFunctions.getIsInstanceSoftwareAttachments(GetIsInstanceSoftwareAttachmentsArgs.builder()
.instanceId(isInstanceSoftwareAttachmentInstance.instanceId())
.build());
}
}
variables:
isInstanceSoftwareAttachments:
fn::invoke:
function: ibm:getIsInstanceSoftwareAttachments
arguments:
instanceId: ${isInstanceSoftwareAttachmentInstance.instanceId}
Example coming soon!
Using getIsInstanceSoftwareAttachments
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 getIsInstanceSoftwareAttachments(args: GetIsInstanceSoftwareAttachmentsArgs, opts?: InvokeOptions): Promise<GetIsInstanceSoftwareAttachmentsResult>
function getIsInstanceSoftwareAttachmentsOutput(args: GetIsInstanceSoftwareAttachmentsOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceSoftwareAttachmentsResult>def get_is_instance_software_attachments(id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsInstanceSoftwareAttachmentsResult
def get_is_instance_software_attachments_output(id: pulumi.Input[Optional[str]] = None,
instance_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceSoftwareAttachmentsResult]func GetIsInstanceSoftwareAttachments(ctx *Context, args *GetIsInstanceSoftwareAttachmentsArgs, opts ...InvokeOption) (*GetIsInstanceSoftwareAttachmentsResult, error)
func GetIsInstanceSoftwareAttachmentsOutput(ctx *Context, args *GetIsInstanceSoftwareAttachmentsOutputArgs, opts ...InvokeOption) GetIsInstanceSoftwareAttachmentsResultOutput> Note: This function is named GetIsInstanceSoftwareAttachments in the Go SDK.
public static class GetIsInstanceSoftwareAttachments
{
public static Task<GetIsInstanceSoftwareAttachmentsResult> InvokeAsync(GetIsInstanceSoftwareAttachmentsArgs args, InvokeOptions? opts = null)
public static Output<GetIsInstanceSoftwareAttachmentsResult> Invoke(GetIsInstanceSoftwareAttachmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIsInstanceSoftwareAttachmentsResult> getIsInstanceSoftwareAttachments(GetIsInstanceSoftwareAttachmentsArgs args, InvokeOptions options)
public static Output<GetIsInstanceSoftwareAttachmentsResult> getIsInstanceSoftwareAttachments(GetIsInstanceSoftwareAttachmentsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsInstanceSoftwareAttachments:getIsInstanceSoftwareAttachments
arguments:
# arguments dictionarydata "ibm_get_is_instance_software_attachments" "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
- Id string
- (String) The unique identifier for this instance software attachment.
- 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
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
- Id string
- (String) The unique identifier for this instance software attachment.
- 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_
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
- id string
- (String) The unique identifier for this instance software attachment.
- 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
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
- id String
- (String) The unique identifier for this instance software attachment.
- 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
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
- id string
- (String) The unique identifier for this instance software attachment.
- 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_
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
- id str
- (String) The unique identifier for this instance software attachment.
- 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
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
- id String
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
getIsInstanceSoftwareAttachments Result
The following output properties are available:
- Id string
- (String) The unique identifier for this instance software attachment.
- 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
Id string - Software
Attachments List<GetIs Instance Software Attachments Software Attachment> - (List) The software attachments for the instance. Nested schema for software_attachments:
- Id string
- (String) The unique identifier for this instance software attachment.
- 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
Id string - Software
Attachments []GetIs Instance Software Attachments Software Attachment - (List) The software attachments for the instance. Nested schema for software_attachments:
- id string
- (String) The unique identifier for this instance software attachment.
- 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_
id string - software_
attachments list(object) - (List) The software attachments for the instance. Nested schema for software_attachments:
- id String
- (String) The unique identifier for this instance software attachment.
- 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
Id String - software
Attachments List<GetIs Instance Software Attachments Software Attachment> - (List) The software attachments for the instance. Nested schema for software_attachments:
- id string
- (String) The unique identifier for this instance software attachment.
- 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
Id string - software
Attachments GetIs Instance Software Attachments Software Attachment[] - (List) The software attachments for the instance. Nested schema for software_attachments:
- id str
- (String) The unique identifier for this instance software attachment.
- 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_
id str - software_
attachments Sequence[GetIs Instance Software Attachments Software Attachment] - (List) The software attachments for the instance. Nested schema for software_attachments:
- id String
- (String) The unique identifier for this instance software attachment.
- 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
Id String - software
Attachments List<Property Map> - (List) The software attachments for the instance. Nested schema for software_attachments:
Supporting Types
GetIsInstanceSoftwareAttachmentsSoftwareAttachment
- Catalog
Offerings List<GetIs Instance Software Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- Lifecycle
Reasons List<GetIs Instance Software Attachments 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 Attachments 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 Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- Lifecycle
Reasons []GetIs Instance Software Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- 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 Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- lifecycle
Reasons List<GetIs Instance Software Attachments 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 Attachments 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 Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- lifecycle
Reasons GetIs Instance Software Attachments 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 Attachments 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 Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- lifecycle_
reasons Sequence[GetIs Instance Software Attachments 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 Attachments 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
- (String) The unique identifier for this instance software attachment.
- Constraints: The maximum length is
64characters. The minimum length is1character. The value must match regular expression/^[-0-9a-z_]+$/.
- Constraints: The maximum length is
- 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:
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentCatalogOffering
- Plans
List<Get
Is Instance Software Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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:
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentCatalogOfferingPlan
- 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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:
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentCatalogOfferingPlanDeleted
- 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
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentCatalogOfferingVersion
- 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
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentEntitlement
- Licensed
Softwares List<GetIs Instance Software Attachments 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 Attachments 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 Attachments 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 Attachments 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 Attachments 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:
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentEntitlementLicensedSoftware
- 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
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentLifecycleReason
- 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
GetIsInstanceSoftwareAttachmentsSoftwareAttachmentOfferingInstance
- 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