1. Packages
  2. Ibm Provider
  3. API Docs
  4. getCmVersion
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getCmVersion

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source for ibm_cm_version. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const cmVersion = ibm.getCmVersion({
        versionLocId: "version_loc_id",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    cm_version = ibm.get_cm_version(version_loc_id="version_loc_id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupCmVersion(ctx, &ibm.LookupCmVersionArgs{
    			VersionLocId: "version_loc_id",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var cmVersion = Ibm.GetCmVersion.Invoke(new()
        {
            VersionLocId = "version_loc_id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetCmVersionArgs;
    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 cmVersion = IbmFunctions.getCmVersion(GetCmVersionArgs.builder()
                .versionLocId("version_loc_id")
                .build());
    
        }
    }
    
    variables:
      cmVersion:
        fn::invoke:
          function: ibm:getCmVersion
          arguments:
            versionLocId: version_loc_id
    

    Using getCmVersion

    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 getCmVersion(args: GetCmVersionArgs, opts?: InvokeOptions): Promise<GetCmVersionResult>
    function getCmVersionOutput(args: GetCmVersionOutputArgs, opts?: InvokeOptions): Output<GetCmVersionResult>
    def get_cm_version(id: Optional[str] = None,
                       version_loc_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetCmVersionResult
    def get_cm_version_output(id: Optional[pulumi.Input[str]] = None,
                       version_loc_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetCmVersionResult]
    func LookupCmVersion(ctx *Context, args *LookupCmVersionArgs, opts ...InvokeOption) (*LookupCmVersionResult, error)
    func LookupCmVersionOutput(ctx *Context, args *LookupCmVersionOutputArgs, opts ...InvokeOption) LookupCmVersionResultOutput

    > Note: This function is named LookupCmVersion in the Go SDK.

    public static class GetCmVersion 
    {
        public static Task<GetCmVersionResult> InvokeAsync(GetCmVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetCmVersionResult> Invoke(GetCmVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCmVersionResult> getCmVersion(GetCmVersionArgs args, InvokeOptions options)
    public static Output<GetCmVersionResult> getCmVersion(GetCmVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getCmVersion:getCmVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VersionLocId string
    The version locator. A dotted value of catalogID.versionID.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    VersionLocId string
    The version locator. A dotted value of catalogID.versionID.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    versionLocId String
    The version locator. A dotted value of catalogID.versionID.
    id String
    (String) Optional - Offering ID - not required if name is set.
    versionLocId string
    The version locator. A dotted value of catalogID.versionID.
    id string
    (String) Optional - Offering ID - not required if name is set.
    version_loc_id str
    The version locator. A dotted value of catalogID.versionID.
    id str
    (String) Optional - Offering ID - not required if name is set.
    versionLocId String
    The version locator. A dotted value of catalogID.versionID.
    id String
    (String) Optional - Offering ID - not required if name is set.

    getCmVersion Result

    The following output properties are available:

    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    Configurations List<GetCmVersionConfiguration>
    (List) List of user solicited overrides. Nested scheme for configuration:
    Created string
    (String) The date and time this version was created.
    Crn string
    (String) Version's CRN.
    DeprecatePendings List<GetCmVersionDeprecatePending>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    Deprecated bool
    (Boolean) read only field, indicating if this version is deprecated.
    Entitlements List<GetCmVersionEntitlement>
    (List) Entitlement license info. Nested scheme for entitlement:
    Flavors List<GetCmVersionFlavor>
    (String) Flavor of the offering.
    IamPermissions List<GetCmVersionIamPermission>
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    Id string
    (String) Optional - Offering ID - not required if name is set.
    ImageManifestUrl string
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    ImagePullKeyName string
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    Installs List<GetCmVersionInstall>
    (List) Script information. Nested scheme for install:
    IsConsumable bool
    (Boolean) Is the version able to be shared.
    KindId string
    (String) Kind ID.
    Licenses List<GetCmVersionLicense>
    (List) List of licenses the product was built with. Nested scheme for licenses:
    LongDescription string
    (String) Long description for version.
    LongDescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Metadatas List<GetCmVersionMetadata>
    (Map) Resource metadata.
    OfferingId string
    (String) Offering ID.
    Outputs List<GetCmVersionOutput>
    (List) List of output values for this version. Nested scheme for outputs:
    PackageVersion string
    (String) Version of the package used to create this version.
    PreInstalls List<GetCmVersionPreInstall>
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    RepoUrl string
    (String) Content's repo URL.
    RequiredResources List<GetCmVersionRequiredResource>
    (List) Resource requirments for installation. Nested scheme for required_resources:
    Rev string
    (String) Cloudant revision.
    Sha string
    (String) SHA256 fingerprint of image.
    SingleInstance bool
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    SolutionInfos List<GetCmVersionSolutionInfo>
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    SourceUrl string
    (String) Content's source URL (e.g git repo).
    States List<GetCmVersionState>
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Tags List<string>
    (List) List of tags associated with this catalog.
    TgzUrl string
    (String) File used to on-board this version.
    Updated string
    (String) The date and time this version was last updated.
    Validations List<GetCmVersionValidation>
    (List) Validation response. Nested scheme for validation:
    Version string
    (String) Version of content type.
    VersionId string
    (String) Unique ID.
    VersionLocId string
    VersionLocator string
    (String) A dotted value of catalogID.versionID.
    WhitelistedAccounts List<string>
    (List) Whitelisted accounts for version.
    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    Configurations []GetCmVersionConfiguration
    (List) List of user solicited overrides. Nested scheme for configuration:
    Created string
    (String) The date and time this version was created.
    Crn string
    (String) Version's CRN.
    DeprecatePendings []GetCmVersionDeprecatePending
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    Deprecated bool
    (Boolean) read only field, indicating if this version is deprecated.
    Entitlements []GetCmVersionEntitlement
    (List) Entitlement license info. Nested scheme for entitlement:
    Flavors []GetCmVersionFlavor
    (String) Flavor of the offering.
    IamPermissions []GetCmVersionIamPermission
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    Id string
    (String) Optional - Offering ID - not required if name is set.
    ImageManifestUrl string
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    ImagePullKeyName string
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    Installs []GetCmVersionInstall
    (List) Script information. Nested scheme for install:
    IsConsumable bool
    (Boolean) Is the version able to be shared.
    KindId string
    (String) Kind ID.
    Licenses []GetCmVersionLicense
    (List) List of licenses the product was built with. Nested scheme for licenses:
    LongDescription string
    (String) Long description for version.
    LongDescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Metadatas []GetCmVersionMetadata
    (Map) Resource metadata.
    OfferingId string
    (String) Offering ID.
    Outputs []GetCmVersionOutput
    (List) List of output values for this version. Nested scheme for outputs:
    PackageVersion string
    (String) Version of the package used to create this version.
    PreInstalls []GetCmVersionPreInstall
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    RepoUrl string
    (String) Content's repo URL.
    RequiredResources []GetCmVersionRequiredResource
    (List) Resource requirments for installation. Nested scheme for required_resources:
    Rev string
    (String) Cloudant revision.
    Sha string
    (String) SHA256 fingerprint of image.
    SingleInstance bool
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    SolutionInfos []GetCmVersionSolutionInfo
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    SourceUrl string
    (String) Content's source URL (e.g git repo).
    States []GetCmVersionState
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Tags []string
    (List) List of tags associated with this catalog.
    TgzUrl string
    (String) File used to on-board this version.
    Updated string
    (String) The date and time this version was last updated.
    Validations []GetCmVersionValidation
    (List) Validation response. Nested scheme for validation:
    Version string
    (String) Version of content type.
    VersionId string
    (String) Unique ID.
    VersionLocId string
    VersionLocator string
    (String) A dotted value of catalogID.versionID.
    WhitelistedAccounts []string
    (List) Whitelisted accounts for version.
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    configurations List<GetCmVersionConfiguration>
    (List) List of user solicited overrides. Nested scheme for configuration:
    created String
    (String) The date and time this version was created.
    crn String
    (String) Version's CRN.
    deprecatePendings List<GetCmVersionDeprecatePending>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated Boolean
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements List<GetCmVersionEntitlement>
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors List<GetCmVersionFlavor>
    (String) Flavor of the offering.
    iamPermissions List<GetCmVersionIamPermission>
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id String
    (String) Optional - Offering ID - not required if name is set.
    imageManifestUrl String
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    imagePullKeyName String
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs List<GetCmVersionInstall>
    (List) Script information. Nested scheme for install:
    isConsumable Boolean
    (Boolean) Is the version able to be shared.
    kindId String
    (String) Kind ID.
    licenses List<GetCmVersionLicense>
    (List) List of licenses the product was built with. Nested scheme for licenses:
    longDescription String
    (String) Long description for version.
    longDescriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    metadatas List<GetCmVersionMetadata>
    (Map) Resource metadata.
    offeringId String
    (String) Offering ID.
    outputs List<GetCmVersionOutput>
    (List) List of output values for this version. Nested scheme for outputs:
    packageVersion String
    (String) Version of the package used to create this version.
    preInstalls List<GetCmVersionPreInstall>
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repoUrl String
    (String) Content's repo URL.
    requiredResources List<GetCmVersionRequiredResource>
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev String
    (String) Cloudant revision.
    sha String
    (String) SHA256 fingerprint of image.
    singleInstance Boolean
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solutionInfos List<GetCmVersionSolutionInfo>
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    sourceUrl String
    (String) Content's source URL (e.g git repo).
    states List<GetCmVersionState>
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags List<String>
    (List) List of tags associated with this catalog.
    tgzUrl String
    (String) File used to on-board this version.
    updated String
    (String) The date and time this version was last updated.
    validations List<GetCmVersionValidation>
    (List) Validation response. Nested scheme for validation:
    version String
    (String) Version of content type.
    versionId String
    (String) Unique ID.
    versionLocId String
    versionLocator String
    (String) A dotted value of catalogID.versionID.
    whitelistedAccounts List<String>
    (List) Whitelisted accounts for version.
    catalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    configurations GetCmVersionConfiguration[]
    (List) List of user solicited overrides. Nested scheme for configuration:
    created string
    (String) The date and time this version was created.
    crn string
    (String) Version's CRN.
    deprecatePendings GetCmVersionDeprecatePending[]
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated boolean
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements GetCmVersionEntitlement[]
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors GetCmVersionFlavor[]
    (String) Flavor of the offering.
    iamPermissions GetCmVersionIamPermission[]
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id string
    (String) Optional - Offering ID - not required if name is set.
    imageManifestUrl string
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    imagePullKeyName string
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs GetCmVersionInstall[]
    (List) Script information. Nested scheme for install:
    isConsumable boolean
    (Boolean) Is the version able to be shared.
    kindId string
    (String) Kind ID.
    licenses GetCmVersionLicense[]
    (List) List of licenses the product was built with. Nested scheme for licenses:
    longDescription string
    (String) Long description for version.
    longDescriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    metadatas GetCmVersionMetadata[]
    (Map) Resource metadata.
    offeringId string
    (String) Offering ID.
    outputs GetCmVersionOutput[]
    (List) List of output values for this version. Nested scheme for outputs:
    packageVersion string
    (String) Version of the package used to create this version.
    preInstalls GetCmVersionPreInstall[]
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repoUrl string
    (String) Content's repo URL.
    requiredResources GetCmVersionRequiredResource[]
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev string
    (String) Cloudant revision.
    sha string
    (String) SHA256 fingerprint of image.
    singleInstance boolean
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solutionInfos GetCmVersionSolutionInfo[]
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    sourceUrl string
    (String) Content's source URL (e.g git repo).
    states GetCmVersionState[]
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags string[]
    (List) List of tags associated with this catalog.
    tgzUrl string
    (String) File used to on-board this version.
    updated string
    (String) The date and time this version was last updated.
    validations GetCmVersionValidation[]
    (List) Validation response. Nested scheme for validation:
    version string
    (String) Version of content type.
    versionId string
    (String) Unique ID.
    versionLocId string
    versionLocator string
    (String) A dotted value of catalogID.versionID.
    whitelistedAccounts string[]
    (List) Whitelisted accounts for version.
    catalog_id str
    (String) Optional - If not specified, assumes the Public Catalog.
    configurations Sequence[GetCmVersionConfiguration]
    (List) List of user solicited overrides. Nested scheme for configuration:
    created str
    (String) The date and time this version was created.
    crn str
    (String) Version's CRN.
    deprecate_pendings Sequence[GetCmVersionDeprecatePending]
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated bool
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements Sequence[GetCmVersionEntitlement]
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors Sequence[GetCmVersionFlavor]
    (String) Flavor of the offering.
    iam_permissions Sequence[GetCmVersionIamPermission]
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id str
    (String) Optional - Offering ID - not required if name is set.
    image_manifest_url str
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    image_pull_key_name str
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs Sequence[GetCmVersionInstall]
    (List) Script information. Nested scheme for install:
    is_consumable bool
    (Boolean) Is the version able to be shared.
    kind_id str
    (String) Kind ID.
    licenses Sequence[GetCmVersionLicense]
    (List) List of licenses the product was built with. Nested scheme for licenses:
    long_description str
    (String) Long description for version.
    long_description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    metadatas Sequence[GetCmVersionMetadata]
    (Map) Resource metadata.
    offering_id str
    (String) Offering ID.
    outputs Sequence[GetCmVersionOutput]
    (List) List of output values for this version. Nested scheme for outputs:
    package_version str
    (String) Version of the package used to create this version.
    pre_installs Sequence[GetCmVersionPreInstall]
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repo_url str
    (String) Content's repo URL.
    required_resources Sequence[GetCmVersionRequiredResource]
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev str
    (String) Cloudant revision.
    sha str
    (String) SHA256 fingerprint of image.
    single_instance bool
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solution_infos Sequence[GetCmVersionSolutionInfo]
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    source_url str
    (String) Content's source URL (e.g git repo).
    states Sequence[GetCmVersionState]
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags Sequence[str]
    (List) List of tags associated with this catalog.
    tgz_url str
    (String) File used to on-board this version.
    updated str
    (String) The date and time this version was last updated.
    validations Sequence[GetCmVersionValidation]
    (List) Validation response. Nested scheme for validation:
    version str
    (String) Version of content type.
    version_id str
    (String) Unique ID.
    version_loc_id str
    version_locator str
    (String) A dotted value of catalogID.versionID.
    whitelisted_accounts Sequence[str]
    (List) Whitelisted accounts for version.
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    configurations List<Property Map>
    (List) List of user solicited overrides. Nested scheme for configuration:
    created String
    (String) The date and time this version was created.
    crn String
    (String) Version's CRN.
    deprecatePendings List<Property Map>
    (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
    deprecated Boolean
    (Boolean) read only field, indicating if this version is deprecated.
    entitlements List<Property Map>
    (List) Entitlement license info. Nested scheme for entitlement:
    flavors List<Property Map>
    (String) Flavor of the offering.
    iamPermissions List<Property Map>
    (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
    id String
    (String) Optional - Offering ID - not required if name is set.
    imageManifestUrl String
    (String) If set, denotes a url to a YAML file with list of container images used by this version.
    imagePullKeyName String
    (String) ID of the image pull key to use from Offering.ImagePullKeys.
    installs List<Property Map>
    (List) Script information. Nested scheme for install:
    isConsumable Boolean
    (Boolean) Is the version able to be shared.
    kindId String
    (String) Kind ID.
    licenses List<Property Map>
    (List) List of licenses the product was built with. Nested scheme for licenses:
    longDescription String
    (String) Long description for version.
    longDescriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    metadatas List<Property Map>
    (Map) Resource metadata.
    offeringId String
    (String) Offering ID.
    outputs List<Property Map>
    (List) List of output values for this version. Nested scheme for outputs:
    packageVersion String
    (String) Version of the package used to create this version.
    preInstalls List<Property Map>
    (List) Optional pre-install instructions. Nested scheme for pre_install:
    repoUrl String
    (String) Content's repo URL.
    requiredResources List<Property Map>
    (List) Resource requirments for installation. Nested scheme for required_resources:
    rev String
    (String) Cloudant revision.
    sha String
    (String) SHA256 fingerprint of image.
    singleInstance Boolean
    (Boolean) Denotes if single instance can be deployed to a given cluster.
    solutionInfos List<Property Map>
    (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
    sourceUrl String
    (String) Content's source URL (e.g git repo).
    states List<Property Map>
    (String) Current validation state - , in_progress, valid, invalid, expired.
    tags List<String>
    (List) List of tags associated with this catalog.
    tgzUrl String
    (String) File used to on-board this version.
    updated String
    (String) The date and time this version was last updated.
    validations List<Property Map>
    (List) Validation response. Nested scheme for validation:
    version String
    (String) Version of content type.
    versionId String
    (String) Unique ID.
    versionLocId String
    versionLocator String
    (String) A dotted value of catalogID.versionID.
    whitelistedAccounts List<String>
    (List) Whitelisted accounts for version.

    Supporting Types

    GetCmVersionConfiguration

    CustomConfigs List<GetCmVersionConfigurationCustomConfig>
    (List) Render type. Nested scheme for custom_config:
    DefaultValue string
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    Description string
    (String) Feature description.
    DisplayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    Hidden bool
    (Boolean) Hide values.
    Key string
    (String) Output key.
    Options List<ImmutableDictionary<string, string>>
    (List) List of options of type.
    Required bool
    (Boolean) Is key required to install.
    Type string
    (String) Type of this media item.
    TypeMetadata string
    (String) The original type, as found in the source being onboarded.
    ValueConstraint string
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    CustomConfigs []GetCmVersionConfigurationCustomConfig
    (List) Render type. Nested scheme for custom_config:
    DefaultValue string
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    Description string
    (String) Feature description.
    DisplayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    Hidden bool
    (Boolean) Hide values.
    Key string
    (String) Output key.
    Options []map[string]string
    (List) List of options of type.
    Required bool
    (Boolean) Is key required to install.
    Type string
    (String) Type of this media item.
    TypeMetadata string
    (String) The original type, as found in the source being onboarded.
    ValueConstraint string
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    customConfigs List<GetCmVersionConfigurationCustomConfig>
    (List) Render type. Nested scheme for custom_config:
    defaultValue String
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description String
    (String) Feature description.
    displayName String
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    hidden Boolean
    (Boolean) Hide values.
    key String
    (String) Output key.
    options List<Map<String,String>>
    (List) List of options of type.
    required Boolean
    (Boolean) Is key required to install.
    type String
    (String) Type of this media item.
    typeMetadata String
    (String) The original type, as found in the source being onboarded.
    valueConstraint String
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    customConfigs GetCmVersionConfigurationCustomConfig[]
    (List) Render type. Nested scheme for custom_config:
    defaultValue string
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description string
    (String) Feature description.
    displayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    hidden boolean
    (Boolean) Hide values.
    key string
    (String) Output key.
    options {[key: string]: string}[]
    (List) List of options of type.
    required boolean
    (Boolean) Is key required to install.
    type string
    (String) Type of this media item.
    typeMetadata string
    (String) The original type, as found in the source being onboarded.
    valueConstraint string
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    custom_configs Sequence[GetCmVersionConfigurationCustomConfig]
    (List) Render type. Nested scheme for custom_config:
    default_value str
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description str
    (String) Feature description.
    display_name str
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    hidden bool
    (Boolean) Hide values.
    key str
    (String) Output key.
    options Sequence[Mapping[str, str]]
    (List) List of options of type.
    required bool
    (Boolean) Is key required to install.
    type str
    (String) Type of this media item.
    type_metadata str
    (String) The original type, as found in the source being onboarded.
    value_constraint str
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].
    customConfigs List<Property Map>
    (List) Render type. Nested scheme for custom_config:
    defaultValue String
    (Map) The default value. To use a secret when the type is password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with cmsm_v1:.
    description String
    (String) Feature description.
    displayName String
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    hidden Boolean
    (Boolean) Hide values.
    key String
    (String) Output key.
    options List<Map<String>>
    (List) List of options of type.
    required Boolean
    (Boolean) Is key required to install.
    type String
    (String) Type of this media item.
    typeMetadata String
    (String) The original type, as found in the source being onboarded.
    valueConstraint String
    (String) Constraint associated with value, e.g., for string type - regx:[a-z].

    GetCmVersionConfigurationCustomConfig

    Associations List<GetCmVersionConfigurationCustomConfigAssociation>
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    ConfigConstraints Dictionary<string, string>
    (Map) Map of constraint parameters that will be passed to the custom widget.
    Grouping string
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    GroupingIndex double
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    OriginalGrouping string
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    Type string
    (String) Type of this media item.
    Associations []GetCmVersionConfigurationCustomConfigAssociation
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    ConfigConstraints map[string]string
    (Map) Map of constraint parameters that will be passed to the custom widget.
    Grouping string
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    GroupingIndex float64
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    OriginalGrouping string
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    Type string
    (String) Type of this media item.
    associations List<GetCmVersionConfigurationCustomConfigAssociation>
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    configConstraints Map<String,String>
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping String
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    groupingIndex Double
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    originalGrouping String
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type String
    (String) Type of this media item.
    associations GetCmVersionConfigurationCustomConfigAssociation[]
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    configConstraints {[key: string]: string}
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping string
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    groupingIndex number
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    originalGrouping string
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type string
    (String) Type of this media item.
    associations Sequence[GetCmVersionConfigurationCustomConfigAssociation]
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    config_constraints Mapping[str, str]
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping str
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    grouping_index float
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    original_grouping str
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type str
    (String) Type of this media item.
    associations List<Property Map>
    (List) List of parameters that are associated with this configuration. Nested scheme for associations:
    configConstraints Map<String>
    (Map) Map of constraint parameters that will be passed to the custom widget.
    grouping String
    (String) Determines where this configuration type is rendered (3 sections today - Target, Resource, and Deployment).
    groupingIndex Number
    (Integer) Determines the order that this configuration item shows in that particular grouping.
    originalGrouping String
    (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
    type String
    (String) Type of this media item.

    GetCmVersionConfigurationCustomConfigAssociation

    Parameters List<GetCmVersionConfigurationCustomConfigAssociationParameter>
    (List) Parameters for this association. Nested scheme for parameters:
    Parameters []GetCmVersionConfigurationCustomConfigAssociationParameter
    (List) Parameters for this association. Nested scheme for parameters:
    parameters List<GetCmVersionConfigurationCustomConfigAssociationParameter>
    (List) Parameters for this association. Nested scheme for parameters:
    parameters GetCmVersionConfigurationCustomConfigAssociationParameter[]
    (List) Parameters for this association. Nested scheme for parameters:
    parameters Sequence[GetCmVersionConfigurationCustomConfigAssociationParameter]
    (List) Parameters for this association. Nested scheme for parameters:
    parameters List<Property Map>
    (List) Parameters for this association. Nested scheme for parameters:

    GetCmVersionConfigurationCustomConfigAssociationParameter

    Name string
    (String) Optional - Programmatic Offering name.
    OptionsRefresh bool
    (Boolean) Refresh options.
    Name string
    (String) Optional - Programmatic Offering name.
    OptionsRefresh bool
    (Boolean) Refresh options.
    name String
    (String) Optional - Programmatic Offering name.
    optionsRefresh Boolean
    (Boolean) Refresh options.
    name string
    (String) Optional - Programmatic Offering name.
    optionsRefresh boolean
    (Boolean) Refresh options.
    name str
    (String) Optional - Programmatic Offering name.
    options_refresh bool
    (Boolean) Refresh options.
    name String
    (String) Optional - Programmatic Offering name.
    optionsRefresh Boolean
    (Boolean) Refresh options.

    GetCmVersionDeprecatePending

    DeprecateDate string
    (String) Date of deprecation.
    DeprecateState string
    (String) Deprecation state.
    Description string
    (String) Feature description.
    DeprecateDate string
    (String) Date of deprecation.
    DeprecateState string
    (String) Deprecation state.
    Description string
    (String) Feature description.
    deprecateDate String
    (String) Date of deprecation.
    deprecateState String
    (String) Deprecation state.
    description String
    (String) Feature description.
    deprecateDate string
    (String) Date of deprecation.
    deprecateState string
    (String) Deprecation state.
    description string
    (String) Feature description.
    deprecate_date str
    (String) Date of deprecation.
    deprecate_state str
    (String) Deprecation state.
    description str
    (String) Feature description.
    deprecateDate String
    (String) Date of deprecation.
    deprecateState String
    (String) Deprecation state.
    description String
    (String) Feature description.

    GetCmVersionEntitlement

    ImageRepoName string
    (String) Image repository name.
    PartNumbers List<string>
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    ProductId string
    (String) Product ID.
    ProviderId string
    (String) Provider ID.
    ProviderName string
    (String) Provider name.
    ImageRepoName string
    (String) Image repository name.
    PartNumbers []string
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    ProductId string
    (String) Product ID.
    ProviderId string
    (String) Provider ID.
    ProviderName string
    (String) Provider name.
    imageRepoName String
    (String) Image repository name.
    partNumbers List<String>
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    productId String
    (String) Product ID.
    providerId String
    (String) Provider ID.
    providerName String
    (String) Provider name.
    imageRepoName string
    (String) Image repository name.
    partNumbers string[]
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    productId string
    (String) Product ID.
    providerId string
    (String) Provider ID.
    providerName string
    (String) Provider name.
    image_repo_name str
    (String) Image repository name.
    part_numbers Sequence[str]
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    product_id str
    (String) Product ID.
    provider_id str
    (String) Provider ID.
    provider_name str
    (String) Provider name.
    imageRepoName String
    (String) Image repository name.
    partNumbers List<String>
    (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
    productId String
    (String) Product ID.
    providerId String
    (String) Provider ID.
    providerName String
    (String) Provider name.

    GetCmVersionFlavor

    Index double
    (Integer) Order that this flavor should appear when listed for a single version.
    Label string
    (String) Label for this flavor.
    LabelI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Name string
    (String) Optional - Programmatic Offering name.
    Index float64
    (Integer) Order that this flavor should appear when listed for a single version.
    Label string
    (String) Label for this flavor.
    LabelI18n map[string]string
    (Map) A map of translated strings, by language code.
    Name string
    (String) Optional - Programmatic Offering name.
    index Double
    (Integer) Order that this flavor should appear when listed for a single version.
    label String
    (String) Label for this flavor.
    labelI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    name String
    (String) Optional - Programmatic Offering name.
    index number
    (Integer) Order that this flavor should appear when listed for a single version.
    label string
    (String) Label for this flavor.
    labelI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    name string
    (String) Optional - Programmatic Offering name.
    index float
    (Integer) Order that this flavor should appear when listed for a single version.
    label str
    (String) Label for this flavor.
    label_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    name str
    (String) Optional - Programmatic Offering name.
    index Number
    (Integer) Order that this flavor should appear when listed for a single version.
    label String
    (String) Label for this flavor.
    labelI18n Map<String>
    (Map) A map of translated strings, by language code.
    name String
    (String) Optional - Programmatic Offering name.

    GetCmVersionIamPermission

    Resources List<GetCmVersionIamPermissionResource>
    (List) Resources. Nested scheme for resources:
    RoleCrns List<string>
    (List) Role CRNs for this permission.
    ServiceName string
    (String) Service name.
    Resources []GetCmVersionIamPermissionResource
    (List) Resources. Nested scheme for resources:
    RoleCrns []string
    (List) Role CRNs for this permission.
    ServiceName string
    (String) Service name.
    resources List<GetCmVersionIamPermissionResource>
    (List) Resources. Nested scheme for resources:
    roleCrns List<String>
    (List) Role CRNs for this permission.
    serviceName String
    (String) Service name.
    resources GetCmVersionIamPermissionResource[]
    (List) Resources. Nested scheme for resources:
    roleCrns string[]
    (List) Role CRNs for this permission.
    serviceName string
    (String) Service name.
    resources Sequence[GetCmVersionIamPermissionResource]
    (List) Resources. Nested scheme for resources:
    role_crns Sequence[str]
    (List) Role CRNs for this permission.
    service_name str
    (String) Service name.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    roleCrns List<String>
    (List) Role CRNs for this permission.
    serviceName String
    (String) Service name.

    GetCmVersionIamPermissionResource

    Description string
    (String) Feature description.
    Name string
    (String) Optional - Programmatic Offering name.
    RoleCrns List<string>
    (List) Role CRNs for this permission.
    Description string
    (String) Feature description.
    Name string
    (String) Optional - Programmatic Offering name.
    RoleCrns []string
    (List) Role CRNs for this permission.
    description String
    (String) Feature description.
    name String
    (String) Optional - Programmatic Offering name.
    roleCrns List<String>
    (List) Role CRNs for this permission.
    description string
    (String) Feature description.
    name string
    (String) Optional - Programmatic Offering name.
    roleCrns string[]
    (List) Role CRNs for this permission.
    description str
    (String) Feature description.
    name str
    (String) Optional - Programmatic Offering name.
    role_crns Sequence[str]
    (List) Role CRNs for this permission.
    description String
    (String) Feature description.
    name String
    (String) Optional - Programmatic Offering name.
    roleCrns List<String>
    (List) Role CRNs for this permission.

    GetCmVersionInstall

    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n map[string]string
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript string
    (String) Optional script that if run will remove the installed version.
    instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script string
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    delete_script str
    (String) Optional script that if run will remove the installed version.
    instructions str
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructions_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    scope str
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script str
    (String) Optional script that needs to be run post any pre-condition script.
    script_permission str
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.

    GetCmVersionLicense

    Description string
    (String) Feature description.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Type string
    (String) Type of this media item.
    Url string
    (String) URL of the specified media item being proxied.
    Description string
    (String) Feature description.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Type string
    (String) Type of this media item.
    Url string
    (String) URL of the specified media item being proxied.
    description String
    (String) Feature description.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    type String
    (String) Type of this media item.
    url String
    (String) URL of the specified media item being proxied.
    description string
    (String) Feature description.
    id string
    (String) Optional - Offering ID - not required if name is set.
    name string
    (String) Optional - Programmatic Offering name.
    type string
    (String) Type of this media item.
    url string
    (String) URL of the specified media item being proxied.
    description str
    (String) Feature description.
    id str
    (String) Optional - Offering ID - not required if name is set.
    name str
    (String) Optional - Programmatic Offering name.
    type str
    (String) Type of this media item.
    url str
    (String) URL of the specified media item being proxied.
    description String
    (String) Feature description.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    type String
    (String) Type of this media item.
    url String
    (String) URL of the specified media item being proxied.

    GetCmVersionMetadata

    EndDeployTime string
    (String) The time validation ends.
    EstDeployTime double
    (String) The estimated time validation takes.
    ExampleName string
    (String) Name of example directory that contains source files in existing examples directory.
    Files List<GetCmVersionMetadataFile>
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    Images List<GetCmVersionMetadataImage>
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    MinimumProvisionedSize double
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    Modules List<GetCmVersionMetadataModule>
    OperatingSystems List<GetCmVersionMetadataOperatingSystem>
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    SourceUrl string
    (String) Content's source URL (e.g git repo).
    StartDeployTime string
    (String) The time validation starts.
    TerraformVersion string
    Usage string
    (String) Usage text for the version.
    UsageTemplate string
    (String) Usage text for the version. Nested scheme for modules:
    ValidatedTerraformVersion string
    VersionName string
    (String) Name of the version.
    VsiVpcs List<GetCmVersionMetadataVsiVpc>
    (List) VSI information for this version. Nested scheme for vsi_vpc:
    WorkingDirectory string
    (String) Working directory of source files.
    EndDeployTime string
    (String) The time validation ends.
    EstDeployTime float64
    (String) The estimated time validation takes.
    ExampleName string
    (String) Name of example directory that contains source files in existing examples directory.
    Files []GetCmVersionMetadataFile
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    Images []GetCmVersionMetadataImage
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    MinimumProvisionedSize float64
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    Modules []GetCmVersionMetadataModule
    OperatingSystems []GetCmVersionMetadataOperatingSystem
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    SourceUrl string
    (String) Content's source URL (e.g git repo).
    StartDeployTime string
    (String) The time validation starts.
    TerraformVersion string
    Usage string
    (String) Usage text for the version.
    UsageTemplate string
    (String) Usage text for the version. Nested scheme for modules:
    ValidatedTerraformVersion string
    VersionName string
    (String) Name of the version.
    VsiVpcs []GetCmVersionMetadataVsiVpc
    (List) VSI information for this version. Nested scheme for vsi_vpc:
    WorkingDirectory string
    (String) Working directory of source files.
    endDeployTime String
    (String) The time validation ends.
    estDeployTime Double
    (String) The estimated time validation takes.
    exampleName String
    (String) Name of example directory that contains source files in existing examples directory.
    files List<GetCmVersionMetadataFile>
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images List<GetCmVersionMetadataImage>
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimumProvisionedSize Double
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    modules List<GetCmVersionMetadataModule>
    operatingSystems List<GetCmVersionMetadataOperatingSystem>
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    sourceUrl String
    (String) Content's source URL (e.g git repo).
    startDeployTime String
    (String) The time validation starts.
    terraformVersion String
    usage String
    (String) Usage text for the version.
    usageTemplate String
    (String) Usage text for the version. Nested scheme for modules:
    validatedTerraformVersion String
    versionName String
    (String) Name of the version.
    vsiVpcs List<GetCmVersionMetadataVsiVpc>
    (List) VSI information for this version. Nested scheme for vsi_vpc:
    workingDirectory String
    (String) Working directory of source files.
    endDeployTime string
    (String) The time validation ends.
    estDeployTime number
    (String) The estimated time validation takes.
    exampleName string
    (String) Name of example directory that contains source files in existing examples directory.
    files GetCmVersionMetadataFile[]
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images GetCmVersionMetadataImage[]
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimumProvisionedSize number
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    modules GetCmVersionMetadataModule[]
    operatingSystems GetCmVersionMetadataOperatingSystem[]
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    sourceUrl string
    (String) Content's source URL (e.g git repo).
    startDeployTime string
    (String) The time validation starts.
    terraformVersion string
    usage string
    (String) Usage text for the version.
    usageTemplate string
    (String) Usage text for the version. Nested scheme for modules:
    validatedTerraformVersion string
    versionName string
    (String) Name of the version.
    vsiVpcs GetCmVersionMetadataVsiVpc[]
    (List) VSI information for this version. Nested scheme for vsi_vpc:
    workingDirectory string
    (String) Working directory of source files.
    end_deploy_time str
    (String) The time validation ends.
    est_deploy_time float
    (String) The estimated time validation takes.
    example_name str
    (String) Name of example directory that contains source files in existing examples directory.
    files Sequence[GetCmVersionMetadataFile]
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images Sequence[GetCmVersionMetadataImage]
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimum_provisioned_size float
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    modules Sequence[GetCmVersionMetadataModule]
    operating_systems Sequence[GetCmVersionMetadataOperatingSystem]
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    source_url str
    (String) Content's source URL (e.g git repo).
    start_deploy_time str
    (String) The time validation starts.
    terraform_version str
    usage str
    (String) Usage text for the version.
    usage_template str
    (String) Usage text for the version. Nested scheme for modules:
    validated_terraform_version str
    version_name str
    (String) Name of the version.
    vsi_vpcs Sequence[GetCmVersionMetadataVsiVpc]
    (List) VSI information for this version. Nested scheme for vsi_vpc:
    working_directory str
    (String) Working directory of source files.
    endDeployTime String
    (String) The time validation ends.
    estDeployTime Number
    (String) The estimated time validation takes.
    exampleName String
    (String) Name of example directory that contains source files in existing examples directory.
    files List<Property Map>
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images List<Property Map>
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimumProvisionedSize Number
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    modules List<Property Map>
    operatingSystems List<Property Map>
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    sourceUrl String
    (String) Content's source URL (e.g git repo).
    startDeployTime String
    (String) The time validation starts.
    terraformVersion String
    usage String
    (String) Usage text for the version.
    usageTemplate String
    (String) Usage text for the version. Nested scheme for modules:
    validatedTerraformVersion String
    versionName String
    (String) Name of the version.
    vsiVpcs List<Property Map>
    (List) VSI information for this version. Nested scheme for vsi_vpc:
    workingDirectory String
    (String) Working directory of source files.

    GetCmVersionMetadataFile

    Size double
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    Size float64
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size Double
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size number
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size float
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size Number
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.

    GetCmVersionMetadataImage

    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Region string
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Region string
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    region String
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id string
    (String) Optional - Offering ID - not required if name is set.
    name string
    (String) Optional - Programmatic Offering name.
    region string
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id str
    (String) Optional - Offering ID - not required if name is set.
    name str
    (String) Optional - Programmatic Offering name.
    region str
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    region String
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.

    GetCmVersionMetadataModule

    Name string
    (String) Optional - Programmatic Offering name.
    OfferingReferences List<GetCmVersionMetadataModuleOfferingReference>
    Source string
    (String) Source of the module. Nested scheme for offering_reference:
    Name string
    (String) Optional - Programmatic Offering name.
    OfferingReferences []GetCmVersionMetadataModuleOfferingReference
    Source string
    (String) Source of the module. Nested scheme for offering_reference:
    name String
    (String) Optional - Programmatic Offering name.
    offeringReferences List<GetCmVersionMetadataModuleOfferingReference>
    source String
    (String) Source of the module. Nested scheme for offering_reference:
    name string
    (String) Optional - Programmatic Offering name.
    offeringReferences GetCmVersionMetadataModuleOfferingReference[]
    source string
    (String) Source of the module. Nested scheme for offering_reference:
    name str
    (String) Optional - Programmatic Offering name.
    offering_references Sequence[GetCmVersionMetadataModuleOfferingReference]
    source str
    (String) Source of the module. Nested scheme for offering_reference:
    name String
    (String) Optional - Programmatic Offering name.
    offeringReferences List<Property Map>
    source String
    (String) Source of the module. Nested scheme for offering_reference:

    GetCmVersionMetadataModuleOfferingReference

    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    Flavor string
    (String) Flavor of the offering.
    Flavors List<string>
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Kind string
    (String) Kind of the offering.
    Metadata string
    (Map) Resource metadata.
    Name string
    (String) Optional - Programmatic Offering name.
    Version string
    (String) Version of content type.
    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    Flavor string
    (String) Flavor of the offering.
    Flavors []string
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Kind string
    (String) Kind of the offering.
    Metadata string
    (Map) Resource metadata.
    Name string
    (String) Optional - Programmatic Offering name.
    Version string
    (String) Version of content type.
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    flavor String
    (String) Flavor of the offering.
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) Optional - Offering ID - not required if name is set.
    kind String
    (String) Kind of the offering.
    metadata String
    (Map) Resource metadata.
    name String
    (String) Optional - Programmatic Offering name.
    version String
    (String) Version of content type.
    catalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    flavor string
    (String) Flavor of the offering.
    flavors string[]
    (List) Optional - List of dependent flavors in the specified range.
    id string
    (String) Optional - Offering ID - not required if name is set.
    kind string
    (String) Kind of the offering.
    metadata string
    (Map) Resource metadata.
    name string
    (String) Optional - Programmatic Offering name.
    version string
    (String) Version of content type.
    catalog_id str
    (String) Optional - If not specified, assumes the Public Catalog.
    flavor str
    (String) Flavor of the offering.
    flavors Sequence[str]
    (List) Optional - List of dependent flavors in the specified range.
    id str
    (String) Optional - Offering ID - not required if name is set.
    kind str
    (String) Kind of the offering.
    metadata str
    (Map) Resource metadata.
    name str
    (String) Optional - Programmatic Offering name.
    version str
    (String) Version of content type.
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    flavor String
    (String) Flavor of the offering.
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) Optional - Offering ID - not required if name is set.
    kind String
    (String) Kind of the offering.
    metadata String
    (Map) Resource metadata.
    name String
    (String) Optional - Programmatic Offering name.
    version String
    (String) Version of content type.

    GetCmVersionMetadataOperatingSystem

    Architecture string
    (String) Operating system architecture. Required for virtual server image for VPC.
    DedicatedHostOnly bool
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    DisplayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    Family string
    (String) Software family for this operating system. Required for virtual server image for VPC.
    Href string
    (String) URL for this operating system. Required for virtual server image for VPC.
    Name string
    (String) Optional - Programmatic Offering name.
    Vendor string
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    Version string
    (String) Version of content type.
    Architecture string
    (String) Operating system architecture. Required for virtual server image for VPC.
    DedicatedHostOnly bool
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    DisplayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    Family string
    (String) Software family for this operating system. Required for virtual server image for VPC.
    Href string
    (String) URL for this operating system. Required for virtual server image for VPC.
    Name string
    (String) Optional - Programmatic Offering name.
    Vendor string
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    Version string
    (String) Version of content type.
    architecture String
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicatedHostOnly Boolean
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    displayName String
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family String
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href String
    (String) URL for this operating system. Required for virtual server image for VPC.
    name String
    (String) Optional - Programmatic Offering name.
    vendor String
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version String
    (String) Version of content type.
    architecture string
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicatedHostOnly boolean
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    displayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family string
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href string
    (String) URL for this operating system. Required for virtual server image for VPC.
    name string
    (String) Optional - Programmatic Offering name.
    vendor string
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version string
    (String) Version of content type.
    architecture str
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicated_host_only bool
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    display_name str
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family str
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href str
    (String) URL for this operating system. Required for virtual server image for VPC.
    name str
    (String) Optional - Programmatic Offering name.
    vendor str
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version str
    (String) Version of content type.
    architecture String
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicatedHostOnly Boolean
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    displayName String
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family String
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href String
    (String) URL for this operating system. Required for virtual server image for VPC.
    name String
    (String) Optional - Programmatic Offering name.
    vendor String
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version String
    (String) Version of content type.

    GetCmVersionMetadataVsiVpc

    Files List<GetCmVersionMetadataVsiVpcFile>
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    Images List<GetCmVersionMetadataVsiVpcImage>
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    MinimumProvisionedSize double
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    OperatingSystems List<GetCmVersionMetadataVsiVpcOperatingSystem>
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    Files []GetCmVersionMetadataVsiVpcFile
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    Images []GetCmVersionMetadataVsiVpcImage
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    MinimumProvisionedSize float64
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    OperatingSystems []GetCmVersionMetadataVsiVpcOperatingSystem
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    files List<GetCmVersionMetadataVsiVpcFile>
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images List<GetCmVersionMetadataVsiVpcImage>
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimumProvisionedSize Double
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    operatingSystems List<GetCmVersionMetadataVsiVpcOperatingSystem>
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    files GetCmVersionMetadataVsiVpcFile[]
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images GetCmVersionMetadataVsiVpcImage[]
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimumProvisionedSize number
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    operatingSystems GetCmVersionMetadataVsiVpcOperatingSystem[]
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    files Sequence[GetCmVersionMetadataVsiVpcFile]
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images Sequence[GetCmVersionMetadataVsiVpcImage]
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimum_provisioned_size float
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    operating_systems Sequence[GetCmVersionMetadataVsiVpcOperatingSystem]
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:
    files List<Property Map>
    (List) Details for the stored image file. Required for virtual server image for VPC. Nested scheme for file:
    images List<Property Map>
    (List) Image operating system. Required for virtual server image for VPC. Nested scheme for images:
    minimumProvisionedSize Number
    (Integer) Minimum size (in gigabytes) of a volume onto which this image may be provisioned. Required for virtual server image for VPC.
    operatingSystems List<Property Map>
    (List) Operating system included in this image. Required for virtual server image for VPC. Nested scheme for operating_system:

    GetCmVersionMetadataVsiVpcFile

    Size double
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    Size float64
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size Double
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size number
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size float
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.
    size Number
    (Integer) Size of the stored image file rounded up to the next gigabyte. Required for virtual server image for VPC.

    GetCmVersionMetadataVsiVpcImage

    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Region string
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Region string
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    region String
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id string
    (String) Optional - Offering ID - not required if name is set.
    name string
    (String) Optional - Programmatic Offering name.
    region string
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id str
    (String) Optional - Offering ID - not required if name is set.
    name str
    (String) Optional - Programmatic Offering name.
    region str
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    region String
    (String) Region the virtual server image is available in. Required for virtual server image for VPC.

    GetCmVersionMetadataVsiVpcOperatingSystem

    Architecture string
    (String) Operating system architecture. Required for virtual server image for VPC.
    DedicatedHostOnly bool
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    DisplayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    Family string
    (String) Software family for this operating system. Required for virtual server image for VPC.
    Href string
    (String) URL for this operating system. Required for virtual server image for VPC.
    Name string
    (String) Optional - Programmatic Offering name.
    Vendor string
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    Version string
    (String) Version of content type.
    Architecture string
    (String) Operating system architecture. Required for virtual server image for VPC.
    DedicatedHostOnly bool
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    DisplayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    Family string
    (String) Software family for this operating system. Required for virtual server image for VPC.
    Href string
    (String) URL for this operating system. Required for virtual server image for VPC.
    Name string
    (String) Optional - Programmatic Offering name.
    Vendor string
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    Version string
    (String) Version of content type.
    architecture String
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicatedHostOnly Boolean
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    displayName String
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family String
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href String
    (String) URL for this operating system. Required for virtual server image for VPC.
    name String
    (String) Optional - Programmatic Offering name.
    vendor String
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version String
    (String) Version of content type.
    architecture string
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicatedHostOnly boolean
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    displayName string
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family string
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href string
    (String) URL for this operating system. Required for virtual server image for VPC.
    name string
    (String) Optional - Programmatic Offering name.
    vendor string
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version string
    (String) Version of content type.
    architecture str
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicated_host_only bool
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    display_name str
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family str
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href str
    (String) URL for this operating system. Required for virtual server image for VPC.
    name str
    (String) Optional - Programmatic Offering name.
    vendor str
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version str
    (String) Version of content type.
    architecture String
    (String) Operating system architecture. Required for virtual server image for VPC.
    dedicatedHostOnly Boolean
    (Boolean) Images with this operating system can only be used on dedicated hosts or dedicated host groups. Required for virtual server image for VPC.
    displayName String
    (String) Unique, display-friendly name for the operating system. Required for virtual server image for VPC.
    family String
    (String) Software family for this operating system. Required for virtual server image for VPC.
    href String
    (String) URL for this operating system. Required for virtual server image for VPC.
    name String
    (String) Optional - Programmatic Offering name.
    vendor String
    (String) Vendor of the operating system. Required for virtual server image for VPC.
    version String
    (String) Version of content type.

    GetCmVersionOutput

    Description string
    (String) Feature description.
    Key string
    (String) Output key.
    Description string
    (String) Feature description.
    Key string
    (String) Output key.
    description String
    (String) Feature description.
    key String
    (String) Output key.
    description string
    (String) Feature description.
    key string
    (String) Output key.
    description str
    (String) Feature description.
    key str
    (String) Output key.
    description String
    (String) Feature description.
    key String
    (String) Output key.

    GetCmVersionPreInstall

    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    DeleteScript string
    (String) Optional script that if run will remove the installed version.
    Instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    InstructionsI18n map[string]string
    (Map) A map of translated strings, by language code.
    Scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    Script string
    (String) Optional script that needs to be run post any pre-condition script.
    ScriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript string
    (String) Optional script that if run will remove the installed version.
    instructions string
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    scope string
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script string
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission string
    (String) Optional iam permissions that are required on the target cluster to run this script.
    delete_script str
    (String) Optional script that if run will remove the installed version.
    instructions str
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructions_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    scope str
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script str
    (String) Optional script that needs to be run post any pre-condition script.
    script_permission str
    (String) Optional iam permissions that are required on the target cluster to run this script.
    deleteScript String
    (String) Optional script that if run will remove the installed version.
    instructions String
    (String) Instruction on step and by whom (role) that are needed to take place to prepare the target for installing this version.
    instructionsI18n Map<String>
    (Map) A map of translated strings, by language code.
    scope String
    (String) Optional value indicating if this script is scoped to a namespace or the entire cluster.
    script String
    (String) Optional script that needs to be run post any pre-condition script.
    scriptPermission String
    (String) Optional iam permissions that are required on the target cluster to run this script.

    GetCmVersionRequiredResource

    Type string
    (String) Type of this media item.
    Value string
    (Map) mem, disk, cores, and nodes can be parsed as an int. targetVersion will be a semver range value.
    Type string
    (String) Type of this media item.
    Value string
    (Map) mem, disk, cores, and nodes can be parsed as an int. targetVersion will be a semver range value.
    type String
    (String) Type of this media item.
    value String
    (Map) mem, disk, cores, and nodes can be parsed as an int. targetVersion will be a semver range value.
    type string
    (String) Type of this media item.
    value string
    (Map) mem, disk, cores, and nodes can be parsed as an int. targetVersion will be a semver range value.
    type str
    (String) Type of this media item.
    value str
    (Map) mem, disk, cores, and nodes can be parsed as an int. targetVersion will be a semver range value.
    type String
    (String) Type of this media item.
    value String
    (Map) mem, disk, cores, and nodes can be parsed as an int. targetVersion will be a semver range value.

    GetCmVersionSolutionInfo

    ArchitectureDiagrams List<GetCmVersionSolutionInfoArchitectureDiagram>
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    CostEstimates List<GetCmVersionSolutionInfoCostEstimate>
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    Dependencies List<GetCmVersionSolutionInfoDependency>
    (List) Dependencies for this solution. Nested scheme for dependencies:
    Features List<GetCmVersionSolutionInfoFeature>
    (List) Features - titles only. Nested scheme for features:
    ArchitectureDiagrams []GetCmVersionSolutionInfoArchitectureDiagram
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    CostEstimates []GetCmVersionSolutionInfoCostEstimate
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    Dependencies []GetCmVersionSolutionInfoDependency
    (List) Dependencies for this solution. Nested scheme for dependencies:
    Features []GetCmVersionSolutionInfoFeature
    (List) Features - titles only. Nested scheme for features:
    architectureDiagrams List<GetCmVersionSolutionInfoArchitectureDiagram>
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    costEstimates List<GetCmVersionSolutionInfoCostEstimate>
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies List<GetCmVersionSolutionInfoDependency>
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features List<GetCmVersionSolutionInfoFeature>
    (List) Features - titles only. Nested scheme for features:
    architectureDiagrams GetCmVersionSolutionInfoArchitectureDiagram[]
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    costEstimates GetCmVersionSolutionInfoCostEstimate[]
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies GetCmVersionSolutionInfoDependency[]
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features GetCmVersionSolutionInfoFeature[]
    (List) Features - titles only. Nested scheme for features:
    architecture_diagrams Sequence[GetCmVersionSolutionInfoArchitectureDiagram]
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    cost_estimates Sequence[GetCmVersionSolutionInfoCostEstimate]
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies Sequence[GetCmVersionSolutionInfoDependency]
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features Sequence[GetCmVersionSolutionInfoFeature]
    (List) Features - titles only. Nested scheme for features:
    architectureDiagrams List<Property Map>
    (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
    costEstimates List<Property Map>
    (List) Cost estimate definition. Nested scheme for cost_estimate:
    dependencies List<Property Map>
    (List) Dependencies for this solution. Nested scheme for dependencies:
    features List<Property Map>
    (List) Features - titles only. Nested scheme for features:

    GetCmVersionSolutionInfoArchitectureDiagram

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Diagrams List<GetCmVersionSolutionInfoArchitectureDiagramDiagram>
    (List) Offering Media information. Nested scheme for diagram:
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Diagrams []GetCmVersionSolutionInfoArchitectureDiagramDiagram
    (List) Offering Media information. Nested scheme for diagram:
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    diagrams List<GetCmVersionSolutionInfoArchitectureDiagramDiagram>
    (List) Offering Media information. Nested scheme for diagram:
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    diagrams GetCmVersionSolutionInfoArchitectureDiagramDiagram[]
    (List) Offering Media information. Nested scheme for diagram:
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    diagrams Sequence[GetCmVersionSolutionInfoArchitectureDiagramDiagram]
    (List) Offering Media information. Nested scheme for diagram:
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    diagrams List<Property Map>
    (List) Offering Media information. Nested scheme for diagram:

    GetCmVersionSolutionInfoArchitectureDiagramDiagram

    ApiUrl string
    (String) CM API specific URL of the specified media item.
    Caption string
    (String) Caption for this media item.
    CaptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    ThumbnailUrl string
    (String) Thumbnail URL for this media item.
    Type string
    (String) Type of this media item.
    Url string
    (String) URL of the specified media item being proxied.
    UrlProxies List<GetCmVersionSolutionInfoArchitectureDiagramDiagramUrlProxy>
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    ApiUrl string
    (String) CM API specific URL of the specified media item.
    Caption string
    (String) Caption for this media item.
    CaptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    ThumbnailUrl string
    (String) Thumbnail URL for this media item.
    Type string
    (String) Type of this media item.
    Url string
    (String) URL of the specified media item being proxied.
    UrlProxies []GetCmVersionSolutionInfoArchitectureDiagramDiagramUrlProxy
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl String
    (String) CM API specific URL of the specified media item.
    caption String
    (String) Caption for this media item.
    captionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    thumbnailUrl String
    (String) Thumbnail URL for this media item.
    type String
    (String) Type of this media item.
    url String
    (String) URL of the specified media item being proxied.
    urlProxies List<GetCmVersionSolutionInfoArchitectureDiagramDiagramUrlProxy>
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl string
    (String) CM API specific URL of the specified media item.
    caption string
    (String) Caption for this media item.
    captionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    thumbnailUrl string
    (String) Thumbnail URL for this media item.
    type string
    (String) Type of this media item.
    url string
    (String) URL of the specified media item being proxied.
    urlProxies GetCmVersionSolutionInfoArchitectureDiagramDiagramUrlProxy[]
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    api_url str
    (String) CM API specific URL of the specified media item.
    caption str
    (String) Caption for this media item.
    caption_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    thumbnail_url str
    (String) Thumbnail URL for this media item.
    type str
    (String) Type of this media item.
    url str
    (String) URL of the specified media item being proxied.
    url_proxies Sequence[GetCmVersionSolutionInfoArchitectureDiagramDiagramUrlProxy]
    (List) Offering URL proxy information. Nested scheme for url_proxy:
    apiUrl String
    (String) CM API specific URL of the specified media item.
    caption String
    (String) Caption for this media item.
    captionI18n Map<String>
    (Map) A map of translated strings, by language code.
    thumbnailUrl String
    (String) Thumbnail URL for this media item.
    type String
    (String) Type of this media item.
    url String
    (String) URL of the specified media item being proxied.
    urlProxies List<Property Map>
    (List) Offering URL proxy information. Nested scheme for url_proxy:

    GetCmVersionSolutionInfoArchitectureDiagramDiagramUrlProxy

    Sha string
    (String) SHA256 fingerprint of image.
    Url string
    (String) URL of the specified media item being proxied.
    Sha string
    (String) SHA256 fingerprint of image.
    Url string
    (String) URL of the specified media item being proxied.
    sha String
    (String) SHA256 fingerprint of image.
    url String
    (String) URL of the specified media item being proxied.
    sha string
    (String) SHA256 fingerprint of image.
    url string
    (String) URL of the specified media item being proxied.
    sha str
    (String) SHA256 fingerprint of image.
    url str
    (String) URL of the specified media item being proxied.
    sha String
    (String) SHA256 fingerprint of image.
    url String
    (String) URL of the specified media item being proxied.

    GetCmVersionSolutionInfoCostEstimate

    Currency string
    (String) Cost estimate currency.
    DiffTotalHourlyCost string
    (String) Difference in total hourly cost.
    DiffTotalMonthlyCost string
    (String) Difference in total monthly cost.
    PastTotalHourlyCost string
    (String) Past total hourly cost.
    PastTotalMonthlyCost string
    (String) Past total monthly cost.
    Projects List<GetCmVersionSolutionInfoCostEstimateProject>
    (List) Cost estimate projects. Nested scheme for projects:
    Summaries List<GetCmVersionSolutionInfoCostEstimateSummary>
    (List) Cost summary definition. Nested scheme for summary:
    TimeGenerated string
    (String) When this estimate was generated.
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCost string
    (String) Total monthly cost.
    Version string
    (String) Version of content type.
    Currency string
    (String) Cost estimate currency.
    DiffTotalHourlyCost string
    (String) Difference in total hourly cost.
    DiffTotalMonthlyCost string
    (String) Difference in total monthly cost.
    PastTotalHourlyCost string
    (String) Past total hourly cost.
    PastTotalMonthlyCost string
    (String) Past total monthly cost.
    Projects []GetCmVersionSolutionInfoCostEstimateProject
    (List) Cost estimate projects. Nested scheme for projects:
    Summaries []GetCmVersionSolutionInfoCostEstimateSummary
    (List) Cost summary definition. Nested scheme for summary:
    TimeGenerated string
    (String) When this estimate was generated.
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCost string
    (String) Total monthly cost.
    Version string
    (String) Version of content type.
    currency String
    (String) Cost estimate currency.
    diffTotalHourlyCost String
    (String) Difference in total hourly cost.
    diffTotalMonthlyCost String
    (String) Difference in total monthly cost.
    pastTotalHourlyCost String
    (String) Past total hourly cost.
    pastTotalMonthlyCost String
    (String) Past total monthly cost.
    projects List<GetCmVersionSolutionInfoCostEstimateProject>
    (List) Cost estimate projects. Nested scheme for projects:
    summaries List<GetCmVersionSolutionInfoCostEstimateSummary>
    (List) Cost summary definition. Nested scheme for summary:
    timeGenerated String
    (String) When this estimate was generated.
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCost String
    (String) Total monthly cost.
    version String
    (String) Version of content type.
    currency string
    (String) Cost estimate currency.
    diffTotalHourlyCost string
    (String) Difference in total hourly cost.
    diffTotalMonthlyCost string
    (String) Difference in total monthly cost.
    pastTotalHourlyCost string
    (String) Past total hourly cost.
    pastTotalMonthlyCost string
    (String) Past total monthly cost.
    projects GetCmVersionSolutionInfoCostEstimateProject[]
    (List) Cost estimate projects. Nested scheme for projects:
    summaries GetCmVersionSolutionInfoCostEstimateSummary[]
    (List) Cost summary definition. Nested scheme for summary:
    timeGenerated string
    (String) When this estimate was generated.
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCost string
    (String) Total monthly cost.
    version string
    (String) Version of content type.
    currency str
    (String) Cost estimate currency.
    diff_total_hourly_cost str
    (String) Difference in total hourly cost.
    diff_total_monthly_cost str
    (String) Difference in total monthly cost.
    past_total_hourly_cost str
    (String) Past total hourly cost.
    past_total_monthly_cost str
    (String) Past total monthly cost.
    projects Sequence[GetCmVersionSolutionInfoCostEstimateProject]
    (List) Cost estimate projects. Nested scheme for projects:
    summaries Sequence[GetCmVersionSolutionInfoCostEstimateSummary]
    (List) Cost summary definition. Nested scheme for summary:
    time_generated str
    (String) When this estimate was generated.
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    version str
    (String) Version of content type.
    currency String
    (String) Cost estimate currency.
    diffTotalHourlyCost String
    (String) Difference in total hourly cost.
    diffTotalMonthlyCost String
    (String) Difference in total monthly cost.
    pastTotalHourlyCost String
    (String) Past total hourly cost.
    pastTotalMonthlyCost String
    (String) Past total monthly cost.
    projects List<Property Map>
    (List) Cost estimate projects. Nested scheme for projects:
    summaries List<Property Map>
    (List) Cost summary definition. Nested scheme for summary:
    timeGenerated String
    (String) When this estimate was generated.
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCost String
    (String) Total monthly cost.
    version String
    (String) Version of content type.

    GetCmVersionSolutionInfoCostEstimateProject

    Breakdowns List<GetCmVersionSolutionInfoCostEstimateProjectBreakdown>
    (List) Cost breakdown definition. Nested scheme for breakdown:
    Diffs List<GetCmVersionSolutionInfoCostEstimateProjectDiff>
    (List) Cost breakdown definition. Nested scheme for diff:
    Metadata Dictionary<string, string>
    (Map) Resource metadata.
    Name string
    (String) Optional - Programmatic Offering name.
    PastBreakdowns List<GetCmVersionSolutionInfoCostEstimateProjectPastBreakdown>
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    Summaries List<GetCmVersionSolutionInfoCostEstimateProjectSummary>
    (List) Cost summary definition. Nested scheme for summary:
    Breakdowns []GetCmVersionSolutionInfoCostEstimateProjectBreakdown
    (List) Cost breakdown definition. Nested scheme for breakdown:
    Diffs []GetCmVersionSolutionInfoCostEstimateProjectDiff
    (List) Cost breakdown definition. Nested scheme for diff:
    Metadata map[string]string
    (Map) Resource metadata.
    Name string
    (String) Optional - Programmatic Offering name.
    PastBreakdowns []GetCmVersionSolutionInfoCostEstimateProjectPastBreakdown
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    Summaries []GetCmVersionSolutionInfoCostEstimateProjectSummary
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns List<GetCmVersionSolutionInfoCostEstimateProjectBreakdown>
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs List<GetCmVersionSolutionInfoCostEstimateProjectDiff>
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata Map<String,String>
    (Map) Resource metadata.
    name String
    (String) Optional - Programmatic Offering name.
    pastBreakdowns List<GetCmVersionSolutionInfoCostEstimateProjectPastBreakdown>
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries List<GetCmVersionSolutionInfoCostEstimateProjectSummary>
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns GetCmVersionSolutionInfoCostEstimateProjectBreakdown[]
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs GetCmVersionSolutionInfoCostEstimateProjectDiff[]
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata {[key: string]: string}
    (Map) Resource metadata.
    name string
    (String) Optional - Programmatic Offering name.
    pastBreakdowns GetCmVersionSolutionInfoCostEstimateProjectPastBreakdown[]
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries GetCmVersionSolutionInfoCostEstimateProjectSummary[]
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns Sequence[GetCmVersionSolutionInfoCostEstimateProjectBreakdown]
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs Sequence[GetCmVersionSolutionInfoCostEstimateProjectDiff]
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata Mapping[str, str]
    (Map) Resource metadata.
    name str
    (String) Optional - Programmatic Offering name.
    past_breakdowns Sequence[GetCmVersionSolutionInfoCostEstimateProjectPastBreakdown]
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries Sequence[GetCmVersionSolutionInfoCostEstimateProjectSummary]
    (List) Cost summary definition. Nested scheme for summary:
    breakdowns List<Property Map>
    (List) Cost breakdown definition. Nested scheme for breakdown:
    diffs List<Property Map>
    (List) Cost breakdown definition. Nested scheme for diff:
    metadata Map<String>
    (Map) Resource metadata.
    name String
    (String) Optional - Programmatic Offering name.
    pastBreakdowns List<Property Map>
    (List) Cost breakdown definition. Nested scheme for past_breakdown:
    summaries List<Property Map>
    (List) Cost summary definition. Nested scheme for summary:

    GetCmVersionSolutionInfoCostEstimateProjectBreakdown

    Resources List<GetCmVersionSolutionInfoCostEstimateProjectBreakdownResource>
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    Resources []GetCmVersionSolutionInfoCostEstimateProjectBreakdownResource
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    resources List<GetCmVersionSolutionInfoCostEstimateProjectBreakdownResource>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.
    resources GetCmVersionSolutionInfoCostEstimateProjectBreakdownResource[]
    (List) Resources. Nested scheme for resources:
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCOst string
    (String) Total monthly cost.
    resources Sequence[GetCmVersionSolutionInfoCostEstimateProjectBreakdownResource]
    (List) Resources. Nested scheme for resources:
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.

    GetCmVersionSolutionInfoCostEstimateProjectBreakdownResource

    CostComponents List<GetCmVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata Dictionary<string, string>
    (Map) Resource metadata.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) Optional - Programmatic Offering name.
    CostComponents []GetCmVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata map[string]string
    (Map) Resource metadata.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) Optional - Programmatic Offering name.
    costComponents List<GetCmVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String,String>
    (Map) Resource metadata.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) Optional - Programmatic Offering name.
    costComponents GetCmVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent[]
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost string
    (String) Hourly cost.
    metadata {[key: string]: string}
    (Map) Resource metadata.
    monthlyCost string
    (String) Monthly cost.
    name string
    (String) Optional - Programmatic Offering name.
    cost_components Sequence[GetCmVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent]
    (List) Cost components. Nested scheme for cost_components:
    hourly_cost str
    (String) Hourly cost.
    metadata Mapping[str, str]
    (Map) Resource metadata.
    monthly_cost str
    (String) Monthly cost.
    name str
    (String) Optional - Programmatic Offering name.
    costComponents List<Property Map>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String>
    (Map) Resource metadata.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) Optional - Programmatic Offering name.

    GetCmVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent

    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) Optional - Programmatic Offering name.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) Optional - Programmatic Offering name.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) Optional - Programmatic Offering name.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.
    hourlyCost string
    (String) Hourly cost.
    hourlyQuantity string
    (String) Cost component hourly quantity.
    monthlyCost string
    (String) Monthly cost.
    monthlyQuantity string
    (String) Cost component monthly quantity.
    name string
    (String) Optional - Programmatic Offering name.
    price string
    (String) Cost component price.
    unit string
    (String) Cost component unit.
    hourly_cost str
    (String) Hourly cost.
    hourly_quantity str
    (String) Cost component hourly quantity.
    monthly_cost str
    (String) Monthly cost.
    monthly_quantity str
    (String) Cost component monthly quantity.
    name str
    (String) Optional - Programmatic Offering name.
    price str
    (String) Cost component price.
    unit str
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) Optional - Programmatic Offering name.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.

    GetCmVersionSolutionInfoCostEstimateProjectDiff

    Resources List<GetCmVersionSolutionInfoCostEstimateProjectDiffResource>
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    Resources []GetCmVersionSolutionInfoCostEstimateProjectDiffResource
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    resources List<GetCmVersionSolutionInfoCostEstimateProjectDiffResource>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.
    resources GetCmVersionSolutionInfoCostEstimateProjectDiffResource[]
    (List) Resources. Nested scheme for resources:
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCOst string
    (String) Total monthly cost.
    resources Sequence[GetCmVersionSolutionInfoCostEstimateProjectDiffResource]
    (List) Resources. Nested scheme for resources:
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.

    GetCmVersionSolutionInfoCostEstimateProjectDiffResource

    CostComponents List<GetCmVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata Dictionary<string, string>
    (Map) Resource metadata.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) Optional - Programmatic Offering name.
    CostComponents []GetCmVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata map[string]string
    (Map) Resource metadata.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) Optional - Programmatic Offering name.
    costComponents List<GetCmVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String,String>
    (Map) Resource metadata.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) Optional - Programmatic Offering name.
    costComponents GetCmVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent[]
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost string
    (String) Hourly cost.
    metadata {[key: string]: string}
    (Map) Resource metadata.
    monthlyCost string
    (String) Monthly cost.
    name string
    (String) Optional - Programmatic Offering name.
    cost_components Sequence[GetCmVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent]
    (List) Cost components. Nested scheme for cost_components:
    hourly_cost str
    (String) Hourly cost.
    metadata Mapping[str, str]
    (Map) Resource metadata.
    monthly_cost str
    (String) Monthly cost.
    name str
    (String) Optional - Programmatic Offering name.
    costComponents List<Property Map>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String>
    (Map) Resource metadata.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) Optional - Programmatic Offering name.

    GetCmVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent

    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) Optional - Programmatic Offering name.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) Optional - Programmatic Offering name.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) Optional - Programmatic Offering name.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.
    hourlyCost string
    (String) Hourly cost.
    hourlyQuantity string
    (String) Cost component hourly quantity.
    monthlyCost string
    (String) Monthly cost.
    monthlyQuantity string
    (String) Cost component monthly quantity.
    name string
    (String) Optional - Programmatic Offering name.
    price string
    (String) Cost component price.
    unit string
    (String) Cost component unit.
    hourly_cost str
    (String) Hourly cost.
    hourly_quantity str
    (String) Cost component hourly quantity.
    monthly_cost str
    (String) Monthly cost.
    monthly_quantity str
    (String) Cost component monthly quantity.
    name str
    (String) Optional - Programmatic Offering name.
    price str
    (String) Cost component price.
    unit str
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) Optional - Programmatic Offering name.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.

    GetCmVersionSolutionInfoCostEstimateProjectPastBreakdown

    Resources List<GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResource>
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    Resources []GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResource
    (List) Resources. Nested scheme for resources:
    TotalHourlyCost string
    (String) Total hourly cost.
    TotalMonthlyCOst string
    (String) Total monthly cost.
    resources List<GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResource>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.
    resources GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResource[]
    (List) Resources. Nested scheme for resources:
    totalHourlyCost string
    (String) Total hourly cost.
    totalMonthlyCOst string
    (String) Total monthly cost.
    resources Sequence[GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResource]
    (List) Resources. Nested scheme for resources:
    total_hourly_cost str
    (String) Total hourly cost.
    total_monthly_cost str
    (String) Total monthly cost.
    resources List<Property Map>
    (List) Resources. Nested scheme for resources:
    totalHourlyCost String
    (String) Total hourly cost.
    totalMonthlyCOst String
    (String) Total monthly cost.

    GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResource

    CostComponents List<GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata Dictionary<string, string>
    (Map) Resource metadata.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) Optional - Programmatic Offering name.
    CostComponents []GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent
    (List) Cost components. Nested scheme for cost_components:
    HourlyCost string
    (String) Hourly cost.
    Metadata map[string]string
    (Map) Resource metadata.
    MonthlyCost string
    (String) Monthly cost.
    Name string
    (String) Optional - Programmatic Offering name.
    costComponents List<GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String,String>
    (Map) Resource metadata.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) Optional - Programmatic Offering name.
    costComponents GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent[]
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost string
    (String) Hourly cost.
    metadata {[key: string]: string}
    (Map) Resource metadata.
    monthlyCost string
    (String) Monthly cost.
    name string
    (String) Optional - Programmatic Offering name.
    cost_components Sequence[GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent]
    (List) Cost components. Nested scheme for cost_components:
    hourly_cost str
    (String) Hourly cost.
    metadata Mapping[str, str]
    (Map) Resource metadata.
    monthly_cost str
    (String) Monthly cost.
    name str
    (String) Optional - Programmatic Offering name.
    costComponents List<Property Map>
    (List) Cost components. Nested scheme for cost_components:
    hourlyCost String
    (String) Hourly cost.
    metadata Map<String>
    (Map) Resource metadata.
    monthlyCost String
    (String) Monthly cost.
    name String
    (String) Optional - Programmatic Offering name.

    GetCmVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent

    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) Optional - Programmatic Offering name.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    HourlyCost string
    (String) Hourly cost.
    HourlyQuantity string
    (String) Cost component hourly quantity.
    MonthlyCost string
    (String) Monthly cost.
    MonthlyQuantity string
    (String) Cost component monthly quantity.
    Name string
    (String) Optional - Programmatic Offering name.
    Price string
    (String) Cost component price.
    Unit string
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) Optional - Programmatic Offering name.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.
    hourlyCost string
    (String) Hourly cost.
    hourlyQuantity string
    (String) Cost component hourly quantity.
    monthlyCost string
    (String) Monthly cost.
    monthlyQuantity string
    (String) Cost component monthly quantity.
    name string
    (String) Optional - Programmatic Offering name.
    price string
    (String) Cost component price.
    unit string
    (String) Cost component unit.
    hourly_cost str
    (String) Hourly cost.
    hourly_quantity str
    (String) Cost component hourly quantity.
    monthly_cost str
    (String) Monthly cost.
    monthly_quantity str
    (String) Cost component monthly quantity.
    name str
    (String) Optional - Programmatic Offering name.
    price str
    (String) Cost component price.
    unit str
    (String) Cost component unit.
    hourlyCost String
    (String) Hourly cost.
    hourlyQuantity String
    (String) Cost component hourly quantity.
    monthlyCost String
    (String) Monthly cost.
    monthlyQuantity String
    (String) Cost component monthly quantity.
    name String
    (String) Optional - Programmatic Offering name.
    price String
    (String) Cost component price.
    unit String
    (String) Cost component unit.

    GetCmVersionSolutionInfoCostEstimateProjectSummary

    NoPriceResourceCounts Dictionary<string, string>
    (Map) No price resource counts.
    TotalDetectedResources double
    (Integer) Total detected resources.
    TotalNoPriceResources double
    (Integer) Total no price resources.
    TotalSupportedResources double
    (Integer) Total supported resources.
    TotalUnsupportedResources double
    (Integer) Total unsupported resources.
    TotalUsageBasedResources double
    (Integer) Total usage based resources.
    UnsupportedResourceCounts Dictionary<string, string>
    (Map) Unsupported resource counts.
    NoPriceResourceCounts map[string]string
    (Map) No price resource counts.
    TotalDetectedResources float64
    (Integer) Total detected resources.
    TotalNoPriceResources float64
    (Integer) Total no price resources.
    TotalSupportedResources float64
    (Integer) Total supported resources.
    TotalUnsupportedResources float64
    (Integer) Total unsupported resources.
    TotalUsageBasedResources float64
    (Integer) Total usage based resources.
    UnsupportedResourceCounts map[string]string
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String,String>
    (Map) No price resource counts.
    totalDetectedResources Double
    (Integer) Total detected resources.
    totalNoPriceResources Double
    (Integer) Total no price resources.
    totalSupportedResources Double
    (Integer) Total supported resources.
    totalUnsupportedResources Double
    (Integer) Total unsupported resources.
    totalUsageBasedResources Double
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String,String>
    (Map) Unsupported resource counts.
    noPriceResourceCounts {[key: string]: string}
    (Map) No price resource counts.
    totalDetectedResources number
    (Integer) Total detected resources.
    totalNoPriceResources number
    (Integer) Total no price resources.
    totalSupportedResources number
    (Integer) Total supported resources.
    totalUnsupportedResources number
    (Integer) Total unsupported resources.
    totalUsageBasedResources number
    (Integer) Total usage based resources.
    unsupportedResourceCounts {[key: string]: string}
    (Map) Unsupported resource counts.
    no_price_resource_counts Mapping[str, str]
    (Map) No price resource counts.
    total_detected_resources float
    (Integer) Total detected resources.
    total_no_price_resources float
    (Integer) Total no price resources.
    total_supported_resources float
    (Integer) Total supported resources.
    total_unsupported_resources float
    (Integer) Total unsupported resources.
    total_usage_based_resources float
    (Integer) Total usage based resources.
    unsupported_resource_counts Mapping[str, str]
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String>
    (Map) No price resource counts.
    totalDetectedResources Number
    (Integer) Total detected resources.
    totalNoPriceResources Number
    (Integer) Total no price resources.
    totalSupportedResources Number
    (Integer) Total supported resources.
    totalUnsupportedResources Number
    (Integer) Total unsupported resources.
    totalUsageBasedResources Number
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String>
    (Map) Unsupported resource counts.

    GetCmVersionSolutionInfoCostEstimateSummary

    NoPriceResourceCounts Dictionary<string, string>
    (Map) No price resource counts.
    TotalDetectedResources double
    (Integer) Total detected resources.
    TotalNoPriceResources double
    (Integer) Total no price resources.
    TotalSupportedResources double
    (Integer) Total supported resources.
    TotalUnsupportedResources double
    (Integer) Total unsupported resources.
    TotalUsageBasedResources double
    (Integer) Total usage based resources.
    UnsupportedResourceCounts Dictionary<string, string>
    (Map) Unsupported resource counts.
    NoPriceResourceCounts map[string]string
    (Map) No price resource counts.
    TotalDetectedResources float64
    (Integer) Total detected resources.
    TotalNoPriceResources float64
    (Integer) Total no price resources.
    TotalSupportedResources float64
    (Integer) Total supported resources.
    TotalUnsupportedResources float64
    (Integer) Total unsupported resources.
    TotalUsageBasedResources float64
    (Integer) Total usage based resources.
    UnsupportedResourceCounts map[string]string
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String,String>
    (Map) No price resource counts.
    totalDetectedResources Double
    (Integer) Total detected resources.
    totalNoPriceResources Double
    (Integer) Total no price resources.
    totalSupportedResources Double
    (Integer) Total supported resources.
    totalUnsupportedResources Double
    (Integer) Total unsupported resources.
    totalUsageBasedResources Double
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String,String>
    (Map) Unsupported resource counts.
    noPriceResourceCounts {[key: string]: string}
    (Map) No price resource counts.
    totalDetectedResources number
    (Integer) Total detected resources.
    totalNoPriceResources number
    (Integer) Total no price resources.
    totalSupportedResources number
    (Integer) Total supported resources.
    totalUnsupportedResources number
    (Integer) Total unsupported resources.
    totalUsageBasedResources number
    (Integer) Total usage based resources.
    unsupportedResourceCounts {[key: string]: string}
    (Map) Unsupported resource counts.
    no_price_resource_counts Mapping[str, str]
    (Map) No price resource counts.
    total_detected_resources float
    (Integer) Total detected resources.
    total_no_price_resources float
    (Integer) Total no price resources.
    total_supported_resources float
    (Integer) Total supported resources.
    total_unsupported_resources float
    (Integer) Total unsupported resources.
    total_usage_based_resources float
    (Integer) Total usage based resources.
    unsupported_resource_counts Mapping[str, str]
    (Map) Unsupported resource counts.
    noPriceResourceCounts Map<String>
    (Map) No price resource counts.
    totalDetectedResources Number
    (Integer) Total detected resources.
    totalNoPriceResources Number
    (Integer) Total no price resources.
    totalSupportedResources Number
    (Integer) Total supported resources.
    totalUnsupportedResources Number
    (Integer) Total unsupported resources.
    totalUsageBasedResources Number
    (Integer) Total usage based resources.
    unsupportedResourceCounts Map<String>
    (Map) Unsupported resource counts.

    GetCmVersionSolutionInfoDependency

    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    Flavors List<string>
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Version string
    (String) Version of content type.
    CatalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    Flavors []string
    (List) Optional - List of dependent flavors in the specified range.
    Id string
    (String) Optional - Offering ID - not required if name is set.
    Name string
    (String) Optional - Programmatic Offering name.
    Version string
    (String) Version of content type.
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    version String
    (String) Version of content type.
    catalogId string
    (String) Optional - If not specified, assumes the Public Catalog.
    flavors string[]
    (List) Optional - List of dependent flavors in the specified range.
    id string
    (String) Optional - Offering ID - not required if name is set.
    name string
    (String) Optional - Programmatic Offering name.
    version string
    (String) Version of content type.
    catalog_id str
    (String) Optional - If not specified, assumes the Public Catalog.
    flavors Sequence[str]
    (List) Optional - List of dependent flavors in the specified range.
    id str
    (String) Optional - Offering ID - not required if name is set.
    name str
    (String) Optional - Programmatic Offering name.
    version str
    (String) Version of content type.
    catalogId String
    (String) Optional - If not specified, assumes the Public Catalog.
    flavors List<String>
    (List) Optional - List of dependent flavors in the specified range.
    id String
    (String) Optional - Offering ID - not required if name is set.
    name String
    (String) Optional - Programmatic Offering name.
    version String
    (String) Version of content type.

    GetCmVersionSolutionInfoFeature

    Description string
    (String) Feature description.
    DescriptionI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n Dictionary<string, string>
    (Map) A map of translated strings, by language code.
    Description string
    (String) Feature description.
    DescriptionI18n map[string]string
    (Map) A map of translated strings, by language code.
    Title string
    (String) Heading.
    TitleI18n map[string]string
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String,String>
    (Map) A map of translated strings, by language code.
    description string
    (String) Feature description.
    descriptionI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    title string
    (String) Heading.
    titleI18n {[key: string]: string}
    (Map) A map of translated strings, by language code.
    description str
    (String) Feature description.
    description_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    title str
    (String) Heading.
    title_i18n Mapping[str, str]
    (Map) A map of translated strings, by language code.
    description String
    (String) Feature description.
    descriptionI18n Map<String>
    (Map) A map of translated strings, by language code.
    title String
    (String) Heading.
    titleI18n Map<String>
    (Map) A map of translated strings, by language code.

    GetCmVersionState

    Current string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    CurrentEntered string
    (String) Date and time of current request.
    Pending string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    PendingRequested string
    (String) Date and time of pending request.
    Previous string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    Current string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    CurrentEntered string
    (String) Date and time of current request.
    Pending string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    PendingRequested string
    (String) Date and time of pending request.
    Previous string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    currentEntered String
    (String) Date and time of current request.
    pending String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pendingRequested String
    (String) Date and time of pending request.
    previous String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    currentEntered string
    (String) Date and time of current request.
    pending string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pendingRequested string
    (String) Date and time of pending request.
    previous string
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current str
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current_entered str
    (String) Date and time of current request.
    pending str
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pending_requested str
    (String) Date and time of pending request.
    previous str
    (String) one of: new, validated, account-published, ibm-published, public-published.
    current String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    currentEntered String
    (String) Date and time of current request.
    pending String
    (String) one of: new, validated, account-published, ibm-published, public-published.
    pendingRequested String
    (String) Date and time of pending request.
    previous String
    (String) one of: new, validated, account-published, ibm-published, public-published.

    GetCmVersionValidation

    LastOperation string
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    Message string
    (String) Any message needing to be conveyed as part of the validation job.
    Requested string
    (String) Date and time of last validation was requested.
    State string
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Target Dictionary<string, string>
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    Validated string
    (String) Date and time of last successful validation.
    LastOperation string
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    Message string
    (String) Any message needing to be conveyed as part of the validation job.
    Requested string
    (String) Date and time of last validation was requested.
    State string
    (String) Current validation state - , in_progress, valid, invalid, expired.
    Target map[string]string
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    Validated string
    (String) Date and time of last successful validation.
    lastOperation String
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message String
    (String) Any message needing to be conveyed as part of the validation job.
    requested String
    (String) Date and time of last validation was requested.
    state String
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target Map<String,String>
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated String
    (String) Date and time of last successful validation.
    lastOperation string
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message string
    (String) Any message needing to be conveyed as part of the validation job.
    requested string
    (String) Date and time of last validation was requested.
    state string
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target {[key: string]: string}
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated string
    (String) Date and time of last successful validation.
    last_operation str
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message str
    (String) Any message needing to be conveyed as part of the validation job.
    requested str
    (String) Date and time of last validation was requested.
    state str
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target Mapping[str, str]
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated str
    (String) Date and time of last successful validation.
    lastOperation String
    (String) Last operation (e.g. submit_deployment, generate_installer, install_offering.
    message String
    (String) Any message needing to be conveyed as part of the validation job.
    requested String
    (String) Date and time of last validation was requested.
    state String
    (String) Current validation state - , in_progress, valid, invalid, expired.
    target Map<String>
    (Map) Validation target information (e.g. cluster_id, region, namespace, etc). Values will vary by Content type.
    validated String
    (String) Date and time of last successful validation.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud