ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getCmOffering
Explore with Pulumi AI
Provides a read-only data source for ibm_cm_offering. 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 cmOffering = ibm.getCmOffering({
    catalogId: ibm_cm_offering.cm_offering.catalog_id,
    offeringId: ibm_cm_offering.cm_offering.id,
});
import pulumi
import pulumi_ibm as ibm
cm_offering = ibm.get_cm_offering(catalog_id=ibm_cm_offering["cm_offering"]["catalog_id"],
    offering_id=ibm_cm_offering["cm_offering"]["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.LookupCmOffering(ctx, &ibm.LookupCmOfferingArgs{
			CatalogId:  ibm_cm_offering.Cm_offering.Catalog_id,
			OfferingId: ibm_cm_offering.Cm_offering.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 cmOffering = Ibm.GetCmOffering.Invoke(new()
    {
        CatalogId = ibm_cm_offering.Cm_offering.Catalog_id,
        OfferingId = ibm_cm_offering.Cm_offering.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.GetCmOfferingArgs;
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 cmOffering = IbmFunctions.getCmOffering(GetCmOfferingArgs.builder()
            .catalogId(ibm_cm_offering.cm_offering().catalog_id())
            .offeringId(ibm_cm_offering.cm_offering().id())
            .build());
    }
}
variables:
  cmOffering:
    fn::invoke:
      function: ibm:getCmOffering
      arguments:
        catalogId: ${ibm_cm_offering.cm_offering.catalog_id}
        offeringId: ${ibm_cm_offering.cm_offering.id}
Using getCmOffering
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 getCmOffering(args: GetCmOfferingArgs, opts?: InvokeOptions): Promise<GetCmOfferingResult>
function getCmOfferingOutput(args: GetCmOfferingOutputArgs, opts?: InvokeOptions): Output<GetCmOfferingResult>def get_cm_offering(catalog_id: Optional[str] = None,
                    id: Optional[str] = None,
                    offering_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCmOfferingResult
def get_cm_offering_output(catalog_id: Optional[pulumi.Input[str]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    offering_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCmOfferingResult]func LookupCmOffering(ctx *Context, args *LookupCmOfferingArgs, opts ...InvokeOption) (*LookupCmOfferingResult, error)
func LookupCmOfferingOutput(ctx *Context, args *LookupCmOfferingOutputArgs, opts ...InvokeOption) LookupCmOfferingResultOutput> Note: This function is named LookupCmOffering in the Go SDK.
public static class GetCmOffering 
{
    public static Task<GetCmOfferingResult> InvokeAsync(GetCmOfferingArgs args, InvokeOptions? opts = null)
    public static Output<GetCmOfferingResult> Invoke(GetCmOfferingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCmOfferingResult> getCmOffering(GetCmOfferingArgs args, InvokeOptions options)
public static Output<GetCmOfferingResult> getCmOffering(GetCmOfferingArgs args, InvokeOptions options)
fn::invoke:
  function: ibm:index/getCmOffering:getCmOffering
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Catalog
Id string - Catalog identifier.
 - Offering
Id string - Offering identification.
 - Id string
 - (String) The id of this provider.
 
- Catalog
Id string - Catalog identifier.
 - Offering
Id string - Offering identification.
 - Id string
 - (String) The id of this provider.
 
- catalog
Id String - Catalog identifier.
 - offering
Id String - Offering identification.
 - id String
 - (String) The id of this provider.
 
- catalog
Id string - Catalog identifier.
 - offering
Id string - Offering identification.
 - id string
 - (String) The id of this provider.
 
- catalog_
id str - Catalog identifier.
 - offering_
id str - Offering identification.
 - id str
 - (String) The id of this provider.
 
- catalog
Id String - Catalog identifier.
 - offering
Id String - Offering identification.
 - id String
 - (String) The id of this provider.
 
getCmOffering Result
The following output properties are available:
- Badges
List<Get
Cm Offering Badge>  - (List) A list of badges for this offering. Nested scheme for badges:
 - Catalog
Id string - (String) Optional - If not specified, assumes the Public Catalog.
 - Catalog
Name string - (String) The name of the catalog.
 - Created string
 - (String) The date and time this version was created.
 - Crn string
 - (String) Version's CRN.
 - Deprecate
Pendings List<GetCm Offering Deprecate Pending>  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - Disclaimer string
 - (String) A disclaimer for this offering.
 - Features
List<Get
Cm Offering Feature>  - (List) Features - titles only. Nested scheme for features:
 - bool
 - (Boolean) Hide values.
 - Id string
 - (String) The id of this provider.
 - Image
Pull List<GetKeys Cm Offering Image Pull Key>  - (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
 - Keywords List<string>
 - (List) List of keywords associated with offering, typically used to search for it.
 - Kinds
List<Get
Cm Offering Kind>  - (List) Array of kind. Nested scheme for kinds:
 - Label string
 - (String) Display Name in the requested language.
 - Label
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Long
Description string - (String) Long description in the requested language.
 - Long
Description Dictionary<string, string>I18n  - (Map) A map of translated strings, by language code.
 - Media
List<Get
Cm Offering Media>  - (List) A list of media items related to this offering. Nested scheme for media:
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Offering
Docs stringUrl  - (String) URL for an additional docs with this offering.
 - Offering
Icon stringUrl  - (String) URL for an icon associated with this offering.
 - Offering
Id string - (String) Offering ID.
 - Offering
Identifier string - Offering
Support stringUrl  - (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
 - Pc
Managed bool - (Boolean) Offering is managed by Partner Center.
 - Portal
Approval stringRecord  - (String) The portal's approval record ID.
 - Portal
Ui stringUrl  - (String) The portal UI URL.
 - Product
Kind string - (String) The product kind. Valid values are module, solution, or empty string.
 - Provider
Infos List<GetCm Offering Provider Info>  - (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
 - Public
Original stringCrn  - (String) The original offering CRN that this publish entry came from.
 - Publish
Approved bool - (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
 - Publish
Public stringCrn  - (String) The crn of the public catalog entry of this offering.
 - Ratings
List<Get
Cm Offering Rating>  - (List) Repository info for offerings. Nested scheme for rating:
 - Repo
Infos List<GetCm Offering Repo Info>  - (List) Repository info for offerings. Nested scheme for repo_info:
 - Rev string
 - (String) Cloudant revision.
 - bool
 - (Boolean) Denotes sharing including access list availability of an Offering is enabled.
 - List<string>
 - bool
 - (Boolean) Denotes public availability of an Offering - if share_enabled is true.
 - bool
 - (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
 - Short
Description string - (String) Short description in the requested language.
 - Short
Description Dictionary<string, string>I18n  - (Map) A map of translated strings, by language code.
 - Supports
List<Get
Cm Offering Support>  - (List) Offering Support information. Nested scheme for support:
 - List<string>
 - (List) List of tags associated with this catalog.
 - Updated string
 - (String) The date and time this catalog was last updated.
 - Url string
 - (String) The url for this specific offering.
 
- Badges
[]Get
Cm Offering Badge  - (List) A list of badges for this offering. Nested scheme for badges:
 - Catalog
Id string - (String) Optional - If not specified, assumes the Public Catalog.
 - Catalog
Name string - (String) The name of the catalog.
 - Created string
 - (String) The date and time this version was created.
 - Crn string
 - (String) Version's CRN.
 - Deprecate
Pendings []GetCm Offering Deprecate Pending  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - Disclaimer string
 - (String) A disclaimer for this offering.
 - Features
[]Get
Cm Offering Feature  - (List) Features - titles only. Nested scheme for features:
 - bool
 - (Boolean) Hide values.
 - Id string
 - (String) The id of this provider.
 - Image
Pull []GetKeys Cm Offering Image Pull Key  - (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
 - Keywords []string
 - (List) List of keywords associated with offering, typically used to search for it.
 - Kinds
[]Get
Cm Offering Kind  - (List) Array of kind. Nested scheme for kinds:
 - Label string
 - (String) Display Name in the requested language.
 - Label
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Long
Description string - (String) Long description in the requested language.
 - Long
Description map[string]stringI18n  - (Map) A map of translated strings, by language code.
 - Media
[]Get
Cm Offering Media  - (List) A list of media items related to this offering. Nested scheme for media:
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Offering
Docs stringUrl  - (String) URL for an additional docs with this offering.
 - Offering
Icon stringUrl  - (String) URL for an icon associated with this offering.
 - Offering
Id string - (String) Offering ID.
 - Offering
Identifier string - Offering
Support stringUrl  - (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
 - Pc
Managed bool - (Boolean) Offering is managed by Partner Center.
 - Portal
Approval stringRecord  - (String) The portal's approval record ID.
 - Portal
Ui stringUrl  - (String) The portal UI URL.
 - Product
Kind string - (String) The product kind. Valid values are module, solution, or empty string.
 - Provider
Infos []GetCm Offering Provider Info  - (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
 - Public
Original stringCrn  - (String) The original offering CRN that this publish entry came from.
 - Publish
Approved bool - (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
 - Publish
Public stringCrn  - (String) The crn of the public catalog entry of this offering.
 - Ratings
[]Get
Cm Offering Rating  - (List) Repository info for offerings. Nested scheme for rating:
 - Repo
Infos []GetCm Offering Repo Info  - (List) Repository info for offerings. Nested scheme for repo_info:
 - Rev string
 - (String) Cloudant revision.
 - bool
 - (Boolean) Denotes sharing including access list availability of an Offering is enabled.
 - []string
 - bool
 - (Boolean) Denotes public availability of an Offering - if share_enabled is true.
 - bool
 - (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
 - Short
Description string - (String) Short description in the requested language.
 - Short
Description map[string]stringI18n  - (Map) A map of translated strings, by language code.
 - Supports
[]Get
Cm Offering Support  - (List) Offering Support information. Nested scheme for support:
 - []string
 - (List) List of tags associated with this catalog.
 - Updated string
 - (String) The date and time this catalog was last updated.
 - Url string
 - (String) The url for this specific offering.
 
- badges
List<Get
Cm Offering Badge>  - (List) A list of badges for this offering. Nested scheme for badges:
 - catalog
Id String - (String) Optional - If not specified, assumes the Public Catalog.
 - catalog
Name String - (String) The name of the catalog.
 - created String
 - (String) The date and time this version was created.
 - crn String
 - (String) Version's CRN.
 - deprecate
Pendings List<GetCm Offering Deprecate Pending>  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - disclaimer String
 - (String) A disclaimer for this offering.
 - features
List<Get
Cm Offering Feature>  - (List) Features - titles only. Nested scheme for features:
 - Boolean
 - (Boolean) Hide values.
 - id String
 - (String) The id of this provider.
 - image
Pull List<GetKeys Cm Offering Image Pull Key>  - (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
 - keywords List<String>
 - (List) List of keywords associated with offering, typically used to search for it.
 - kinds
List<Get
Cm Offering Kind>  - (List) Array of kind. Nested scheme for kinds:
 - label String
 - (String) Display Name in the requested language.
 - label
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - long
Description String - (String) Long description in the requested language.
 - long
Description Map<String,String>I18n  - (Map) A map of translated strings, by language code.
 - media
List<Get
Cm Offering Media>  - (List) A list of media items related to this offering. Nested scheme for media:
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - offering
Docs StringUrl  - (String) URL for an additional docs with this offering.
 - offering
Icon StringUrl  - (String) URL for an icon associated with this offering.
 - offering
Id String - (String) Offering ID.
 - offering
Identifier String - offering
Support StringUrl  - (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
 - pc
Managed Boolean - (Boolean) Offering is managed by Partner Center.
 - portal
Approval StringRecord  - (String) The portal's approval record ID.
 - portal
Ui StringUrl  - (String) The portal UI URL.
 - product
Kind String - (String) The product kind. Valid values are module, solution, or empty string.
 - provider
Infos List<GetCm Offering Provider Info>  - (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
 - public
Original StringCrn  - (String) The original offering CRN that this publish entry came from.
 - publish
Approved Boolean - (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
 - publish
Public StringCrn  - (String) The crn of the public catalog entry of this offering.
 - ratings
List<Get
Cm Offering Rating>  - (List) Repository info for offerings. Nested scheme for rating:
 - repo
Infos List<GetCm Offering Repo Info>  - (List) Repository info for offerings. Nested scheme for repo_info:
 - rev String
 - (String) Cloudant revision.
 - Boolean
 - (Boolean) Denotes sharing including access list availability of an Offering is enabled.
 - List<String>
 - Boolean
 - (Boolean) Denotes public availability of an Offering - if share_enabled is true.
 - Boolean
 - (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
 - short
Description String - (String) Short description in the requested language.
 - short
Description Map<String,String>I18n  - (Map) A map of translated strings, by language code.
 - supports
List<Get
Cm Offering Support>  - (List) Offering Support information. Nested scheme for support:
 - List<String>
 - (List) List of tags associated with this catalog.
 - updated String
 - (String) The date and time this catalog was last updated.
 - url String
 - (String) The url for this specific offering.
 
- badges
Get
Cm Offering Badge[]  - (List) A list of badges for this offering. Nested scheme for badges:
 - catalog
Id string - (String) Optional - If not specified, assumes the Public Catalog.
 - catalog
Name string - (String) The name of the catalog.
 - created string
 - (String) The date and time this version was created.
 - crn string
 - (String) Version's CRN.
 - deprecate
Pendings GetCm Offering Deprecate Pending[]  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - disclaimer string
 - (String) A disclaimer for this offering.
 - features
Get
Cm Offering Feature[]  - (List) Features - titles only. Nested scheme for features:
 - boolean
 - (Boolean) Hide values.
 - id string
 - (String) The id of this provider.
 - image
Pull GetKeys Cm Offering Image Pull Key[]  - (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
 - keywords string[]
 - (List) List of keywords associated with offering, typically used to search for it.
 - kinds
Get
Cm Offering Kind[]  - (List) Array of kind. Nested scheme for kinds:
 - label string
 - (String) Display Name in the requested language.
 - label
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - long
Description string - (String) Long description in the requested language.
 - long
Description {[key: string]: string}I18n  - (Map) A map of translated strings, by language code.
 - media
Get
Cm Offering Media[]  - (List) A list of media items related to this offering. Nested scheme for media:
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - name string
 - (String) The name of this provider.
 - offering
Docs stringUrl  - (String) URL for an additional docs with this offering.
 - offering
Icon stringUrl  - (String) URL for an icon associated with this offering.
 - offering
Id string - (String) Offering ID.
 - offering
Identifier string - offering
Support stringUrl  - (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
 - pc
Managed boolean - (Boolean) Offering is managed by Partner Center.
 - portal
Approval stringRecord  - (String) The portal's approval record ID.
 - portal
Ui stringUrl  - (String) The portal UI URL.
 - product
Kind string - (String) The product kind. Valid values are module, solution, or empty string.
 - provider
Infos GetCm Offering Provider Info[]  - (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
 - public
Original stringCrn  - (String) The original offering CRN that this publish entry came from.
 - publish
Approved boolean - (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
 - publish
Public stringCrn  - (String) The crn of the public catalog entry of this offering.
 - ratings
Get
Cm Offering Rating[]  - (List) Repository info for offerings. Nested scheme for rating:
 - repo
Infos GetCm Offering Repo Info[]  - (List) Repository info for offerings. Nested scheme for repo_info:
 - rev string
 - (String) Cloudant revision.
 - boolean
 - (Boolean) Denotes sharing including access list availability of an Offering is enabled.
 - string[]
 - boolean
 - (Boolean) Denotes public availability of an Offering - if share_enabled is true.
 - boolean
 - (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
 - short
Description string - (String) Short description in the requested language.
 - short
Description {[key: string]: string}I18n  - (Map) A map of translated strings, by language code.
 - supports
Get
Cm Offering Support[]  - (List) Offering Support information. Nested scheme for support:
 - string[]
 - (List) List of tags associated with this catalog.
 - updated string
 - (String) The date and time this catalog was last updated.
 - url string
 - (String) The url for this specific offering.
 
- badges
Sequence[Get
Cm Offering Badge]  - (List) A list of badges for this offering. Nested scheme for badges:
 - catalog_
id str - (String) Optional - If not specified, assumes the Public Catalog.
 - catalog_
name str - (String) The name of the catalog.
 - created str
 - (String) The date and time this version was created.
 - crn str
 - (String) Version's CRN.
 - deprecate_
pendings Sequence[GetCm Offering Deprecate Pending]  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - disclaimer str
 - (String) A disclaimer for this offering.
 - features
Sequence[Get
Cm Offering Feature]  - (List) Features - titles only. Nested scheme for features:
 - bool
 - (Boolean) Hide values.
 - id str
 - (String) The id of this provider.
 - image_
pull_ Sequence[Getkeys Cm Offering Image Pull Key]  - (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
 - keywords Sequence[str]
 - (List) List of keywords associated with offering, typically used to search for it.
 - kinds
Sequence[Get
Cm Offering Kind]  - (List) Array of kind. Nested scheme for kinds:
 - label str
 - (String) Display Name in the requested language.
 - label_
i18n Mapping[str, str] - (Map) A map of translated strings, by language code.
 - long_
description str - (String) Long description in the requested language.
 - long_
description_ Mapping[str, str]i18n  - (Map) A map of translated strings, by language code.
 - media
Sequence[Get
Cm Offering Media]  - (List) A list of media items related to this offering. Nested scheme for media:
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - name str
 - (String) The name of this provider.
 - offering_
docs_ strurl  - (String) URL for an additional docs with this offering.
 - offering_
icon_ strurl  - (String) URL for an icon associated with this offering.
 - offering_
id str - (String) Offering ID.
 - offering_
identifier str - offering_
support_ strurl  - (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
 - pc_
managed bool - (Boolean) Offering is managed by Partner Center.
 - portal_
approval_ strrecord  - (String) The portal's approval record ID.
 - portal_
ui_ strurl  - (String) The portal UI URL.
 - product_
kind str - (String) The product kind. Valid values are module, solution, or empty string.
 - provider_
infos Sequence[GetCm Offering Provider Info]  - (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
 - public_
original_ strcrn  - (String) The original offering CRN that this publish entry came from.
 - publish_
approved bool - (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
 - publish_
public_ strcrn  - (String) The crn of the public catalog entry of this offering.
 - ratings
Sequence[Get
Cm Offering Rating]  - (List) Repository info for offerings. Nested scheme for rating:
 - repo_
infos Sequence[GetCm Offering Repo Info]  - (List) Repository info for offerings. Nested scheme for repo_info:
 - rev str
 - (String) Cloudant revision.
 - bool
 - (Boolean) Denotes sharing including access list availability of an Offering is enabled.
 - Sequence[str]
 - bool
 - (Boolean) Denotes public availability of an Offering - if share_enabled is true.
 - bool
 - (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
 - short_
description str - (String) Short description in the requested language.
 - short_
description_ Mapping[str, str]i18n  - (Map) A map of translated strings, by language code.
 - supports
Sequence[Get
Cm Offering Support]  - (List) Offering Support information. Nested scheme for support:
 - Sequence[str]
 - (List) List of tags associated with this catalog.
 - updated str
 - (String) The date and time this catalog was last updated.
 - url str
 - (String) The url for this specific offering.
 
- badges List<Property Map>
 - (List) A list of badges for this offering. Nested scheme for badges:
 - catalog
Id String - (String) Optional - If not specified, assumes the Public Catalog.
 - catalog
Name String - (String) The name of the catalog.
 - created String
 - (String) The date and time this version was created.
 - crn String
 - (String) Version's CRN.
 - deprecate
Pendings List<Property Map> - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - disclaimer String
 - (String) A disclaimer for this offering.
 - features List<Property Map>
 - (List) Features - titles only. Nested scheme for features:
 - Boolean
 - (Boolean) Hide values.
 - id String
 - (String) The id of this provider.
 - image
Pull List<Property Map>Keys  - (List) Image pull keys for this offering. Nested scheme for image_pull_keys:
 - keywords List<String>
 - (List) List of keywords associated with offering, typically used to search for it.
 - kinds List<Property Map>
 - (List) Array of kind. Nested scheme for kinds:
 - label String
 - (String) Display Name in the requested language.
 - label
I18n Map<String> - (Map) A map of translated strings, by language code.
 - long
Description String - (String) Long description in the requested language.
 - long
Description Map<String>I18n  - (Map) A map of translated strings, by language code.
 - media List<Property Map>
 - (List) A list of media items related to this offering. Nested scheme for media:
 - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - offering
Docs StringUrl  - (String) URL for an additional docs with this offering.
 - offering
Icon StringUrl  - (String) URL for an icon associated with this offering.
 - offering
Id String - (String) Offering ID.
 - offering
Identifier String - offering
Support StringUrl  - (String) [deprecated] - Use offering.support instead. URL to be displayed in the Consumption UI for getting support on this offering.
 - pc
Managed Boolean - (Boolean) Offering is managed by Partner Center.
 - portal
Approval StringRecord  - (String) The portal's approval record ID.
 - portal
Ui StringUrl  - (String) The portal UI URL.
 - product
Kind String - (String) The product kind. Valid values are module, solution, or empty string.
 - provider
Infos List<Property Map> - (List) Information on the provider for this offering, or omitted if no provider information is given. Nested scheme for provider_info:
 - public
Original StringCrn  - (String) The original offering CRN that this publish entry came from.
 - publish
Approved Boolean - (Boolean) Offering has been approved to publish to permitted to IBM or Public Catalog.
 - publish
Public StringCrn  - (String) The crn of the public catalog entry of this offering.
 - ratings List<Property Map>
 - (List) Repository info for offerings. Nested scheme for rating:
 - repo
Infos List<Property Map> - (List) Repository info for offerings. Nested scheme for repo_info:
 - rev String
 - (String) Cloudant revision.
 - Boolean
 - (Boolean) Denotes sharing including access list availability of an Offering is enabled.
 - List<String>
 - Boolean
 - (Boolean) Denotes public availability of an Offering - if share_enabled is true.
 - Boolean
 - (Boolean) Denotes IBM employee availability of an Offering - if share_enabled is true.
 - short
Description String - (String) Short description in the requested language.
 - short
Description Map<String>I18n  - (Map) A map of translated strings, by language code.
 - supports List<Property Map>
 - (List) Offering Support information. Nested scheme for support:
 - List<String>
 - (List) List of tags associated with this catalog.
 - updated String
 - (String) The date and time this catalog was last updated.
 - url String
 - (String) The url for this specific offering.
 
Supporting Types
GetCmOfferingBadge   
- string
 - (String) Authority for the current badge.
 - Constraints
List<Get
Cm Offering Badge Constraint>  - (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
 - Description string
 - (String) Feature description.
 - Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Icon string
 - (String) Icon for the current badge.
 - Id string
 - (String) The id of this provider.
 - Label string
 - (String) Display Name in the requested language.
 - Label
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Learn
More List<GetLinks Cm Offering Badge Learn More Link>  - (List) Learn more links for a badge. Nested scheme for learn_more_links:
 - Tag string
 - (String) Tag for the current badge.
 
- string
 - (String) Authority for the current badge.
 - Constraints
[]Get
Cm Offering Badge Constraint  - (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
 - Description string
 - (String) Feature description.
 - Description
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Icon string
 - (String) Icon for the current badge.
 - Id string
 - (String) The id of this provider.
 - Label string
 - (String) Display Name in the requested language.
 - Label
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Learn
More []GetLinks Cm Offering Badge Learn More Link  - (List) Learn more links for a badge. Nested scheme for learn_more_links:
 - Tag string
 - (String) Tag for the current badge.
 
- String
 - (String) Authority for the current badge.
 - constraints
List<Get
Cm Offering Badge Constraint>  - (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
 - description String
 - (String) Feature description.
 - description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - icon String
 - (String) Icon for the current badge.
 - id String
 - (String) The id of this provider.
 - label String
 - (String) Display Name in the requested language.
 - label
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - learn
More List<GetLinks Cm Offering Badge Learn More Link>  - (List) Learn more links for a badge. Nested scheme for learn_more_links:
 - tag String
 - (String) Tag for the current badge.
 
- string
 - (String) Authority for the current badge.
 - constraints
Get
Cm Offering Badge Constraint[]  - (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
 - description string
 - (String) Feature description.
 - description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - icon string
 - (String) Icon for the current badge.
 - id string
 - (String) The id of this provider.
 - label string
 - (String) Display Name in the requested language.
 - label
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - learn
More GetLinks Cm Offering Badge Learn More Link[]  - (List) Learn more links for a badge. Nested scheme for learn_more_links:
 - tag string
 - (String) Tag for the current badge.
 
- str
 - (String) Authority for the current badge.
 - constraints
Sequence[Get
Cm Offering Badge Constraint]  - (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
 - description str
 - (String) Feature description.
 - description_
i18n Mapping[str, str] - (Map) A map of translated strings, by language code.
 - icon str
 - (String) Icon for the current badge.
 - id str
 - (String) The id of this provider.
 - label str
 - (String) Display Name in the requested language.
 - label_
i18n Mapping[str, str] - (Map) A map of translated strings, by language code.
 - learn_
more_ Sequence[Getlinks Cm Offering Badge Learn More Link]  - (List) Learn more links for a badge. Nested scheme for learn_more_links:
 - tag str
 - (String) Tag for the current badge.
 
- String
 - (String) Authority for the current badge.
 - constraints List<Property Map>
 - (List) An optional set of constraints indicating which versions in an Offering have this particular badge. Nested scheme for constraints:
 - description String
 - (String) Feature description.
 - description
I18n Map<String> - (Map) A map of translated strings, by language code.
 - icon String
 - (String) Icon for the current badge.
 - id String
 - (String) The id of this provider.
 - label String
 - (String) Display Name in the requested language.
 - label
I18n Map<String> - (Map) A map of translated strings, by language code.
 - learn
More List<Property Map>Links  - (List) Learn more links for a badge. Nested scheme for learn_more_links:
 - tag String
 - (String) Tag for the current badge.
 
GetCmOfferingBadgeConstraint    
GetCmOfferingBadgeLearnMoreLink      
- First
Party string - (String) First party link.
 - Third
Party string - (String) Third party link.
 
- First
Party string - (String) First party link.
 - Third
Party string - (String) Third party link.
 
- first
Party String - (String) First party link.
 - third
Party String - (String) Third party link.
 
- first
Party string - (String) First party link.
 - third
Party string - (String) Third party link.
 
- first_
party str - (String) First party link.
 - third_
party str - (String) Third party link.
 
- first
Party String - (String) First party link.
 - third
Party String - (String) Third party link.
 
GetCmOfferingDeprecatePending    
- Deprecate
Date string - (String) Date of deprecation.
 - Deprecate
State string - (String) Deprecation state.
 - Description string
 - (String) Feature description.
 
- Deprecate
Date string - (String) Date of deprecation.
 - Deprecate
State string - (String) Deprecation state.
 - Description string
 - (String) Feature description.
 
- deprecate
Date String - (String) Date of deprecation.
 - deprecate
State String - (String) Deprecation state.
 - description String
 - (String) Feature description.
 
- deprecate
Date string - (String) Date of deprecation.
 - deprecate
State 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.
 
- deprecate
Date String - (String) Date of deprecation.
 - deprecate
State String - (String) Deprecation state.
 - description String
 - (String) Feature description.
 
GetCmOfferingFeature   
- Description string
 - (String) Feature description.
 - Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 
- Description string
 - (String) Feature description.
 - Description
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n map[string]string - (Map) A map of translated strings, by language code.
 
- description String
 - (String) Feature description.
 - description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 
- description string
 - (String) Feature description.
 - description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - title string
 - (String) Heading.
 - title
I18n {[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.
 - description
I18n Map<String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String> - (Map) A map of translated strings, by language code.
 
GetCmOfferingImagePullKey     
- Description string
 - (String) Feature description.
 - Name string
 - (String) The name of this provider.
 - Value string
 - (Integer) Amount of time to wait in unit 'type'.
 
- Description string
 - (String) Feature description.
 - Name string
 - (String) The name of this provider.
 - Value string
 - (Integer) Amount of time to wait in unit 'type'.
 
- description String
 - (String) Feature description.
 - name String
 - (String) The name of this provider.
 - value String
 - (Integer) Amount of time to wait in unit 'type'.
 
- description string
 - (String) Feature description.
 - name string
 - (String) The name of this provider.
 - value string
 - (Integer) Amount of time to wait in unit 'type'.
 
- description str
 - (String) Feature description.
 - name str
 - (String) The name of this provider.
 - value str
 - (Integer) Amount of time to wait in unit 'type'.
 
- description String
 - (String) Feature description.
 - name String
 - (String) The name of this provider.
 - value String
 - (Integer) Amount of time to wait in unit 'type'.
 
GetCmOfferingKind   
- Additional
Features List<GetCm Offering Kind Additional Feature>  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - Created string
 - (String) The date and time this version was created.
 - Format
Kind string - (String) content kind, e.g., helm, vm image.
 - Id string
 - (String) The id of this provider.
 - Install
Kind string - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Plans
List<Get
Cm Offering Kind Plan>  - (List) list of plans. Nested scheme for plans:
 - List<string>
 - (List) List of tags associated with this catalog.
 - Target
Kind string - (String) target cloud to install, e.g., iks, open_shift_iks.
 - Updated string
 - (String) The date and time this catalog was last updated.
 - Versions
List<Get
Cm Offering Kind Version>  - (List) list of versions. Nested scheme for versions:
 
- Additional
Features []GetCm Offering Kind Additional Feature  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - Created string
 - (String) The date and time this version was created.
 - Format
Kind string - (String) content kind, e.g., helm, vm image.
 - Id string
 - (String) The id of this provider.
 - Install
Kind string - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Plans
[]Get
Cm Offering Kind Plan  - (List) list of plans. Nested scheme for plans:
 - []string
 - (List) List of tags associated with this catalog.
 - Target
Kind string - (String) target cloud to install, e.g., iks, open_shift_iks.
 - Updated string
 - (String) The date and time this catalog was last updated.
 - Versions
[]Get
Cm Offering Kind Version  - (List) list of versions. Nested scheme for versions:
 
- additional
Features List<GetCm Offering Kind Additional Feature>  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created String
 - (String) The date and time this version was created.
 - format
Kind String - (String) content kind, e.g., helm, vm image.
 - id String
 - (String) The id of this provider.
 - install
Kind String - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - plans
List<Get
Cm Offering Kind Plan>  - (List) list of plans. Nested scheme for plans:
 - List<String>
 - (List) List of tags associated with this catalog.
 - target
Kind String - (String) target cloud to install, e.g., iks, open_shift_iks.
 - updated String
 - (String) The date and time this catalog was last updated.
 - versions
List<Get
Cm Offering Kind Version>  - (List) list of versions. Nested scheme for versions:
 
- additional
Features GetCm Offering Kind Additional Feature[]  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created string
 - (String) The date and time this version was created.
 - format
Kind string - (String) content kind, e.g., helm, vm image.
 - id string
 - (String) The id of this provider.
 - install
Kind string - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - plans
Get
Cm Offering Kind Plan[]  - (List) list of plans. Nested scheme for plans:
 - string[]
 - (List) List of tags associated with this catalog.
 - target
Kind string - (String) target cloud to install, e.g., iks, open_shift_iks.
 - updated string
 - (String) The date and time this catalog was last updated.
 - versions
Get
Cm Offering Kind Version[]  - (List) list of versions. Nested scheme for versions:
 
- additional_
features Sequence[GetCm Offering Kind Additional Feature]  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created str
 - (String) The date and time this version was created.
 - format_
kind str - (String) content kind, e.g., helm, vm image.
 - id str
 - (String) The id of this provider.
 - install_
kind str - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - plans
Sequence[Get
Cm Offering Kind Plan]  - (List) list of plans. Nested scheme for plans:
 - Sequence[str]
 - (List) List of tags associated with this catalog.
 - target_
kind str - (String) target cloud to install, e.g., iks, open_shift_iks.
 - updated str
 - (String) The date and time this catalog was last updated.
 - versions
Sequence[Get
Cm Offering Kind Version]  - (List) list of versions. Nested scheme for versions:
 
- additional
Features List<Property Map> - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created String
 - (String) The date and time this version was created.
 - format
Kind String - (String) content kind, e.g., helm, vm image.
 - id String
 - (String) The id of this provider.
 - install
Kind String - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - plans List<Property Map>
 - (List) list of plans. Nested scheme for plans:
 - List<String>
 - (List) List of tags associated with this catalog.
 - target
Kind String - (String) target cloud to install, e.g., iks, open_shift_iks.
 - updated String
 - (String) The date and time this catalog was last updated.
 - versions List<Property Map>
 - (List) list of versions. Nested scheme for versions:
 
GetCmOfferingKindAdditionalFeature     
- Description string
 - (String) Feature description.
 - Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 
- Description string
 - (String) Feature description.
 - Description
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n map[string]string - (Map) A map of translated strings, by language code.
 
- description String
 - (String) Feature description.
 - description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 
- description string
 - (String) Feature description.
 - description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - title string
 - (String) Heading.
 - title
I18n {[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.
 - description
I18n Map<String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String> - (Map) A map of translated strings, by language code.
 
GetCmOfferingKindPlan    
- Additional
Features List<GetCm Offering Kind Plan Additional Feature>  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - Created string
 - (String) The date and time this version was created.
 - Deployments
List<Get
Cm Offering Kind Plan Deployment>  - (List) list of deployments. Nested scheme for deployments:
 - Id string
 - (String) The id of this provider.
 - Label string
 - (String) Display Name in the requested language.
 - Long
Description string - (String) Long description in the requested language.
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Short
Description string - (String) Short description in the requested language.
 - List<string>
 - (List) List of tags associated with this catalog.
 - Updated string
 - (String) The date and time this catalog was last updated.
 
- Additional
Features []GetCm Offering Kind Plan Additional Feature  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - Created string
 - (String) The date and time this version was created.
 - Deployments
[]Get
Cm Offering Kind Plan Deployment  - (List) list of deployments. Nested scheme for deployments:
 - Id string
 - (String) The id of this provider.
 - Label string
 - (String) Display Name in the requested language.
 - Long
Description string - (String) Long description in the requested language.
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Short
Description string - (String) Short description in the requested language.
 - []string
 - (List) List of tags associated with this catalog.
 - Updated string
 - (String) The date and time this catalog was last updated.
 
- additional
Features List<GetCm Offering Kind Plan Additional Feature>  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created String
 - (String) The date and time this version was created.
 - deployments
List<Get
Cm Offering Kind Plan Deployment>  - (List) list of deployments. Nested scheme for deployments:
 - id String
 - (String) The id of this provider.
 - label String
 - (String) Display Name in the requested language.
 - long
Description String - (String) Long description in the requested language.
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - short
Description String - (String) Short description in the requested language.
 - List<String>
 - (List) List of tags associated with this catalog.
 - updated String
 - (String) The date and time this catalog was last updated.
 
- additional
Features GetCm Offering Kind Plan Additional Feature[]  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created string
 - (String) The date and time this version was created.
 - deployments
Get
Cm Offering Kind Plan Deployment[]  - (List) list of deployments. Nested scheme for deployments:
 - id string
 - (String) The id of this provider.
 - label string
 - (String) Display Name in the requested language.
 - long
Description string - (String) Long description in the requested language.
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - name string
 - (String) The name of this provider.
 - short
Description string - (String) Short description in the requested language.
 - string[]
 - (List) List of tags associated with this catalog.
 - updated string
 - (String) The date and time this catalog was last updated.
 
- additional_
features Sequence[GetCm Offering Kind Plan Additional Feature]  - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created str
 - (String) The date and time this version was created.
 - deployments
Sequence[Get
Cm Offering Kind Plan Deployment]  - (List) list of deployments. Nested scheme for deployments:
 - id str
 - (String) The id of this provider.
 - label str
 - (String) Display Name in the requested language.
 - long_
description str - (String) Long description in the requested language.
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - name str
 - (String) The name of this provider.
 - short_
description str - (String) Short description in the requested language.
 - Sequence[str]
 - (List) List of tags associated with this catalog.
 - updated str
 - (String) The date and time this catalog was last updated.
 
- additional
Features List<Property Map> - (List) list of features associated with this offering. Nested scheme for additional_features:
 - created String
 - (String) The date and time this version was created.
 - deployments List<Property Map>
 - (List) list of deployments. Nested scheme for deployments:
 - id String
 - (String) The id of this provider.
 - label String
 - (String) Display Name in the requested language.
 - long
Description String - (String) Long description in the requested language.
 - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - short
Description String - (String) Short description in the requested language.
 - List<String>
 - (List) List of tags associated with this catalog.
 - updated String
 - (String) The date and time this catalog was last updated.
 
GetCmOfferingKindPlanAdditionalFeature      
- Description string
 - (String) Feature description.
 - Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 
- Description string
 - (String) Feature description.
 - Description
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n map[string]string - (Map) A map of translated strings, by language code.
 
- description String
 - (String) Feature description.
 - description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 
- description string
 - (String) Feature description.
 - description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - title string
 - (String) Heading.
 - title
I18n {[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.
 - description
I18n Map<String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String> - (Map) A map of translated strings, by language code.
 
GetCmOfferingKindPlanDeployment     
- Created string
 - (String) The date and time this version was created.
 - Id string
 - (String) The id of this provider.
 - Label string
 - (String) Display Name in the requested language.
 - Long
Description string - (String) Long description in the requested language.
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Short
Description string - (String) Short description in the requested language.
 - List<string>
 - (List) List of tags associated with this catalog.
 - Updated string
 - (String) The date and time this catalog was last updated.
 
- Created string
 - (String) The date and time this version was created.
 - Id string
 - (String) The id of this provider.
 - Label string
 - (String) Display Name in the requested language.
 - Long
Description string - (String) Long description in the requested language.
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Short
Description string - (String) Short description in the requested language.
 - []string
 - (List) List of tags associated with this catalog.
 - Updated string
 - (String) The date and time this catalog was last updated.
 
- created String
 - (String) The date and time this version was created.
 - id String
 - (String) The id of this provider.
 - label String
 - (String) Display Name in the requested language.
 - long
Description String - (String) Long description in the requested language.
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - short
Description String - (String) Short description in the requested language.
 - List<String>
 - (List) List of tags associated with this catalog.
 - updated String
 - (String) The date and time this catalog was last updated.
 
- created string
 - (String) The date and time this version was created.
 - id string
 - (String) The id of this provider.
 - label string
 - (String) Display Name in the requested language.
 - long
Description string - (String) Long description in the requested language.
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - name string
 - (String) The name of this provider.
 - short
Description string - (String) Short description in the requested language.
 - string[]
 - (List) List of tags associated with this catalog.
 - updated string
 - (String) The date and time this catalog was last updated.
 
- created str
 - (String) The date and time this version was created.
 - id str
 - (String) The id of this provider.
 - label str
 - (String) Display Name in the requested language.
 - long_
description str - (String) Long description in the requested language.
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - name str
 - (String) The name of this provider.
 - short_
description str - (String) Short description in the requested language.
 - Sequence[str]
 - (List) List of tags associated with this catalog.
 - updated str
 - (String) The date and time this catalog was last updated.
 
- created String
 - (String) The date and time this version was created.
 - id String
 - (String) The id of this provider.
 - label String
 - (String) Display Name in the requested language.
 - long
Description String - (String) Long description in the requested language.
 - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - short
Description String - (String) Short description in the requested language.
 - List<String>
 - (List) List of tags associated with this catalog.
 - updated String
 - (String) The date and time this catalog was last updated.
 
GetCmOfferingKindVersion    
- Catalog
Id string - Catalog identifier.
 - Configurations
List<Get
Cm Offering Kind Version Configuration>  - (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.
 - Deprecate
Pendings List<GetCm Offering Kind Version Deprecate Pending>  - (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<Get
Cm Offering Kind Version Entitlement>  - (List) Entitlement license info. Nested scheme for entitlement:
 - Flavors
List<Get
Cm Offering Kind Version Flavor>  - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - Iam
Permissions List<GetCm Offering Kind Version Iam Permission>  - (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
 - Id string
 - (String) The id of this provider.
 - Image
Manifest stringUrl  - (String) If set, denotes a url to a YAML file with list of container images used by this version.
 - Image
Pull stringKey Name  - (String) ID of the image pull key to use from Offering.ImagePullKeys.
 - Installs
List<Get
Cm Offering Kind Version Install>  - (List) Script information. Nested scheme for install:
 - Is
Consumable bool - (Boolean) Is the version able to be shared.
 - Kind
Id string - (String) Kind ID.
 - Licenses
List<Get
Cm Offering Kind Version License>  - (List) List of licenses the product was built with. Nested scheme for licenses:
 - Long
Description string - (String) Long description in the requested language.
 - Long
Description Dictionary<string, string>I18n  - (Map) A map of translated strings, by language code.
 - Metadatas
List<Get
Cm Offering Kind Version Metadata>  - (Map) Map of metadata values for this offering.
 - Offering
Id string - Offering identification.
 - Outputs
List<Get
Cm Offering Kind Version Output>  - (List) List of output values for this version. Nested scheme for outputs:
 - Package
Version string - (String) Version of the package used to create this version.
 - Pre
Installs List<GetCm Offering Kind Version Pre Install>  - (List) Optional pre-install instructions. Nested scheme for pre_install:
 - Repo
Url string - (String) Content's repo URL.
 - Required
Resources List<GetCm Offering Kind Version Required Resource>  - (List) Resource requirments for installation. Nested scheme for required_resources:
 - Rev string
 - (String) Cloudant revision.
 - Sha string
 - (String) SHA256 fingerprint of image.
 - Single
Instance bool - (Boolean) Denotes if single instance can be deployed to a given cluster.
 - Solution
Infos List<GetCm Offering Kind Version Solution Info>  - (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
 - Source
Url string - (String) Content's source URL (e.g git repo).
 - States
List<Get
Cm Offering Kind Version State>  - (String) Current validation state - , in_progress, valid, invalid, expired.
 - List<string>
 - (List) List of tags associated with this catalog.
 - Tgz
Url string - (String) File used to on-board this version.
 - Updated string
 - (String) The date and time this catalog was last updated.
 - Validations
List<Get
Cm Offering Kind Version Validation>  - (List) Validation response. Nested scheme for validation:
 - Version string
 - (String) Version of content type.
 - Version
Locator string - (String) A dotted value of 
catalogID.versionID. - Whitelisted
Accounts List<string> - (List) Whitelisted accounts for version.
 
- Catalog
Id string - Catalog identifier.
 - Configurations
[]Get
Cm Offering Kind Version Configuration  - (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.
 - Deprecate
Pendings []GetCm Offering Kind Version Deprecate Pending  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - Deprecated bool
 - (Boolean) read only field, indicating if this version is deprecated.
 - Entitlements
[]Get
Cm Offering Kind Version Entitlement  - (List) Entitlement license info. Nested scheme for entitlement:
 - Flavors
[]Get
Cm Offering Kind Version Flavor  - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - Iam
Permissions []GetCm Offering Kind Version Iam Permission  - (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
 - Id string
 - (String) The id of this provider.
 - Image
Manifest stringUrl  - (String) If set, denotes a url to a YAML file with list of container images used by this version.
 - Image
Pull stringKey Name  - (String) ID of the image pull key to use from Offering.ImagePullKeys.
 - Installs
[]Get
Cm Offering Kind Version Install  - (List) Script information. Nested scheme for install:
 - Is
Consumable bool - (Boolean) Is the version able to be shared.
 - Kind
Id string - (String) Kind ID.
 - Licenses
[]Get
Cm Offering Kind Version License  - (List) List of licenses the product was built with. Nested scheme for licenses:
 - Long
Description string - (String) Long description in the requested language.
 - Long
Description map[string]stringI18n  - (Map) A map of translated strings, by language code.
 - Metadatas
[]Get
Cm Offering Kind Version Metadata  - (Map) Map of metadata values for this offering.
 - Offering
Id string - Offering identification.
 - Outputs
[]Get
Cm Offering Kind Version Output Type  - (List) List of output values for this version. Nested scheme for outputs:
 - Package
Version string - (String) Version of the package used to create this version.
 - Pre
Installs []GetCm Offering Kind Version Pre Install  - (List) Optional pre-install instructions. Nested scheme for pre_install:
 - Repo
Url string - (String) Content's repo URL.
 - Required
Resources []GetCm Offering Kind Version Required Resource  - (List) Resource requirments for installation. Nested scheme for required_resources:
 - Rev string
 - (String) Cloudant revision.
 - Sha string
 - (String) SHA256 fingerprint of image.
 - Single
Instance bool - (Boolean) Denotes if single instance can be deployed to a given cluster.
 - Solution
Infos []GetCm Offering Kind Version Solution Info  - (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
 - Source
Url string - (String) Content's source URL (e.g git repo).
 - States
[]Get
Cm Offering Kind Version State  - (String) Current validation state - , in_progress, valid, invalid, expired.
 - []string
 - (List) List of tags associated with this catalog.
 - Tgz
Url string - (String) File used to on-board this version.
 - Updated string
 - (String) The date and time this catalog was last updated.
 - Validations
[]Get
Cm Offering Kind Version Validation  - (List) Validation response. Nested scheme for validation:
 - Version string
 - (String) Version of content type.
 - Version
Locator string - (String) A dotted value of 
catalogID.versionID. - Whitelisted
Accounts []string - (List) Whitelisted accounts for version.
 
- catalog
Id String - Catalog identifier.
 - configurations
List<Get
Cm Offering Kind Version Configuration>  - (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.
 - deprecate
Pendings List<GetCm Offering Kind Version Deprecate Pending>  - (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<Get
Cm Offering Kind Version Entitlement>  - (List) Entitlement license info. Nested scheme for entitlement:
 - flavors
List<Get
Cm Offering Kind Version Flavor>  - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - iam
Permissions List<GetCm Offering Kind Version Iam Permission>  - (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
 - id String
 - (String) The id of this provider.
 - image
Manifest StringUrl  - (String) If set, denotes a url to a YAML file with list of container images used by this version.
 - image
Pull StringKey Name  - (String) ID of the image pull key to use from Offering.ImagePullKeys.
 - installs
List<Get
Cm Offering Kind Version Install>  - (List) Script information. Nested scheme for install:
 - is
Consumable Boolean - (Boolean) Is the version able to be shared.
 - kind
Id String - (String) Kind ID.
 - licenses
List<Get
Cm Offering Kind Version License>  - (List) List of licenses the product was built with. Nested scheme for licenses:
 - long
Description String - (String) Long description in the requested language.
 - long
Description Map<String,String>I18n  - (Map) A map of translated strings, by language code.
 - metadatas
List<Get
Cm Offering Kind Version Metadata>  - (Map) Map of metadata values for this offering.
 - offering
Id String - Offering identification.
 - outputs
List<Get
Cm Offering Kind Version Output>  - (List) List of output values for this version. Nested scheme for outputs:
 - package
Version String - (String) Version of the package used to create this version.
 - pre
Installs List<GetCm Offering Kind Version Pre Install>  - (List) Optional pre-install instructions. Nested scheme for pre_install:
 - repo
Url String - (String) Content's repo URL.
 - required
Resources List<GetCm Offering Kind Version Required Resource>  - (List) Resource requirments for installation. Nested scheme for required_resources:
 - rev String
 - (String) Cloudant revision.
 - sha String
 - (String) SHA256 fingerprint of image.
 - single
Instance Boolean - (Boolean) Denotes if single instance can be deployed to a given cluster.
 - solution
Infos List<GetCm Offering Kind Version Solution Info>  - (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
 - source
Url String - (String) Content's source URL (e.g git repo).
 - states
List<Get
Cm Offering Kind Version State>  - (String) Current validation state - , in_progress, valid, invalid, expired.
 - List<String>
 - (List) List of tags associated with this catalog.
 - tgz
Url String - (String) File used to on-board this version.
 - updated String
 - (String) The date and time this catalog was last updated.
 - validations
List<Get
Cm Offering Kind Version Validation>  - (List) Validation response. Nested scheme for validation:
 - version String
 - (String) Version of content type.
 - version
Locator String - (String) A dotted value of 
catalogID.versionID. - whitelisted
Accounts List<String> - (List) Whitelisted accounts for version.
 
- catalog
Id string - Catalog identifier.
 - configurations
Get
Cm Offering Kind Version Configuration[]  - (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.
 - deprecate
Pendings GetCm Offering Kind Version Deprecate Pending[]  - (List) Deprecation information for an Offering. Nested scheme for deprecate_pending:
 - deprecated boolean
 - (Boolean) read only field, indicating if this version is deprecated.
 - entitlements
Get
Cm Offering Kind Version Entitlement[]  - (List) Entitlement license info. Nested scheme for entitlement:
 - flavors
Get
Cm Offering Kind Version Flavor[]  - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - iam
Permissions GetCm Offering Kind Version Iam Permission[]  - (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
 - id string
 - (String) The id of this provider.
 - image
Manifest stringUrl  - (String) If set, denotes a url to a YAML file with list of container images used by this version.
 - image
Pull stringKey Name  - (String) ID of the image pull key to use from Offering.ImagePullKeys.
 - installs
Get
Cm Offering Kind Version Install[]  - (List) Script information. Nested scheme for install:
 - is
Consumable boolean - (Boolean) Is the version able to be shared.
 - kind
Id string - (String) Kind ID.
 - licenses
Get
Cm Offering Kind Version License[]  - (List) List of licenses the product was built with. Nested scheme for licenses:
 - long
Description string - (String) Long description in the requested language.
 - long
Description {[key: string]: string}I18n  - (Map) A map of translated strings, by language code.
 - metadatas
Get
Cm Offering Kind Version Metadata[]  - (Map) Map of metadata values for this offering.
 - offering
Id string - Offering identification.
 - outputs
Get
Cm Offering Kind Version Output[]  - (List) List of output values for this version. Nested scheme for outputs:
 - package
Version string - (String) Version of the package used to create this version.
 - pre
Installs GetCm Offering Kind Version Pre Install[]  - (List) Optional pre-install instructions. Nested scheme for pre_install:
 - repo
Url string - (String) Content's repo URL.
 - required
Resources GetCm Offering Kind Version Required Resource[]  - (List) Resource requirments for installation. Nested scheme for required_resources:
 - rev string
 - (String) Cloudant revision.
 - sha string
 - (String) SHA256 fingerprint of image.
 - single
Instance boolean - (Boolean) Denotes if single instance can be deployed to a given cluster.
 - solution
Infos GetCm Offering Kind Version Solution Info[]  - (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
 - source
Url string - (String) Content's source URL (e.g git repo).
 - states
Get
Cm Offering Kind Version State[]  - (String) Current validation state - , in_progress, valid, invalid, expired.
 - string[]
 - (List) List of tags associated with this catalog.
 - tgz
Url string - (String) File used to on-board this version.
 - updated string
 - (String) The date and time this catalog was last updated.
 - validations
Get
Cm Offering Kind Version Validation[]  - (List) Validation response. Nested scheme for validation:
 - version string
 - (String) Version of content type.
 - version
Locator string - (String) A dotted value of 
catalogID.versionID. - whitelisted
Accounts string[] - (List) Whitelisted accounts for version.
 
- catalog_
id str - Catalog identifier.
 - configurations
Sequence[Get
Cm Offering Kind Version Configuration]  - (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[GetCm Offering Kind Version Deprecate Pending]  - (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[Get
Cm Offering Kind Version Entitlement]  - (List) Entitlement license info. Nested scheme for entitlement:
 - flavors
Sequence[Get
Cm Offering Kind Version Flavor]  - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - iam_
permissions Sequence[GetCm Offering Kind Version Iam Permission]  - (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
 - id str
 - (String) The id of this provider.
 - image_
manifest_ strurl  - (String) If set, denotes a url to a YAML file with list of container images used by this version.
 - image_
pull_ strkey_ name  - (String) ID of the image pull key to use from Offering.ImagePullKeys.
 - installs
Sequence[Get
Cm Offering Kind Version Install]  - (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[Get
Cm Offering Kind Version License]  - (List) List of licenses the product was built with. Nested scheme for licenses:
 - long_
description str - (String) Long description in the requested language.
 - long_
description_ Mapping[str, str]i18n  - (Map) A map of translated strings, by language code.
 - metadatas
Sequence[Get
Cm Offering Kind Version Metadata]  - (Map) Map of metadata values for this offering.
 - offering_
id str - Offering identification.
 - outputs
Sequence[Get
Cm Offering Kind Version Output]  - (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[GetCm Offering Kind Version Pre Install]  - (List) Optional pre-install instructions. Nested scheme for pre_install:
 - repo_
url str - (String) Content's repo URL.
 - required_
resources Sequence[GetCm Offering Kind Version Required Resource]  - (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[GetCm Offering Kind Version Solution Info]  - (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[Get
Cm Offering Kind Version State]  - (String) Current validation state - , in_progress, valid, invalid, expired.
 - 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 catalog was last updated.
 - validations
Sequence[Get
Cm Offering Kind Version Validation]  - (List) Validation response. Nested scheme for validation:
 - version str
 - (String) Version of content type.
 - version_
locator str - (String) A dotted value of 
catalogID.versionID. - whitelisted_
accounts Sequence[str] - (List) Whitelisted accounts for version.
 
- catalog
Id String - Catalog identifier.
 - 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.
 - deprecate
Pendings 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>
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - iam
Permissions List<Property Map> - (List) List of IAM permissions that are required to consume this version. Nested scheme for iam_permissions:
 - id String
 - (String) The id of this provider.
 - image
Manifest StringUrl  - (String) If set, denotes a url to a YAML file with list of container images used by this version.
 - image
Pull StringKey Name  - (String) ID of the image pull key to use from Offering.ImagePullKeys.
 - installs List<Property Map>
 - (List) Script information. Nested scheme for install:
 - is
Consumable Boolean - (Boolean) Is the version able to be shared.
 - kind
Id String - (String) Kind ID.
 - licenses List<Property Map>
 - (List) List of licenses the product was built with. Nested scheme for licenses:
 - long
Description String - (String) Long description in the requested language.
 - long
Description Map<String>I18n  - (Map) A map of translated strings, by language code.
 - metadatas List<Property Map>
 - (Map) Map of metadata values for this offering.
 - offering
Id String - Offering identification.
 - outputs List<Property Map>
 - (List) List of output values for this version. Nested scheme for outputs:
 - package
Version String - (String) Version of the package used to create this version.
 - pre
Installs List<Property Map> - (List) Optional pre-install instructions. Nested scheme for pre_install:
 - repo
Url String - (String) Content's repo URL.
 - required
Resources 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.
 - single
Instance Boolean - (Boolean) Denotes if single instance can be deployed to a given cluster.
 - solution
Infos List<Property Map> - (List) Version Solution Information. Only supported for Product kind Solution. Nested scheme for solution_info:
 - source
Url String - (String) Content's source URL (e.g git repo).
 - states List<Property Map>
 - (String) Current validation state - , in_progress, valid, invalid, expired.
 - List<String>
 - (List) List of tags associated with this catalog.
 - tgz
Url String - (String) File used to on-board this version.
 - updated String
 - (String) The date and time this catalog was last updated.
 - validations List<Property Map>
 - (List) Validation response. Nested scheme for validation:
 - version String
 - (String) Version of content type.
 - version
Locator String - (String) A dotted value of 
catalogID.versionID. - whitelisted
Accounts List<String> - (List) Whitelisted accounts for version.
 
GetCmOfferingKindVersionConfiguration     
- Custom
Configs List<GetCm Offering Kind Version Configuration Custom Config>  - (List) Render type. Nested scheme for custom_config:
 - Default
Value 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.
 - Display
Name string - (String) Display name for configuration type.
 - bool
 - (Boolean) Hide values.
 - Key string
 - (String) Output key.
 - Options
List<Immutable
Dictionary<string, string>>  - (List) List of options of type.
 - Required bool
 - (Boolean) Is key required to install.
 - Type string
 - (String) Valid values are hour or day.
 - Type
Metadata string - (String) The original type, as found in the source being onboarded.
 - Value
Constraint string - (String) Constraint associated with value, e.g., for string type - regx:[a-z].
 
- Custom
Configs []GetCm Offering Kind Version Configuration Custom Config  - (List) Render type. Nested scheme for custom_config:
 - Default
Value 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.
 - Display
Name string - (String) Display name for configuration type.
 - 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) Valid values are hour or day.
 - Type
Metadata string - (String) The original type, as found in the source being onboarded.
 - Value
Constraint string - (String) Constraint associated with value, e.g., for string type - regx:[a-z].
 
- custom
Configs List<GetCm Offering Kind Version Configuration Custom Config>  - (List) Render type. Nested scheme for custom_config:
 - default
Value 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.
 - display
Name String - (String) Display name for configuration type.
 - 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) Valid values are hour or day.
 - type
Metadata String - (String) The original type, as found in the source being onboarded.
 - value
Constraint String - (String) Constraint associated with value, e.g., for string type - regx:[a-z].
 
- custom
Configs GetCm Offering Kind Version Configuration Custom Config[]  - (List) Render type. Nested scheme for custom_config:
 - default
Value 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.
 - display
Name string - (String) Display name for configuration type.
 - 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) Valid values are hour or day.
 - type
Metadata string - (String) The original type, as found in the source being onboarded.
 - value
Constraint string - (String) Constraint associated with value, e.g., for string type - regx:[a-z].
 
- custom_
configs Sequence[GetCm Offering Kind Version Configuration Custom Config]  - (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) Display name for configuration type.
 - 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) Valid values are hour or day.
 - 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].
 
- custom
Configs List<Property Map> - (List) Render type. Nested scheme for custom_config:
 - default
Value 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.
 - display
Name String - (String) Display name for configuration type.
 - 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) Valid values are hour or day.
 - type
Metadata String - (String) The original type, as found in the source being onboarded.
 - value
Constraint String - (String) Constraint associated with value, e.g., for string type - regx:[a-z].
 
GetCmOfferingKindVersionConfigurationCustomConfig       
- Associations
List<Get
Cm Offering Kind Version Configuration Custom Config Association>  - (List) List of parameters that are associated with this configuration. Nested scheme for associations:
 - Config
Constraints 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).
 - Grouping
Index double - (Integer) Determines the order that this configuration item shows in that particular grouping.
 - Original
Grouping string - (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
 - Type string
 - (String) Valid values are hour or day.
 
- Associations
[]Get
Cm Offering Kind Version Configuration Custom Config Association  - (List) List of parameters that are associated with this configuration. Nested scheme for associations:
 - Config
Constraints 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).
 - Grouping
Index float64 - (Integer) Determines the order that this configuration item shows in that particular grouping.
 - Original
Grouping string - (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
 - Type string
 - (String) Valid values are hour or day.
 
- associations
List<Get
Cm Offering Kind Version Configuration Custom Config Association>  - (List) List of parameters that are associated with this configuration. Nested scheme for associations:
 - config
Constraints 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).
 - grouping
Index Double - (Integer) Determines the order that this configuration item shows in that particular grouping.
 - original
Grouping String - (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
 - type String
 - (String) Valid values are hour or day.
 
- associations
Get
Cm Offering Kind Version Configuration Custom Config Association[]  - (List) List of parameters that are associated with this configuration. Nested scheme for associations:
 - config
Constraints {[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).
 - grouping
Index number - (Integer) Determines the order that this configuration item shows in that particular grouping.
 - original
Grouping string - (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
 - type string
 - (String) Valid values are hour or day.
 
- associations
Sequence[Get
Cm Offering Kind Version Configuration Custom Config Association]  - (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) Valid values are hour or day.
 
- associations List<Property Map>
 - (List) List of parameters that are associated with this configuration. Nested scheme for associations:
 - config
Constraints 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).
 - grouping
Index Number - (Integer) Determines the order that this configuration item shows in that particular grouping.
 - original
Grouping String - (String) Original grouping type for this configuration (3 types - Target, Resource, and Deployment).
 - type String
 - (String) Valid values are hour or day.
 
GetCmOfferingKindVersionConfigurationCustomConfigAssociation        
- Parameters
List<Get
Cm Offering Kind Version Configuration Custom Config Association Parameter>  - (List) Parameters for this association. Nested scheme for parameters:
 
- Parameters
[]Get
Cm Offering Kind Version Configuration Custom Config Association Parameter  - (List) Parameters for this association. Nested scheme for parameters:
 
- parameters
List<Get
Cm Offering Kind Version Configuration Custom Config Association Parameter>  - (List) Parameters for this association. Nested scheme for parameters:
 
- parameters
Get
Cm Offering Kind Version Configuration Custom Config Association Parameter[]  - (List) Parameters for this association. Nested scheme for parameters:
 
- parameters
Sequence[Get
Cm Offering Kind Version Configuration Custom Config Association Parameter]  - (List) Parameters for this association. Nested scheme for parameters:
 
- parameters List<Property Map>
 - (List) Parameters for this association. Nested scheme for parameters:
 
GetCmOfferingKindVersionConfigurationCustomConfigAssociationParameter         
- Name string
 - (String) The name of this provider.
 - Options
Refresh bool - (Boolean) Refresh options.
 
- Name string
 - (String) The name of this provider.
 - Options
Refresh bool - (Boolean) Refresh options.
 
- name String
 - (String) The name of this provider.
 - options
Refresh Boolean - (Boolean) Refresh options.
 
- name string
 - (String) The name of this provider.
 - options
Refresh boolean - (Boolean) Refresh options.
 
- name str
 - (String) The name of this provider.
 - options_
refresh bool - (Boolean) Refresh options.
 
- name String
 - (String) The name of this provider.
 - options
Refresh Boolean - (Boolean) Refresh options.
 
GetCmOfferingKindVersionDeprecatePending      
- Deprecate
Date string - (String) Date of deprecation.
 - Deprecate
State string - (String) Deprecation state.
 - Description string
 - (String) Feature description.
 
- Deprecate
Date string - (String) Date of deprecation.
 - Deprecate
State string - (String) Deprecation state.
 - Description string
 - (String) Feature description.
 
- deprecate
Date String - (String) Date of deprecation.
 - deprecate
State String - (String) Deprecation state.
 - description String
 - (String) Feature description.
 
- deprecate
Date string - (String) Date of deprecation.
 - deprecate
State 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.
 
- deprecate
Date String - (String) Date of deprecation.
 - deprecate
State String - (String) Deprecation state.
 - description String
 - (String) Feature description.
 
GetCmOfferingKindVersionEntitlement     
- Image
Repo stringName  - (String) Image repository name.
 - Part
Numbers List<string> - (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
 - Product
Id string - (String) Product ID.
 - Provider
Id string - (String) Provider ID.
 - Provider
Name string - (String) Provider name.
 
- Image
Repo stringName  - (String) Image repository name.
 - Part
Numbers []string - (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
 - Product
Id string - (String) Product ID.
 - Provider
Id string - (String) Provider ID.
 - Provider
Name string - (String) Provider name.
 
- image
Repo StringName  - (String) Image repository name.
 - part
Numbers List<String> - (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
 - product
Id String - (String) Product ID.
 - provider
Id String - (String) Provider ID.
 - provider
Name String - (String) Provider name.
 
- image
Repo stringName  - (String) Image repository name.
 - part
Numbers string[] - (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
 - product
Id string - (String) Product ID.
 - provider
Id string - (String) Provider ID.
 - provider
Name string - (String) Provider name.
 
- image_
repo_ strname  - (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.
 
- image
Repo StringName  - (String) Image repository name.
 - part
Numbers List<String> - (List) list of license entitlement part numbers, eg. D1YGZLL,D1ZXILL.
 - product
Id String - (String) Product ID.
 - provider
Id String - (String) Provider ID.
 - provider
Name String - (String) Provider name.
 
GetCmOfferingKindVersionFlavor     
- index float
 - (Integer) Order that this flavor should appear when listed for a single version.
 - label str
 - (String) Display Name in the requested language.
 - label_
i18n Mapping[str, str] - (Map) A map of translated strings, by language code.
 - name str
 - (String) The name of this provider.
 
GetCmOfferingKindVersionIamPermission      
- Resources
List<Get
Cm Offering Kind Version Iam Permission Resource>  - (List) Resources. Nested scheme for resources:
 - Role
Crns List<string> - (List) Role CRNs for this permission.
 - Service
Name string - (String) Service name.
 
- Resources
[]Get
Cm Offering Kind Version Iam Permission Resource  - (List) Resources. Nested scheme for resources:
 - Role
Crns []string - (List) Role CRNs for this permission.
 - Service
Name string - (String) Service name.
 
- resources
List<Get
Cm Offering Kind Version Iam Permission Resource>  - (List) Resources. Nested scheme for resources:
 - role
Crns List<String> - (List) Role CRNs for this permission.
 - service
Name String - (String) Service name.
 
- resources
Get
Cm Offering Kind Version Iam Permission Resource[]  - (List) Resources. Nested scheme for resources:
 - role
Crns string[] - (List) Role CRNs for this permission.
 - service
Name string - (String) Service name.
 
- resources
Sequence[Get
Cm Offering Kind Version Iam Permission Resource]  - (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:
 - role
Crns List<String> - (List) Role CRNs for this permission.
 - service
Name String - (String) Service name.
 
GetCmOfferingKindVersionIamPermissionResource       
- Description string
 - (String) Feature description.
 - Name string
 - (String) The name of this provider.
 - Role
Crns List<string> - (List) Role CRNs for this permission.
 
- Description string
 - (String) Feature description.
 - Name string
 - (String) The name of this provider.
 - Role
Crns []string - (List) Role CRNs for this permission.
 
- description String
 - (String) Feature description.
 - name String
 - (String) The name of this provider.
 - role
Crns List<String> - (List) Role CRNs for this permission.
 
- description string
 - (String) Feature description.
 - name string
 - (String) The name of this provider.
 - role
Crns string[] - (List) Role CRNs for this permission.
 
- description str
 - (String) Feature description.
 - name str
 - (String) The name of this provider.
 - role_
crns Sequence[str] - (List) Role CRNs for this permission.
 
- description String
 - (String) Feature description.
 - name String
 - (String) The name of this provider.
 - role
Crns List<String> - (List) Role CRNs for this permission.
 
GetCmOfferingKindVersionInstall     
- Delete
Script 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.
 - Instructions
I18n 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.
 - Script
Permission string - (String) Optional iam permissions that are required on the target cluster to run this script.
 
- Delete
Script 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.
 - Instructions
I18n 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.
 - Script
Permission string - (String) Optional iam permissions that are required on the target cluster to run this script.
 
- delete
Script 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.
 - instructions
I18n 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.
 - script
Permission String - (String) Optional iam permissions that are required on the target cluster to run this script.
 
- delete
Script 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.
 - instructions
I18n {[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.
 - script
Permission 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.
 
- delete
Script 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.
 - instructions
I18n 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.
 - script
Permission String - (String) Optional iam permissions that are required on the target cluster to run this script.
 
GetCmOfferingKindVersionLicense     
- Description string
 - (String) Feature description.
 - Id string
 - (String) The id of this provider.
 - Name string
 - (String) The name of this provider.
 - Type string
 - (String) Valid values are hour or day.
 - Url string
 - (String) The url for this specific offering.
 
- Description string
 - (String) Feature description.
 - Id string
 - (String) The id of this provider.
 - Name string
 - (String) The name of this provider.
 - Type string
 - (String) Valid values are hour or day.
 - Url string
 - (String) The url for this specific offering.
 
- description String
 - (String) Feature description.
 - id String
 - (String) The id of this provider.
 - name String
 - (String) The name of this provider.
 - type String
 - (String) Valid values are hour or day.
 - url String
 - (String) The url for this specific offering.
 
- description string
 - (String) Feature description.
 - id string
 - (String) The id of this provider.
 - name string
 - (String) The name of this provider.
 - type string
 - (String) Valid values are hour or day.
 - url string
 - (String) The url for this specific offering.
 
- description str
 - (String) Feature description.
 - id str
 - (String) The id of this provider.
 - name str
 - (String) The name of this provider.
 - type str
 - (String) Valid values are hour or day.
 - url str
 - (String) The url for this specific offering.
 
- description String
 - (String) Feature description.
 - id String
 - (String) The id of this provider.
 - name String
 - (String) The name of this provider.
 - type String
 - (String) Valid values are hour or day.
 - url String
 - (String) The url for this specific offering.
 
GetCmOfferingKindVersionMetadata     
- End
Deploy stringTime  - Est
Deploy doubleTime  - Example
Name string - Files
List<Get
Cm Offering Kind Version Metadata File>  - Images
List<Get
Cm Offering Kind Version Metadata Image>  - Minimum
Provisioned doubleSize  - Modules
List<Get
Cm Offering Kind Version Metadata Module>  - Operating
Systems List<GetCm Offering Kind Version Metadata Operating System>  - Source
Url string - (String) Content's source URL (e.g git repo).
 - Start
Deploy stringTime  - Terraform
Version string - Usage string
 - Usage
Template string - Validated
Terraform stringVersion  - Version
Name string - Vsi
Vpcs List<GetCm Offering Kind Version Metadata Vsi Vpc>  - Working
Directory string 
- End
Deploy stringTime  - Est
Deploy float64Time  - Example
Name string - Files
[]Get
Cm Offering Kind Version Metadata File  - Images
[]Get
Cm Offering Kind Version Metadata Image  - Minimum
Provisioned float64Size  - Modules
[]Get
Cm Offering Kind Version Metadata Module  - Operating
Systems []GetCm Offering Kind Version Metadata Operating System  - Source
Url string - (String) Content's source URL (e.g git repo).
 - Start
Deploy stringTime  - Terraform
Version string - Usage string
 - Usage
Template string - Validated
Terraform stringVersion  - Version
Name string - Vsi
Vpcs []GetCm Offering Kind Version Metadata Vsi Vpc  - Working
Directory string 
- end
Deploy StringTime  - est
Deploy DoubleTime  - example
Name String - files
List<Get
Cm Offering Kind Version Metadata File>  - images
List<Get
Cm Offering Kind Version Metadata Image>  - minimum
Provisioned DoubleSize  - modules
List<Get
Cm Offering Kind Version Metadata Module>  - operating
Systems List<GetCm Offering Kind Version Metadata Operating System>  - source
Url String - (String) Content's source URL (e.g git repo).
 - start
Deploy StringTime  - terraform
Version String - usage String
 - usage
Template String - validated
Terraform StringVersion  - version
Name String - vsi
Vpcs List<GetCm Offering Kind Version Metadata Vsi Vpc>  - working
Directory String 
- end
Deploy stringTime  - est
Deploy numberTime  - example
Name string - files
Get
Cm Offering Kind Version Metadata File[]  - images
Get
Cm Offering Kind Version Metadata Image[]  - minimum
Provisioned numberSize  - modules
Get
Cm Offering Kind Version Metadata Module[]  - operating
Systems GetCm Offering Kind Version Metadata Operating System[]  - source
Url string - (String) Content's source URL (e.g git repo).
 - start
Deploy stringTime  - terraform
Version string - usage string
 - usage
Template string - validated
Terraform stringVersion  - version
Name string - vsi
Vpcs GetCm Offering Kind Version Metadata Vsi Vpc[]  - working
Directory string 
- end_
deploy_ strtime  - est_
deploy_ floattime  - example_
name str - files
Sequence[Get
Cm Offering Kind Version Metadata File]  - images
Sequence[Get
Cm Offering Kind Version Metadata Image]  - minimum_
provisioned_ floatsize  - modules
Sequence[Get
Cm Offering Kind Version Metadata Module]  - operating_
systems Sequence[GetCm Offering Kind Version Metadata Operating System]  - source_
url str - (String) Content's source URL (e.g git repo).
 - start_
deploy_ strtime  - terraform_
version str - usage str
 - usage_
template str - validated_
terraform_ strversion  - version_
name str - vsi_
vpcs Sequence[GetCm Offering Kind Version Metadata Vsi Vpc]  - working_
directory str 
- end
Deploy StringTime  - est
Deploy NumberTime  - example
Name String - files List<Property Map>
 - images List<Property Map>
 - minimum
Provisioned NumberSize  - modules List<Property Map>
 - operating
Systems List<Property Map> - source
Url String - (String) Content's source URL (e.g git repo).
 - start
Deploy StringTime  - terraform
Version String - usage String
 - usage
Template String - validated
Terraform StringVersion  - version
Name String - vsi
Vpcs List<Property Map> - working
Directory String 
GetCmOfferingKindVersionMetadataFile      
- Size double
 
- Size float64
 
- size Double
 
- size number
 
- size float
 
- size Number
 
GetCmOfferingKindVersionMetadataImage      
GetCmOfferingKindVersionMetadataModule      
- Name string
 - (String) The name of this provider.
 - Offering
References List<GetCm Offering Kind Version Metadata Module Offering Reference>  - Source string
 
- Name string
 - (String) The name of this provider.
 - Offering
References []GetCm Offering Kind Version Metadata Module Offering Reference  - Source string
 
- name String
 - (String) The name of this provider.
 - offering
References List<GetCm Offering Kind Version Metadata Module Offering Reference>  - source String
 
- name string
 - (String) The name of this provider.
 - offering
References GetCm Offering Kind Version Metadata Module Offering Reference[]  - source string
 
- name str
 - (String) The name of this provider.
 - offering_
references Sequence[GetCm Offering Kind Version Metadata Module Offering Reference]  - source str
 
- name String
 - (String) The name of this provider.
 - offering
References List<Property Map> - source String
 
GetCmOfferingKindVersionMetadataModuleOfferingReference        
- Catalog
Id string - Catalog identifier.
 - Flavor string
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - Flavors List<string>
 - (List) Optional - List of dependent flavors in the specified range.
 - Id string
 - (String) The id of this provider.
 - Kind string
 - Metadata string
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Version string
 - (String) Version of content type.
 
- Catalog
Id string - Catalog identifier.
 - Flavor string
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - Flavors []string
 - (List) Optional - List of dependent flavors in the specified range.
 - Id string
 - (String) The id of this provider.
 - Kind string
 - Metadata string
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Version string
 - (String) Version of content type.
 
- catalog
Id String - Catalog identifier.
 - flavor String
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - flavors List<String>
 - (List) Optional - List of dependent flavors in the specified range.
 - id String
 - (String) The id of this provider.
 - kind String
 - metadata String
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - version String
 - (String) Version of content type.
 
- catalog
Id string - Catalog identifier.
 - flavor string
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - flavors string[]
 - (List) Optional - List of dependent flavors in the specified range.
 - id string
 - (String) The id of this provider.
 - kind string
 - metadata string
 - (Map) Map of metadata values for this offering.
 - name string
 - (String) The name of this provider.
 - version string
 - (String) Version of content type.
 
- catalog_
id str - Catalog identifier.
 - flavor str
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - flavors Sequence[str]
 - (List) Optional - List of dependent flavors in the specified range.
 - id str
 - (String) The id of this provider.
 - kind str
 - metadata str
 - (Map) Map of metadata values for this offering.
 - name str
 - (String) The name of this provider.
 - version str
 - (String) Version of content type.
 
- catalog
Id String - Catalog identifier.
 - flavor String
 - (List) Version Flavor Information. Only supported for Product kind Solution. Nested scheme for flavor:
 - flavors List<String>
 - (List) Optional - List of dependent flavors in the specified range.
 - id String
 - (String) The id of this provider.
 - kind String
 - metadata String
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - version String
 - (String) Version of content type.
 
GetCmOfferingKindVersionMetadataOperatingSystem       
- Architecture string
 - Dedicated
Host boolOnly  - Display
Name string - (String) Display name for configuration type.
 - Family string
 - Href string
 - Name string
 - (String) The name of this provider.
 - Vendor string
 - Version string
 - (String) Version of content type.
 
- Architecture string
 - Dedicated
Host boolOnly  - Display
Name string - (String) Display name for configuration type.
 - Family string
 - Href string
 - Name string
 - (String) The name of this provider.
 - Vendor string
 - Version string
 - (String) Version of content type.
 
- architecture String
 - dedicated
Host BooleanOnly  - display
Name String - (String) Display name for configuration type.
 - family String
 - href String
 - name String
 - (String) The name of this provider.
 - vendor String
 - version String
 - (String) Version of content type.
 
- architecture string
 - dedicated
Host booleanOnly  - display
Name string - (String) Display name for configuration type.
 - family string
 - href string
 - name string
 - (String) The name of this provider.
 - vendor string
 - version string
 - (String) Version of content type.
 
- architecture str
 - dedicated_
host_ boolonly  - display_
name str - (String) Display name for configuration type.
 - family str
 - href str
 - name str
 - (String) The name of this provider.
 - vendor str
 - version str
 - (String) Version of content type.
 
- architecture String
 - dedicated
Host BooleanOnly  - display
Name String - (String) Display name for configuration type.
 - family String
 - href String
 - name String
 - (String) The name of this provider.
 - vendor String
 - version String
 - (String) Version of content type.
 
GetCmOfferingKindVersionMetadataVsiVpc       
GetCmOfferingKindVersionMetadataVsiVpcFile        
- Size double
 
- Size float64
 
- size Double
 
- size number
 
- size float
 
- size Number
 
GetCmOfferingKindVersionMetadataVsiVpcImage        
GetCmOfferingKindVersionMetadataVsiVpcOperatingSystem         
- Architecture string
 - Dedicated
Host boolOnly  - Display
Name string - (String) Display name for configuration type.
 - Family string
 - Href string
 - Name string
 - (String) The name of this provider.
 - Vendor string
 - Version string
 - (String) Version of content type.
 
- Architecture string
 - Dedicated
Host boolOnly  - Display
Name string - (String) Display name for configuration type.
 - Family string
 - Href string
 - Name string
 - (String) The name of this provider.
 - Vendor string
 - Version string
 - (String) Version of content type.
 
- architecture String
 - dedicated
Host BooleanOnly  - display
Name String - (String) Display name for configuration type.
 - family String
 - href String
 - name String
 - (String) The name of this provider.
 - vendor String
 - version String
 - (String) Version of content type.
 
- architecture string
 - dedicated
Host booleanOnly  - display
Name string - (String) Display name for configuration type.
 - family string
 - href string
 - name string
 - (String) The name of this provider.
 - vendor string
 - version string
 - (String) Version of content type.
 
- architecture str
 - dedicated_
host_ boolonly  - display_
name str - (String) Display name for configuration type.
 - family str
 - href str
 - name str
 - (String) The name of this provider.
 - vendor str
 - version str
 - (String) Version of content type.
 
- architecture String
 - dedicated
Host BooleanOnly  - display
Name String - (String) Display name for configuration type.
 - family String
 - href String
 - name String
 - (String) The name of this provider.
 - vendor String
 - version String
 - (String) Version of content type.
 
GetCmOfferingKindVersionOutput     
- 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.
 
GetCmOfferingKindVersionPreInstall      
- Delete
Script 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.
 - Instructions
I18n 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.
 - Script
Permission string - (String) Optional iam permissions that are required on the target cluster to run this script.
 
- Delete
Script 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.
 - Instructions
I18n 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.
 - Script
Permission string - (String) Optional iam permissions that are required on the target cluster to run this script.
 
- delete
Script 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.
 - instructions
I18n 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.
 - script
Permission String - (String) Optional iam permissions that are required on the target cluster to run this script.
 
- delete
Script 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.
 - instructions
I18n {[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.
 - script
Permission 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.
 
- delete
Script 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.
 - instructions
I18n 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.
 - script
Permission String - (String) Optional iam permissions that are required on the target cluster to run this script.
 
GetCmOfferingKindVersionRequiredResource      
GetCmOfferingKindVersionSolutionInfo      
- Architecture
Diagrams List<GetCm Offering Kind Version Solution Info Architecture Diagram>  - (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
 - Cost
Estimates List<GetCm Offering Kind Version Solution Info Cost Estimate>  - (List) Cost estimate definition. Nested scheme for cost_estimate:
 - Dependencies
List<Get
Cm Offering Kind Version Solution Info Dependency>  - (List) Dependencies for this solution. Nested scheme for dependencies:
 - Features
List<Get
Cm Offering Kind Version Solution Info Feature>  - (List) Features - titles only. Nested scheme for features:
 
- Architecture
Diagrams []GetCm Offering Kind Version Solution Info Architecture Diagram  - (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
 - Cost
Estimates []GetCm Offering Kind Version Solution Info Cost Estimate  - (List) Cost estimate definition. Nested scheme for cost_estimate:
 - Dependencies
[]Get
Cm Offering Kind Version Solution Info Dependency  - (List) Dependencies for this solution. Nested scheme for dependencies:
 - Features
[]Get
Cm Offering Kind Version Solution Info Feature  - (List) Features - titles only. Nested scheme for features:
 
- architecture
Diagrams List<GetCm Offering Kind Version Solution Info Architecture Diagram>  - (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
 - cost
Estimates List<GetCm Offering Kind Version Solution Info Cost Estimate>  - (List) Cost estimate definition. Nested scheme for cost_estimate:
 - dependencies
List<Get
Cm Offering Kind Version Solution Info Dependency>  - (List) Dependencies for this solution. Nested scheme for dependencies:
 - features
List<Get
Cm Offering Kind Version Solution Info Feature>  - (List) Features - titles only. Nested scheme for features:
 
- architecture
Diagrams GetCm Offering Kind Version Solution Info Architecture Diagram[]  - (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
 - cost
Estimates GetCm Offering Kind Version Solution Info Cost Estimate[]  - (List) Cost estimate definition. Nested scheme for cost_estimate:
 - dependencies
Get
Cm Offering Kind Version Solution Info Dependency[]  - (List) Dependencies for this solution. Nested scheme for dependencies:
 - features
Get
Cm Offering Kind Version Solution Info Feature[]  - (List) Features - titles only. Nested scheme for features:
 
- architecture_
diagrams Sequence[GetCm Offering Kind Version Solution Info Architecture Diagram]  - (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
 - cost_
estimates Sequence[GetCm Offering Kind Version Solution Info Cost Estimate]  - (List) Cost estimate definition. Nested scheme for cost_estimate:
 - dependencies
Sequence[Get
Cm Offering Kind Version Solution Info Dependency]  - (List) Dependencies for this solution. Nested scheme for dependencies:
 - features
Sequence[Get
Cm Offering Kind Version Solution Info Feature]  - (List) Features - titles only. Nested scheme for features:
 
- architecture
Diagrams List<Property Map> - (List) Architecture diagrams for this solution. Nested scheme for architecture_diagrams:
 - cost
Estimates 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:
 
GetCmOfferingKindVersionSolutionInfoArchitectureDiagram        
- Description string
 - (String) Feature description.
 - Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Diagrams
List<Get
Cm Offering Kind Version Solution Info Architecture Diagram Diagram>  - (List) Offering Media information. Nested scheme for diagram:
 
- Description string
 - (String) Feature description.
 - Description
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Diagrams
[]Get
Cm Offering Kind Version Solution Info Architecture Diagram Diagram  - (List) Offering Media information. Nested scheme for diagram:
 
- description String
 - (String) Feature description.
 - description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - diagrams
List<Get
Cm Offering Kind Version Solution Info Architecture Diagram Diagram>  - (List) Offering Media information. Nested scheme for diagram:
 
- description string
 - (String) Feature description.
 - description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - diagrams
Get
Cm Offering Kind Version Solution Info Architecture Diagram Diagram[]  - (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[Get
Cm Offering Kind Version Solution Info Architecture Diagram Diagram]  - (List) Offering Media information. Nested scheme for diagram:
 
- description String
 - (String) Feature description.
 - description
I18n Map<String> - (Map) A map of translated strings, by language code.
 - diagrams List<Property Map>
 - (List) Offering Media information. Nested scheme for diagram:
 
GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagram         
- Api
Url string - (String) CM API specific URL of the specified media item.
 - Caption string
 - (String) Caption for this media item.
 - Caption
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Thumbnail
Url string - (String) Thumbnail URL for this media item.
 - Type string
 - (String) Valid values are hour or day.
 - Url string
 - (String) The url for this specific offering.
 - Url
Proxies List<GetCm Offering Kind Version Solution Info Architecture Diagram Diagram Url Proxy>  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- Api
Url string - (String) CM API specific URL of the specified media item.
 - Caption string
 - (String) Caption for this media item.
 - Caption
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Thumbnail
Url string - (String) Thumbnail URL for this media item.
 - Type string
 - (String) Valid values are hour or day.
 - Url string
 - (String) The url for this specific offering.
 - Url
Proxies []GetCm Offering Kind Version Solution Info Architecture Diagram Diagram Url Proxy  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- api
Url String - (String) CM API specific URL of the specified media item.
 - caption String
 - (String) Caption for this media item.
 - caption
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - thumbnail
Url String - (String) Thumbnail URL for this media item.
 - type String
 - (String) Valid values are hour or day.
 - url String
 - (String) The url for this specific offering.
 - url
Proxies List<GetCm Offering Kind Version Solution Info Architecture Diagram Diagram Url Proxy>  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- api
Url string - (String) CM API specific URL of the specified media item.
 - caption string
 - (String) Caption for this media item.
 - caption
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - thumbnail
Url string - (String) Thumbnail URL for this media item.
 - type string
 - (String) Valid values are hour or day.
 - url string
 - (String) The url for this specific offering.
 - url
Proxies GetCm Offering Kind Version Solution Info Architecture Diagram Diagram Url Proxy[]  - (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) Valid values are hour or day.
 - url str
 - (String) The url for this specific offering.
 - url_
proxies Sequence[GetCm Offering Kind Version Solution Info Architecture Diagram Diagram Url Proxy]  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- api
Url String - (String) CM API specific URL of the specified media item.
 - caption String
 - (String) Caption for this media item.
 - caption
I18n Map<String> - (Map) A map of translated strings, by language code.
 - thumbnail
Url String - (String) Thumbnail URL for this media item.
 - type String
 - (String) Valid values are hour or day.
 - url String
 - (String) The url for this specific offering.
 - url
Proxies List<Property Map> - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
GetCmOfferingKindVersionSolutionInfoArchitectureDiagramDiagramUrlProxy           
GetCmOfferingKindVersionSolutionInfoCostEstimate        
- Currency string
 - (String) Cost estimate currency.
 - Diff
Total stringHourly Cost  - (String) Difference in total hourly cost.
 - Diff
Total stringMonthly Cost  - (String) Difference in total monthly cost.
 - Past
Total stringHourly Cost  - (String) Past total hourly cost.
 - Past
Total stringMonthly Cost  - (String) Past total monthly cost.
 - Projects
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project>  - (List) Cost estimate projects. Nested scheme for projects:
 - Summaries
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Summary>  - (List) Cost summary definition. Nested scheme for summary:
 - Time
Generated string - (String) When this estimate was generated.
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCost  - (String) Total monthly cost.
 - Version string
 - (String) Version of content type.
 
- Currency string
 - (String) Cost estimate currency.
 - Diff
Total stringHourly Cost  - (String) Difference in total hourly cost.
 - Diff
Total stringMonthly Cost  - (String) Difference in total monthly cost.
 - Past
Total stringHourly Cost  - (String) Past total hourly cost.
 - Past
Total stringMonthly Cost  - (String) Past total monthly cost.
 - Projects
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project  - (List) Cost estimate projects. Nested scheme for projects:
 - Summaries
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Summary  - (List) Cost summary definition. Nested scheme for summary:
 - Time
Generated string - (String) When this estimate was generated.
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCost  - (String) Total monthly cost.
 - Version string
 - (String) Version of content type.
 
- currency String
 - (String) Cost estimate currency.
 - diff
Total StringHourly Cost  - (String) Difference in total hourly cost.
 - diff
Total StringMonthly Cost  - (String) Difference in total monthly cost.
 - past
Total StringHourly Cost  - (String) Past total hourly cost.
 - past
Total StringMonthly Cost  - (String) Past total monthly cost.
 - projects
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project>  - (List) Cost estimate projects. Nested scheme for projects:
 - summaries
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Summary>  - (List) Cost summary definition. Nested scheme for summary:
 - time
Generated String - (String) When this estimate was generated.
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCost  - (String) Total monthly cost.
 - version String
 - (String) Version of content type.
 
- currency string
 - (String) Cost estimate currency.
 - diff
Total stringHourly Cost  - (String) Difference in total hourly cost.
 - diff
Total stringMonthly Cost  - (String) Difference in total monthly cost.
 - past
Total stringHourly Cost  - (String) Past total hourly cost.
 - past
Total stringMonthly Cost  - (String) Past total monthly cost.
 - projects
Get
Cm Offering Kind Version Solution Info Cost Estimate Project[]  - (List) Cost estimate projects. Nested scheme for projects:
 - summaries
Get
Cm Offering Kind Version Solution Info Cost Estimate Summary[]  - (List) Cost summary definition. Nested scheme for summary:
 - time
Generated string - (String) When this estimate was generated.
 - total
Hourly stringCost  - (String) Total hourly cost.
 - total
Monthly stringCost  - (String) Total monthly cost.
 - version string
 - (String) Version of content type.
 
- currency str
 - (String) Cost estimate currency.
 - diff_
total_ strhourly_ cost  - (String) Difference in total hourly cost.
 - diff_
total_ strmonthly_ cost  - (String) Difference in total monthly cost.
 - past_
total_ strhourly_ cost  - (String) Past total hourly cost.
 - past_
total_ strmonthly_ cost  - (String) Past total monthly cost.
 - projects
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project]  - (List) Cost estimate projects. Nested scheme for projects:
 - summaries
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Summary]  - (List) Cost summary definition. Nested scheme for summary:
 - time_
generated str - (String) When this estimate was generated.
 - total_
hourly_ strcost  - (String) Total hourly cost.
 - total_
monthly_ strcost  - (String) Total monthly cost.
 - version str
 - (String) Version of content type.
 
- currency String
 - (String) Cost estimate currency.
 - diff
Total StringHourly Cost  - (String) Difference in total hourly cost.
 - diff
Total StringMonthly Cost  - (String) Difference in total monthly cost.
 - past
Total StringHourly Cost  - (String) Past total hourly cost.
 - past
Total StringMonthly Cost  - (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:
 - time
Generated String - (String) When this estimate was generated.
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCost  - (String) Total monthly cost.
 - version String
 - (String) Version of content type.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProject         
- Breakdowns
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown>  - (List) Cost breakdown definition. Nested scheme for breakdown:
 - Diffs
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff>  - (List) Cost breakdown definition. Nested scheme for diff:
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Past
Breakdowns List<GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown>  - (List) Cost breakdown definition. Nested scheme for past_breakdown:
 - Summaries
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Summary>  - (List) Cost summary definition. Nested scheme for summary:
 
- Breakdowns
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown  - (List) Cost breakdown definition. Nested scheme for breakdown:
 - Diffs
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff  - (List) Cost breakdown definition. Nested scheme for diff:
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Name string
 - (String) The name of this provider.
 - Past
Breakdowns []GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown  - (List) Cost breakdown definition. Nested scheme for past_breakdown:
 - Summaries
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project Summary  - (List) Cost summary definition. Nested scheme for summary:
 
- breakdowns
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown>  - (List) Cost breakdown definition. Nested scheme for breakdown:
 - diffs
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff>  - (List) Cost breakdown definition. Nested scheme for diff:
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - past
Breakdowns List<GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown>  - (List) Cost breakdown definition. Nested scheme for past_breakdown:
 - summaries
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Summary>  - (List) Cost summary definition. Nested scheme for summary:
 
- breakdowns
Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown[]  - (List) Cost breakdown definition. Nested scheme for breakdown:
 - diffs
Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff[]  - (List) Cost breakdown definition. Nested scheme for diff:
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - name string
 - (String) The name of this provider.
 - past
Breakdowns GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown[]  - (List) Cost breakdown definition. Nested scheme for past_breakdown:
 - summaries
Get
Cm Offering Kind Version Solution Info Cost Estimate Project Summary[]  - (List) Cost summary definition. Nested scheme for summary:
 
- breakdowns
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown]  - (List) Cost breakdown definition. Nested scheme for breakdown:
 - diffs
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff]  - (List) Cost breakdown definition. Nested scheme for diff:
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - name str
 - (String) The name of this provider.
 - past_
breakdowns Sequence[GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown]  - (List) Cost breakdown definition. Nested scheme for past_breakdown:
 - summaries
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project Summary]  - (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) Map of metadata values for this offering.
 - name String
 - (String) The name of this provider.
 - past
Breakdowns List<Property Map> - (List) Cost breakdown definition. Nested scheme for past_breakdown:
 - summaries List<Property Map>
 - (List) Cost summary definition. Nested scheme for summary:
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdown          
- Resources
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource>  - (List) Resources. Nested scheme for resources:
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCOst  - (String) Total monthly cost.
 
- Resources
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource  - (List) Resources. Nested scheme for resources:
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCOst  - (String) Total monthly cost.
 
- resources
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource>  - (List) Resources. Nested scheme for resources:
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCOst  - (String) Total monthly cost.
 
- resources
Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource[]  - (List) Resources. Nested scheme for resources:
 - total
Hourly stringCost  - (String) Total hourly cost.
 - total
Monthly stringCOst  - (String) Total monthly cost.
 
- resources
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource]  - (List) Resources. Nested scheme for resources:
 - total_
hourly_ strcost  - (String) Total hourly cost.
 - total_
monthly_ strcost  - (String) Total monthly cost.
 
- resources List<Property Map>
 - (List) Resources. Nested scheme for resources:
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCOst  - (String) Total monthly cost.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResource           
- Cost
Components List<GetCm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource Cost Component>  - (List) Cost components. Nested scheme for cost_components:
 - Hourly
Cost string - (String) Hourly cost.
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Monthly
Cost string - (String) Monthly cost.
 - Name string
 - (String) The name of this provider.
 
- Cost
Components []GetCm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource Cost Component  - (List) Cost components. Nested scheme for cost_components:
 - Hourly
Cost string - (String) Hourly cost.
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Monthly
Cost string - (String) Monthly cost.
 - Name string
 - (String) The name of this provider.
 
- cost
Components List<GetCm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource Cost Component>  - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost String - (String) Hourly cost.
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - monthly
Cost String - (String) Monthly cost.
 - name String
 - (String) The name of this provider.
 
- cost
Components GetCm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource Cost Component[]  - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost string - (String) Hourly cost.
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - monthly
Cost string - (String) Monthly cost.
 - name string
 - (String) The name of this provider.
 
- cost_
components Sequence[GetCm Offering Kind Version Solution Info Cost Estimate Project Breakdown Resource Cost Component]  - (List) Cost components. Nested scheme for cost_components:
 - hourly_
cost str - (String) Hourly cost.
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - monthly_
cost str - (String) Monthly cost.
 - name str
 - (String) The name of this provider.
 
- cost
Components List<Property Map> - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost String - (String) Hourly cost.
 - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - monthly
Cost String - (String) Monthly cost.
 - name String
 - (String) The name of this provider.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectBreakdownResourceCostComponent             
- Hourly
Cost string - (String) Hourly cost.
 - Hourly
Quantity string - (String) Cost component hourly quantity.
 - Monthly
Cost string - (String) Monthly cost.
 - Monthly
Quantity string - (String) Cost component monthly quantity.
 - Name string
 - (String) The name of this provider.
 - Price string
 - (String) Cost component price.
 - Unit string
 - (String) Cost component unit.
 
- Hourly
Cost string - (String) Hourly cost.
 - Hourly
Quantity string - (String) Cost component hourly quantity.
 - Monthly
Cost string - (String) Monthly cost.
 - Monthly
Quantity string - (String) Cost component monthly quantity.
 - Name string
 - (String) The name of this provider.
 - Price string
 - (String) Cost component price.
 - Unit string
 - (String) Cost component unit.
 
- hourly
Cost String - (String) Hourly cost.
 - hourly
Quantity String - (String) Cost component hourly quantity.
 - monthly
Cost String - (String) Monthly cost.
 - monthly
Quantity String - (String) Cost component monthly quantity.
 - name String
 - (String) The name of this provider.
 - price String
 - (String) Cost component price.
 - unit String
 - (String) Cost component unit.
 
- hourly
Cost string - (String) Hourly cost.
 - hourly
Quantity string - (String) Cost component hourly quantity.
 - monthly
Cost string - (String) Monthly cost.
 - monthly
Quantity string - (String) Cost component monthly quantity.
 - name string
 - (String) The name of this provider.
 - 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) The name of this provider.
 - price str
 - (String) Cost component price.
 - unit str
 - (String) Cost component unit.
 
- hourly
Cost String - (String) Hourly cost.
 - hourly
Quantity String - (String) Cost component hourly quantity.
 - monthly
Cost String - (String) Monthly cost.
 - monthly
Quantity String - (String) Cost component monthly quantity.
 - name String
 - (String) The name of this provider.
 - price String
 - (String) Cost component price.
 - unit String
 - (String) Cost component unit.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiff          
- Resources
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff Resource>  - (List) Resources. Nested scheme for resources:
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCOst  - (String) Total monthly cost.
 
- Resources
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff Resource  - (List) Resources. Nested scheme for resources:
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCOst  - (String) Total monthly cost.
 
- resources
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff Resource>  - (List) Resources. Nested scheme for resources:
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCOst  - (String) Total monthly cost.
 
- resources
Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff Resource[]  - (List) Resources. Nested scheme for resources:
 - total
Hourly stringCost  - (String) Total hourly cost.
 - total
Monthly stringCOst  - (String) Total monthly cost.
 
- resources
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project Diff Resource]  - (List) Resources. Nested scheme for resources:
 - total_
hourly_ strcost  - (String) Total hourly cost.
 - total_
monthly_ strcost  - (String) Total monthly cost.
 
- resources List<Property Map>
 - (List) Resources. Nested scheme for resources:
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCOst  - (String) Total monthly cost.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResource           
- Cost
Components List<GetCm Offering Kind Version Solution Info Cost Estimate Project Diff Resource Cost Component>  - (List) Cost components. Nested scheme for cost_components:
 - Hourly
Cost string - (String) Hourly cost.
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Monthly
Cost string - (String) Monthly cost.
 - Name string
 - (String) The name of this provider.
 
- Cost
Components []GetCm Offering Kind Version Solution Info Cost Estimate Project Diff Resource Cost Component  - (List) Cost components. Nested scheme for cost_components:
 - Hourly
Cost string - (String) Hourly cost.
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Monthly
Cost string - (String) Monthly cost.
 - Name string
 - (String) The name of this provider.
 
- cost
Components List<GetCm Offering Kind Version Solution Info Cost Estimate Project Diff Resource Cost Component>  - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost String - (String) Hourly cost.
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - monthly
Cost String - (String) Monthly cost.
 - name String
 - (String) The name of this provider.
 
- cost
Components GetCm Offering Kind Version Solution Info Cost Estimate Project Diff Resource Cost Component[]  - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost string - (String) Hourly cost.
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - monthly
Cost string - (String) Monthly cost.
 - name string
 - (String) The name of this provider.
 
- cost_
components Sequence[GetCm Offering Kind Version Solution Info Cost Estimate Project Diff Resource Cost Component]  - (List) Cost components. Nested scheme for cost_components:
 - hourly_
cost str - (String) Hourly cost.
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - monthly_
cost str - (String) Monthly cost.
 - name str
 - (String) The name of this provider.
 
- cost
Components List<Property Map> - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost String - (String) Hourly cost.
 - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - monthly
Cost String - (String) Monthly cost.
 - name String
 - (String) The name of this provider.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectDiffResourceCostComponent             
- Hourly
Cost string - (String) Hourly cost.
 - Hourly
Quantity string - (String) Cost component hourly quantity.
 - Monthly
Cost string - (String) Monthly cost.
 - Monthly
Quantity string - (String) Cost component monthly quantity.
 - Name string
 - (String) The name of this provider.
 - Price string
 - (String) Cost component price.
 - Unit string
 - (String) Cost component unit.
 
- Hourly
Cost string - (String) Hourly cost.
 - Hourly
Quantity string - (String) Cost component hourly quantity.
 - Monthly
Cost string - (String) Monthly cost.
 - Monthly
Quantity string - (String) Cost component monthly quantity.
 - Name string
 - (String) The name of this provider.
 - Price string
 - (String) Cost component price.
 - Unit string
 - (String) Cost component unit.
 
- hourly
Cost String - (String) Hourly cost.
 - hourly
Quantity String - (String) Cost component hourly quantity.
 - monthly
Cost String - (String) Monthly cost.
 - monthly
Quantity String - (String) Cost component monthly quantity.
 - name String
 - (String) The name of this provider.
 - price String
 - (String) Cost component price.
 - unit String
 - (String) Cost component unit.
 
- hourly
Cost string - (String) Hourly cost.
 - hourly
Quantity string - (String) Cost component hourly quantity.
 - monthly
Cost string - (String) Monthly cost.
 - monthly
Quantity string - (String) Cost component monthly quantity.
 - name string
 - (String) The name of this provider.
 - 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) The name of this provider.
 - price str
 - (String) Cost component price.
 - unit str
 - (String) Cost component unit.
 
- hourly
Cost String - (String) Hourly cost.
 - hourly
Quantity String - (String) Cost component hourly quantity.
 - monthly
Cost String - (String) Monthly cost.
 - monthly
Quantity String - (String) Cost component monthly quantity.
 - name String
 - (String) The name of this provider.
 - price String
 - (String) Cost component price.
 - unit String
 - (String) Cost component unit.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdown           
- Resources
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource>  - (List) Resources. Nested scheme for resources:
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCOst  - (String) Total monthly cost.
 
- Resources
[]Get
Cm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource  - (List) Resources. Nested scheme for resources:
 - Total
Hourly stringCost  - (String) Total hourly cost.
 - Total
Monthly stringCOst  - (String) Total monthly cost.
 
- resources
List<Get
Cm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource>  - (List) Resources. Nested scheme for resources:
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCOst  - (String) Total monthly cost.
 
- resources
Get
Cm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource[]  - (List) Resources. Nested scheme for resources:
 - total
Hourly stringCost  - (String) Total hourly cost.
 - total
Monthly stringCOst  - (String) Total monthly cost.
 
- resources
Sequence[Get
Cm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource]  - (List) Resources. Nested scheme for resources:
 - total_
hourly_ strcost  - (String) Total hourly cost.
 - total_
monthly_ strcost  - (String) Total monthly cost.
 
- resources List<Property Map>
 - (List) Resources. Nested scheme for resources:
 - total
Hourly StringCost  - (String) Total hourly cost.
 - total
Monthly StringCOst  - (String) Total monthly cost.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResource            
- Cost
Components List<GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource Cost Component>  - (List) Cost components. Nested scheme for cost_components:
 - Hourly
Cost string - (String) Hourly cost.
 - Metadata Dictionary<string, string>
 - (Map) Map of metadata values for this offering.
 - Monthly
Cost string - (String) Monthly cost.
 - Name string
 - (String) The name of this provider.
 
- Cost
Components []GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource Cost Component  - (List) Cost components. Nested scheme for cost_components:
 - Hourly
Cost string - (String) Hourly cost.
 - Metadata map[string]string
 - (Map) Map of metadata values for this offering.
 - Monthly
Cost string - (String) Monthly cost.
 - Name string
 - (String) The name of this provider.
 
- cost
Components List<GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource Cost Component>  - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost String - (String) Hourly cost.
 - metadata Map<String,String>
 - (Map) Map of metadata values for this offering.
 - monthly
Cost String - (String) Monthly cost.
 - name String
 - (String) The name of this provider.
 
- cost
Components GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource Cost Component[]  - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost string - (String) Hourly cost.
 - metadata {[key: string]: string}
 - (Map) Map of metadata values for this offering.
 - monthly
Cost string - (String) Monthly cost.
 - name string
 - (String) The name of this provider.
 
- cost_
components Sequence[GetCm Offering Kind Version Solution Info Cost Estimate Project Past Breakdown Resource Cost Component]  - (List) Cost components. Nested scheme for cost_components:
 - hourly_
cost str - (String) Hourly cost.
 - metadata Mapping[str, str]
 - (Map) Map of metadata values for this offering.
 - monthly_
cost str - (String) Monthly cost.
 - name str
 - (String) The name of this provider.
 
- cost
Components List<Property Map> - (List) Cost components. Nested scheme for cost_components:
 - hourly
Cost String - (String) Hourly cost.
 - metadata Map<String>
 - (Map) Map of metadata values for this offering.
 - monthly
Cost String - (String) Monthly cost.
 - name String
 - (String) The name of this provider.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectPastBreakdownResourceCostComponent              
- Hourly
Cost string - (String) Hourly cost.
 - Hourly
Quantity string - (String) Cost component hourly quantity.
 - Monthly
Cost string - (String) Monthly cost.
 - Monthly
Quantity string - (String) Cost component monthly quantity.
 - Name string
 - (String) The name of this provider.
 - Price string
 - (String) Cost component price.
 - Unit string
 - (String) Cost component unit.
 
- Hourly
Cost string - (String) Hourly cost.
 - Hourly
Quantity string - (String) Cost component hourly quantity.
 - Monthly
Cost string - (String) Monthly cost.
 - Monthly
Quantity string - (String) Cost component monthly quantity.
 - Name string
 - (String) The name of this provider.
 - Price string
 - (String) Cost component price.
 - Unit string
 - (String) Cost component unit.
 
- hourly
Cost String - (String) Hourly cost.
 - hourly
Quantity String - (String) Cost component hourly quantity.
 - monthly
Cost String - (String) Monthly cost.
 - monthly
Quantity String - (String) Cost component monthly quantity.
 - name String
 - (String) The name of this provider.
 - price String
 - (String) Cost component price.
 - unit String
 - (String) Cost component unit.
 
- hourly
Cost string - (String) Hourly cost.
 - hourly
Quantity string - (String) Cost component hourly quantity.
 - monthly
Cost string - (String) Monthly cost.
 - monthly
Quantity string - (String) Cost component monthly quantity.
 - name string
 - (String) The name of this provider.
 - 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) The name of this provider.
 - price str
 - (String) Cost component price.
 - unit str
 - (String) Cost component unit.
 
- hourly
Cost String - (String) Hourly cost.
 - hourly
Quantity String - (String) Cost component hourly quantity.
 - monthly
Cost String - (String) Monthly cost.
 - monthly
Quantity String - (String) Cost component monthly quantity.
 - name String
 - (String) The name of this provider.
 - price String
 - (String) Cost component price.
 - unit String
 - (String) Cost component unit.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateProjectSummary          
- No
Price Dictionary<string, string>Resource Counts  - (Map) No price resource counts.
 - Total
Detected doubleResources  - (Integer) Total detected resources.
 - Total
No doublePrice Resources  - (Integer) Total no price resources.
 - Total
Supported doubleResources  - (Integer) Total supported resources.
 - Total
Unsupported doubleResources  - (Integer) Total unsupported resources.
 - Total
Usage doubleBased Resources  - (Integer) Total usage based resources.
 - Unsupported
Resource Dictionary<string, string>Counts  - (Map) Unsupported resource counts.
 
- No
Price map[string]stringResource Counts  - (Map) No price resource counts.
 - Total
Detected float64Resources  - (Integer) Total detected resources.
 - Total
No float64Price Resources  - (Integer) Total no price resources.
 - Total
Supported float64Resources  - (Integer) Total supported resources.
 - Total
Unsupported float64Resources  - (Integer) Total unsupported resources.
 - Total
Usage float64Based Resources  - (Integer) Total usage based resources.
 - Unsupported
Resource map[string]stringCounts  - (Map) Unsupported resource counts.
 
- no
Price Map<String,String>Resource Counts  - (Map) No price resource counts.
 - total
Detected DoubleResources  - (Integer) Total detected resources.
 - total
No DoublePrice Resources  - (Integer) Total no price resources.
 - total
Supported DoubleResources  - (Integer) Total supported resources.
 - total
Unsupported DoubleResources  - (Integer) Total unsupported resources.
 - total
Usage DoubleBased Resources  - (Integer) Total usage based resources.
 - unsupported
Resource Map<String,String>Counts  - (Map) Unsupported resource counts.
 
- no
Price {[key: string]: string}Resource Counts  - (Map) No price resource counts.
 - total
Detected numberResources  - (Integer) Total detected resources.
 - total
No numberPrice Resources  - (Integer) Total no price resources.
 - total
Supported numberResources  - (Integer) Total supported resources.
 - total
Unsupported numberResources  - (Integer) Total unsupported resources.
 - total
Usage numberBased Resources  - (Integer) Total usage based resources.
 - unsupported
Resource {[key: string]: string}Counts  - (Map) Unsupported resource counts.
 
- no_
price_ Mapping[str, str]resource_ counts  - (Map) No price resource counts.
 - total_
detected_ floatresources  - (Integer) Total detected resources.
 - total_
no_ floatprice_ resources  - (Integer) Total no price resources.
 - total_
supported_ floatresources  - (Integer) Total supported resources.
 - total_
unsupported_ floatresources  - (Integer) Total unsupported resources.
 - total_
usage_ floatbased_ resources  - (Integer) Total usage based resources.
 - unsupported_
resource_ Mapping[str, str]counts  - (Map) Unsupported resource counts.
 
- no
Price Map<String>Resource Counts  - (Map) No price resource counts.
 - total
Detected NumberResources  - (Integer) Total detected resources.
 - total
No NumberPrice Resources  - (Integer) Total no price resources.
 - total
Supported NumberResources  - (Integer) Total supported resources.
 - total
Unsupported NumberResources  - (Integer) Total unsupported resources.
 - total
Usage NumberBased Resources  - (Integer) Total usage based resources.
 - unsupported
Resource Map<String>Counts  - (Map) Unsupported resource counts.
 
GetCmOfferingKindVersionSolutionInfoCostEstimateSummary         
- No
Price Dictionary<string, string>Resource Counts  - (Map) No price resource counts.
 - Total
Detected doubleResources  - (Integer) Total detected resources.
 - Total
No doublePrice Resources  - (Integer) Total no price resources.
 - Total
Supported doubleResources  - (Integer) Total supported resources.
 - Total
Unsupported doubleResources  - (Integer) Total unsupported resources.
 - Total
Usage doubleBased Resources  - (Integer) Total usage based resources.
 - Unsupported
Resource Dictionary<string, string>Counts  - (Map) Unsupported resource counts.
 
- No
Price map[string]stringResource Counts  - (Map) No price resource counts.
 - Total
Detected float64Resources  - (Integer) Total detected resources.
 - Total
No float64Price Resources  - (Integer) Total no price resources.
 - Total
Supported float64Resources  - (Integer) Total supported resources.
 - Total
Unsupported float64Resources  - (Integer) Total unsupported resources.
 - Total
Usage float64Based Resources  - (Integer) Total usage based resources.
 - Unsupported
Resource map[string]stringCounts  - (Map) Unsupported resource counts.
 
- no
Price Map<String,String>Resource Counts  - (Map) No price resource counts.
 - total
Detected DoubleResources  - (Integer) Total detected resources.
 - total
No DoublePrice Resources  - (Integer) Total no price resources.
 - total
Supported DoubleResources  - (Integer) Total supported resources.
 - total
Unsupported DoubleResources  - (Integer) Total unsupported resources.
 - total
Usage DoubleBased Resources  - (Integer) Total usage based resources.
 - unsupported
Resource Map<String,String>Counts  - (Map) Unsupported resource counts.
 
- no
Price {[key: string]: string}Resource Counts  - (Map) No price resource counts.
 - total
Detected numberResources  - (Integer) Total detected resources.
 - total
No numberPrice Resources  - (Integer) Total no price resources.
 - total
Supported numberResources  - (Integer) Total supported resources.
 - total
Unsupported numberResources  - (Integer) Total unsupported resources.
 - total
Usage numberBased Resources  - (Integer) Total usage based resources.
 - unsupported
Resource {[key: string]: string}Counts  - (Map) Unsupported resource counts.
 
- no_
price_ Mapping[str, str]resource_ counts  - (Map) No price resource counts.
 - total_
detected_ floatresources  - (Integer) Total detected resources.
 - total_
no_ floatprice_ resources  - (Integer) Total no price resources.
 - total_
supported_ floatresources  - (Integer) Total supported resources.
 - total_
unsupported_ floatresources  - (Integer) Total unsupported resources.
 - total_
usage_ floatbased_ resources  - (Integer) Total usage based resources.
 - unsupported_
resource_ Mapping[str, str]counts  - (Map) Unsupported resource counts.
 
- no
Price Map<String>Resource Counts  - (Map) No price resource counts.
 - total
Detected NumberResources  - (Integer) Total detected resources.
 - total
No NumberPrice Resources  - (Integer) Total no price resources.
 - total
Supported NumberResources  - (Integer) Total supported resources.
 - total
Unsupported NumberResources  - (Integer) Total unsupported resources.
 - total
Usage NumberBased Resources  - (Integer) Total usage based resources.
 - unsupported
Resource Map<String>Counts  - (Map) Unsupported resource counts.
 
GetCmOfferingKindVersionSolutionInfoDependency       
- catalog_
id str - Catalog identifier.
 - flavors Sequence[str]
 - (List) Optional - List of dependent flavors in the specified range.
 - id str
 - (String) The id of this provider.
 - name str
 - (String) The name of this provider.
 - version str
 - (String) Version of content type.
 
GetCmOfferingKindVersionSolutionInfoFeature       
- Description string
 - (String) Feature description.
 - Description
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 
- Description string
 - (String) Feature description.
 - Description
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Title string
 - (String) Heading.
 - Title
I18n map[string]string - (Map) A map of translated strings, by language code.
 
- description String
 - (String) Feature description.
 - description
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 
- description string
 - (String) Feature description.
 - description
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - title string
 - (String) Heading.
 - title
I18n {[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.
 - description
I18n Map<String> - (Map) A map of translated strings, by language code.
 - title String
 - (String) Heading.
 - title
I18n Map<String> - (Map) A map of translated strings, by language code.
 
GetCmOfferingKindVersionState     
- Current string
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 - Current
Entered string - (String) Date and time of current request.
 - Pending string
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 - Pending
Requested 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.
 - Current
Entered string - (String) Date and time of current request.
 - Pending string
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 - Pending
Requested 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.
 - current
Entered String - (String) Date and time of current request.
 - pending String
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 - pending
Requested 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.
 - current
Entered string - (String) Date and time of current request.
 - pending string
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 - pending
Requested 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.
 - current
Entered String - (String) Date and time of current request.
 - pending String
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 - pending
Requested String - (String) Date and time of pending request.
 - previous String
 - (String) one of: new, validated, account-published, ibm-published, public-published.
 
GetCmOfferingKindVersionValidation     
- Last
Operation 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.
 
- Last
Operation 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.
 
- last
Operation 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.
 
- last
Operation 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.
 
- last
Operation 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.
 
GetCmOfferingMedia   
- Api
Url string - (String) CM API specific URL of the specified media item.
 - Caption string
 - (String) Caption for this media item.
 - Caption
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Thumbnail
Url string - (String) Thumbnail URL for this media item.
 - Type string
 - (String) Valid values are hour or day.
 - Url string
 - (String) The url for this specific offering.
 - Url
Proxies List<GetCm Offering Media Url Proxy>  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- Api
Url string - (String) CM API specific URL of the specified media item.
 - Caption string
 - (String) Caption for this media item.
 - Caption
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Thumbnail
Url string - (String) Thumbnail URL for this media item.
 - Type string
 - (String) Valid values are hour or day.
 - Url string
 - (String) The url for this specific offering.
 - Url
Proxies []GetCm Offering Media Url Proxy  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- api
Url String - (String) CM API specific URL of the specified media item.
 - caption String
 - (String) Caption for this media item.
 - caption
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - thumbnail
Url String - (String) Thumbnail URL for this media item.
 - type String
 - (String) Valid values are hour or day.
 - url String
 - (String) The url for this specific offering.
 - url
Proxies List<GetCm Offering Media Url Proxy>  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- api
Url string - (String) CM API specific URL of the specified media item.
 - caption string
 - (String) Caption for this media item.
 - caption
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - thumbnail
Url string - (String) Thumbnail URL for this media item.
 - type string
 - (String) Valid values are hour or day.
 - url string
 - (String) The url for this specific offering.
 - url
Proxies GetCm Offering Media Url Proxy[]  - (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) Valid values are hour or day.
 - url str
 - (String) The url for this specific offering.
 - url_
proxies Sequence[GetCm Offering Media Url Proxy]  - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
- api
Url String - (String) CM API specific URL of the specified media item.
 - caption String
 - (String) Caption for this media item.
 - caption
I18n Map<String> - (Map) A map of translated strings, by language code.
 - thumbnail
Url String - (String) Thumbnail URL for this media item.
 - type String
 - (String) Valid values are hour or day.
 - url String
 - (String) The url for this specific offering.
 - url
Proxies List<Property Map> - (List) Offering URL proxy information. Nested scheme for url_proxy:
 
GetCmOfferingMediaUrlProxy     
GetCmOfferingProviderInfo    
GetCmOfferingRating   
- Four
Star doubleCount  - (Integer) Four start rating.
 - One
Star doubleCount  - (Integer) One start rating.
 - Three
Star doubleCount  - (Integer) Three start rating.
 - Two
Star doubleCount  - (Integer) Two start rating.
 
- Four
Star float64Count  - (Integer) Four start rating.
 - One
Star float64Count  - (Integer) One start rating.
 - Three
Star float64Count  - (Integer) Three start rating.
 - Two
Star float64Count  - (Integer) Two start rating.
 
- four
Star DoubleCount  - (Integer) Four start rating.
 - one
Star DoubleCount  - (Integer) One start rating.
 - three
Star DoubleCount  - (Integer) Three start rating.
 - two
Star DoubleCount  - (Integer) Two start rating.
 
- four
Star numberCount  - (Integer) Four start rating.
 - one
Star numberCount  - (Integer) One start rating.
 - three
Star numberCount  - (Integer) Three start rating.
 - two
Star numberCount  - (Integer) Two start rating.
 
- four_
star_ floatcount  - (Integer) Four start rating.
 - one_
star_ floatcount  - (Integer) One start rating.
 - three_
star_ floatcount  - (Integer) Three start rating.
 - two_
star_ floatcount  - (Integer) Two start rating.
 
- four
Star NumberCount  - (Integer) Four start rating.
 - one
Star NumberCount  - (Integer) One start rating.
 - three
Star NumberCount  - (Integer) Three start rating.
 - two
Star NumberCount  - (Integer) Two start rating.
 
GetCmOfferingRepoInfo    
GetCmOfferingSupport   
- Locations List<string>
 - (List) A list of country codes indicating where support is provided.
 - Process string
 - (String) Support process as provided by an ISV.
 - Process
I18n Dictionary<string, string> - (Map) A map of translated strings, by language code.
 - Support
Details List<GetCm Offering Support Support Detail>  - (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
 - Support
Escalations List<GetCm Offering Support Support Escalation>  - (List) Support escalation policy. Nested scheme for support_escalation:
 - Support
Type string - (String) Support type for this product.
 - Url string
 - (String) The url for this specific offering.
 
- Locations []string
 - (List) A list of country codes indicating where support is provided.
 - Process string
 - (String) Support process as provided by an ISV.
 - Process
I18n map[string]string - (Map) A map of translated strings, by language code.
 - Support
Details []GetCm Offering Support Support Detail  - (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
 - Support
Escalations []GetCm Offering Support Support Escalation  - (List) Support escalation policy. Nested scheme for support_escalation:
 - Support
Type string - (String) Support type for this product.
 - Url string
 - (String) The url for this specific offering.
 
- locations List<String>
 - (List) A list of country codes indicating where support is provided.
 - process String
 - (String) Support process as provided by an ISV.
 - process
I18n Map<String,String> - (Map) A map of translated strings, by language code.
 - support
Details List<GetCm Offering Support Support Detail>  - (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
 - support
Escalations List<GetCm Offering Support Support Escalation>  - (List) Support escalation policy. Nested scheme for support_escalation:
 - support
Type String - (String) Support type for this product.
 - url String
 - (String) The url for this specific offering.
 
- locations string[]
 - (List) A list of country codes indicating where support is provided.
 - process string
 - (String) Support process as provided by an ISV.
 - process
I18n {[key: string]: string} - (Map) A map of translated strings, by language code.
 - support
Details GetCm Offering Support Support Detail[]  - (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
 - support
Escalations GetCm Offering Support Support Escalation[]  - (List) Support escalation policy. Nested scheme for support_escalation:
 - support
Type string - (String) Support type for this product.
 - url string
 - (String) The url for this specific offering.
 
- locations Sequence[str]
 - (List) A list of country codes indicating where support is provided.
 - process str
 - (String) Support process as provided by an ISV.
 - process_
i18n Mapping[str, str] - (Map) A map of translated strings, by language code.
 - support_
details Sequence[GetCm Offering Support Support Detail]  - (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
 - support_
escalations Sequence[GetCm Offering Support Support Escalation]  - (List) Support escalation policy. Nested scheme for support_escalation:
 - support_
type str - (String) Support type for this product.
 - url str
 - (String) The url for this specific offering.
 
- locations List<String>
 - (List) A list of country codes indicating where support is provided.
 - process String
 - (String) Support process as provided by an ISV.
 - process
I18n Map<String> - (Map) A map of translated strings, by language code.
 - support
Details List<Property Map> - (List) A list of support options (e.g. email, phone, slack, other). Nested scheme for support_details:
 - support
Escalations List<Property Map> - (List) Support escalation policy. Nested scheme for support_escalation:
 - support
Type String - (String) Support type for this product.
 - url String
 - (String) The url for this specific offering.
 
GetCmOfferingSupportSupportDetail     
- Availabilities
List<Get
Cm Offering Support Support Detail Availability>  - (List) Times when support is available. Nested scheme for availability:
 - Contact string
 - (String) Escalation contact.
 - Response
Wait List<GetTimes Cm Offering Support Support Detail Response Wait Time>  - (List) Time descriptor. Nested scheme for response_wait_time:
 - Type string
 - (String) Valid values are hour or day.
 
- Availabilities
[]Get
Cm Offering Support Support Detail Availability  - (List) Times when support is available. Nested scheme for availability:
 - Contact string
 - (String) Escalation contact.
 - Response
Wait []GetTimes Cm Offering Support Support Detail Response Wait Time  - (List) Time descriptor. Nested scheme for response_wait_time:
 - Type string
 - (String) Valid values are hour or day.
 
- availabilities
List<Get
Cm Offering Support Support Detail Availability>  - (List) Times when support is available. Nested scheme for availability:
 - contact String
 - (String) Escalation contact.
 - response
Wait List<GetTimes Cm Offering Support Support Detail Response Wait Time>  - (List) Time descriptor. Nested scheme for response_wait_time:
 - type String
 - (String) Valid values are hour or day.
 
- availabilities
Get
Cm Offering Support Support Detail Availability[]  - (List) Times when support is available. Nested scheme for availability:
 - contact string
 - (String) Escalation contact.
 - response
Wait GetTimes Cm Offering Support Support Detail Response Wait Time[]  - (List) Time descriptor. Nested scheme for response_wait_time:
 - type string
 - (String) Valid values are hour or day.
 
- availabilities
Sequence[Get
Cm Offering Support Support Detail Availability]  - (List) Times when support is available. Nested scheme for availability:
 - contact str
 - (String) Escalation contact.
 - response_
wait_ Sequence[Gettimes Cm Offering Support Support Detail Response Wait Time]  - (List) Time descriptor. Nested scheme for response_wait_time:
 - type str
 - (String) Valid values are hour or day.
 
- availabilities List<Property Map>
 - (List) Times when support is available. Nested scheme for availability:
 - contact String
 - (String) Escalation contact.
 - response
Wait List<Property Map>Times  - (List) Time descriptor. Nested scheme for response_wait_time:
 - type String
 - (String) Valid values are hour or day.
 
GetCmOfferingSupportSupportDetailAvailability      
- Always
Available bool - (Boolean) Is this support always available.
 - Times
List<Get
Cm Offering Support Support Detail Availability Time>  - (List) A list of support times. Nested scheme for times:
 - Timezone string
 - (String) Timezone (e.g. America/New_York).
 
- Always
Available bool - (Boolean) Is this support always available.
 - Times
[]Get
Cm Offering Support Support Detail Availability Time  - (List) A list of support times. Nested scheme for times:
 - Timezone string
 - (String) Timezone (e.g. America/New_York).
 
- always
Available Boolean - (Boolean) Is this support always available.
 - times
List<Get
Cm Offering Support Support Detail Availability Time>  - (List) A list of support times. Nested scheme for times:
 - timezone String
 - (String) Timezone (e.g. America/New_York).
 
- always
Available boolean - (Boolean) Is this support always available.
 - times
Get
Cm Offering Support Support Detail Availability Time[]  - (List) A list of support times. Nested scheme for times:
 - timezone string
 - (String) Timezone (e.g. America/New_York).
 
- always_
available bool - (Boolean) Is this support always available.
 - times
Sequence[Get
Cm Offering Support Support Detail Availability Time]  - (List) A list of support times. Nested scheme for times:
 - timezone str
 - (String) Timezone (e.g. America/New_York).
 
- always
Available Boolean - (Boolean) Is this support always available.
 - times List<Property Map>
 - (List) A list of support times. Nested scheme for times:
 - timezone String
 - (String) Timezone (e.g. America/New_York).
 
GetCmOfferingSupportSupportDetailAvailabilityTime       
- day float
 - (Integer) The day of the week, represented as an integer.
 - end_
time str - (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
 - start_
time str - (String) HOURS:MINUTES:SECONDS using 24 hour time (e.g. 8:15:00).
 
GetCmOfferingSupportSupportDetailResponseWaitTime        
GetCmOfferingSupportSupportEscalation     
- Contact string
 - (String) Escalation contact.
 - Escalation
Wait List<GetTimes Cm Offering Support Support Escalation Escalation Wait Time>  - (List) Time descriptor. Nested scheme for escalation_wait_time:
 - Response
Wait List<GetTimes Cm Offering Support Support Escalation Response Wait Time>  - (List) Time descriptor. Nested scheme for response_wait_time:
 
- Contact string
 - (String) Escalation contact.
 - Escalation
Wait []GetTimes Cm Offering Support Support Escalation Escalation Wait Time  - (List) Time descriptor. Nested scheme for escalation_wait_time:
 - Response
Wait []GetTimes Cm Offering Support Support Escalation Response Wait Time  - (List) Time descriptor. Nested scheme for response_wait_time:
 
- contact String
 - (String) Escalation contact.
 - escalation
Wait List<GetTimes Cm Offering Support Support Escalation Escalation Wait Time>  - (List) Time descriptor. Nested scheme for escalation_wait_time:
 - response
Wait List<GetTimes Cm Offering Support Support Escalation Response Wait Time>  - (List) Time descriptor. Nested scheme for response_wait_time:
 
- contact string
 - (String) Escalation contact.
 - escalation
Wait GetTimes Cm Offering Support Support Escalation Escalation Wait Time[]  - (List) Time descriptor. Nested scheme for escalation_wait_time:
 - response
Wait GetTimes Cm Offering Support Support Escalation Response Wait Time[]  - (List) Time descriptor. Nested scheme for response_wait_time:
 
- contact str
 - (String) Escalation contact.
 - escalation_
wait_ Sequence[Gettimes Cm Offering Support Support Escalation Escalation Wait Time]  - (List) Time descriptor. Nested scheme for escalation_wait_time:
 - response_
wait_ Sequence[Gettimes Cm Offering Support Support Escalation Response Wait Time]  - (List) Time descriptor. Nested scheme for response_wait_time:
 
- contact String
 - (String) Escalation contact.
 - escalation
Wait List<Property Map>Times  - (List) Time descriptor. Nested scheme for escalation_wait_time:
 - response
Wait List<Property Map>Times  - (List) Time descriptor. Nested scheme for response_wait_time:
 
GetCmOfferingSupportSupportEscalationEscalationWaitTime        
GetCmOfferingSupportSupportEscalationResponseWaitTime        
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider.