1. Packages
  2. Intersight Provider
  3. API Docs
  4. getKubernetesAddonDefinition
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getKubernetesAddonDefinition

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    An addon that can be added to any Kubernetes cluster.

    Using getKubernetesAddonDefinition

    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 getKubernetesAddonDefinition(args: GetKubernetesAddonDefinitionArgs, opts?: InvokeOptions): Promise<GetKubernetesAddonDefinitionResult>
    function getKubernetesAddonDefinitionOutput(args: GetKubernetesAddonDefinitionOutputArgs, opts?: InvokeOptions): Output<GetKubernetesAddonDefinitionResult>
    def get_kubernetes_addon_definition(account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetKubernetesAddonDefinitionAncestor]] = None,
                                        catalog: Optional[GetKubernetesAddonDefinitionCatalog] = None,
                                        chart_url: Optional[str] = None,
                                        class_id: Optional[str] = None,
                                        create_time: Optional[str] = None,
                                        default_install_strategy: Optional[str] = None,
                                        default_namespace: Optional[str] = None,
                                        default_upgrade_strategy: Optional[str] = None,
                                        description: Optional[str] = None,
                                        digest: Optional[str] = None,
                                        domain_group_moid: Optional[str] = None,
                                        icon_url: Optional[str] = None,
                                        id: Optional[str] = None,
                                        labels: Optional[Sequence[str]] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        name: Optional[str] = None,
                                        nr_version: Optional[str] = None,
                                        object_type: Optional[str] = None,
                                        organization: Optional[GetKubernetesAddonDefinitionOrganization] = None,
                                        overrides: Optional[str] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetKubernetesAddonDefinitionParent] = None,
                                        permission_resources: Optional[Sequence[GetKubernetesAddonDefinitionPermissionResource]] = None,
                                        platforms: Optional[Sequence[str]] = None,
                                        shared_scope: Optional[str] = None,
                                        tags: Optional[Sequence[GetKubernetesAddonDefinitionTag]] = None,
                                        version_context: Optional[GetKubernetesAddonDefinitionVersionContext] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetKubernetesAddonDefinitionResult
    def get_kubernetes_addon_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAddonDefinitionAncestorArgs]]]] = None,
                                        catalog: Optional[pulumi.Input[GetKubernetesAddonDefinitionCatalogArgs]] = None,
                                        chart_url: Optional[pulumi.Input[str]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        default_install_strategy: Optional[pulumi.Input[str]] = None,
                                        default_namespace: Optional[pulumi.Input[str]] = None,
                                        default_upgrade_strategy: Optional[pulumi.Input[str]] = None,
                                        description: Optional[pulumi.Input[str]] = None,
                                        digest: Optional[pulumi.Input[str]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        icon_url: Optional[pulumi.Input[str]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        nr_version: Optional[pulumi.Input[str]] = None,
                                        object_type: Optional[pulumi.Input[str]] = None,
                                        organization: Optional[pulumi.Input[GetKubernetesAddonDefinitionOrganizationArgs]] = None,
                                        overrides: Optional[pulumi.Input[str]] = None,
                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        parent: Optional[pulumi.Input[GetKubernetesAddonDefinitionParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAddonDefinitionPermissionResourceArgs]]]] = None,
                                        platforms: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetKubernetesAddonDefinitionTagArgs]]]] = None,
                                        version_context: Optional[pulumi.Input[GetKubernetesAddonDefinitionVersionContextArgs]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesAddonDefinitionResult]
    func LookupKubernetesAddonDefinition(ctx *Context, args *LookupKubernetesAddonDefinitionArgs, opts ...InvokeOption) (*LookupKubernetesAddonDefinitionResult, error)
    func LookupKubernetesAddonDefinitionOutput(ctx *Context, args *LookupKubernetesAddonDefinitionOutputArgs, opts ...InvokeOption) LookupKubernetesAddonDefinitionResultOutput

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

    public static class GetKubernetesAddonDefinition 
    {
        public static Task<GetKubernetesAddonDefinitionResult> InvokeAsync(GetKubernetesAddonDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetKubernetesAddonDefinitionResult> Invoke(GetKubernetesAddonDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKubernetesAddonDefinitionResult> getKubernetesAddonDefinition(GetKubernetesAddonDefinitionArgs args, InvokeOptions options)
    public static Output<GetKubernetesAddonDefinitionResult> getKubernetesAddonDefinition(GetKubernetesAddonDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getKubernetesAddonDefinition:getKubernetesAddonDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetKubernetesAddonDefinitionAncestor>
    Catalog GetKubernetesAddonDefinitionCatalog
    ChartUrl string
    Description of the addon component.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultInstallStrategy string
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    DefaultNamespace string
    Default namespace to install the release.
    DefaultUpgradeStrategy string
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    Description string
    Description of the addon component.
    Digest string
    Digest used to verify the integrity of an addon.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IconUrl string
    Icon used to represent the addon in UI.
    Id string
    Labels List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of an addon component.
    NrVersion string
    Version of the addon component.
    ObjectType string
    Organization GetKubernetesAddonDefinitionOrganization
    Overrides string
    Properties that can be overridden for an addon.
    Owners List<string>
    Parent GetKubernetesAddonDefinitionParent
    PermissionResources List<GetKubernetesAddonDefinitionPermissionResource>
    Platforms List<string>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetKubernetesAddonDefinitionTag>
    VersionContext GetKubernetesAddonDefinitionVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetKubernetesAddonDefinitionAncestor
    Catalog GetKubernetesAddonDefinitionCatalog
    ChartUrl string
    Description of the addon component.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultInstallStrategy string
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    DefaultNamespace string
    Default namespace to install the release.
    DefaultUpgradeStrategy string
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    Description string
    Description of the addon component.
    Digest string
    Digest used to verify the integrity of an addon.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IconUrl string
    Icon used to represent the addon in UI.
    Id string
    Labels []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of an addon component.
    NrVersion string
    Version of the addon component.
    ObjectType string
    Organization GetKubernetesAddonDefinitionOrganization
    Overrides string
    Properties that can be overridden for an addon.
    Owners []string
    Parent GetKubernetesAddonDefinitionParent
    PermissionResources []GetKubernetesAddonDefinitionPermissionResource
    Platforms []string
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetKubernetesAddonDefinitionTag
    VersionContext GetKubernetesAddonDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetKubernetesAddonDefinitionAncestor>
    catalog GetKubernetesAddonDefinitionCatalog
    chartUrl String
    Description of the addon component.
    classId String
    createTime String
    The time when this managed object was created.
    defaultInstallStrategy String
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    defaultNamespace String
    Default namespace to install the release.
    defaultUpgradeStrategy String
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description String
    Description of the addon component.
    digest String
    Digest used to verify the integrity of an addon.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    iconUrl String
    Icon used to represent the addon in UI.
    id String
    labels List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of an addon component.
    nrVersion String
    Version of the addon component.
    objectType String
    organization GetKubernetesAddonDefinitionOrganization
    overrides String
    Properties that can be overridden for an addon.
    owners List<String>
    parent GetKubernetesAddonDefinitionParent
    permissionResources List<GetKubernetesAddonDefinitionPermissionResource>
    platforms List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetKubernetesAddonDefinitionTag>
    versionContext GetKubernetesAddonDefinitionVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetKubernetesAddonDefinitionAncestor[]
    catalog GetKubernetesAddonDefinitionCatalog
    chartUrl string
    Description of the addon component.
    classId string
    createTime string
    The time when this managed object was created.
    defaultInstallStrategy string
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    defaultNamespace string
    Default namespace to install the release.
    defaultUpgradeStrategy string
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description string
    Description of the addon component.
    digest string
    Digest used to verify the integrity of an addon.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    iconUrl string
    Icon used to represent the addon in UI.
    id string
    labels string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of an addon component.
    nrVersion string
    Version of the addon component.
    objectType string
    organization GetKubernetesAddonDefinitionOrganization
    overrides string
    Properties that can be overridden for an addon.
    owners string[]
    parent GetKubernetesAddonDefinitionParent
    permissionResources GetKubernetesAddonDefinitionPermissionResource[]
    platforms string[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetKubernetesAddonDefinitionTag[]
    versionContext GetKubernetesAddonDefinitionVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetKubernetesAddonDefinitionAncestor]
    catalog GetKubernetesAddonDefinitionCatalog
    chart_url str
    Description of the addon component.
    class_id str
    create_time str
    The time when this managed object was created.
    default_install_strategy str
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    default_namespace str
    Default namespace to install the release.
    default_upgrade_strategy str
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description str
    Description of the addon component.
    digest str
    Digest used to verify the integrity of an addon.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    icon_url str
    Icon used to represent the addon in UI.
    id str
    labels Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of an addon component.
    nr_version str
    Version of the addon component.
    object_type str
    organization GetKubernetesAddonDefinitionOrganization
    overrides str
    Properties that can be overridden for an addon.
    owners Sequence[str]
    parent GetKubernetesAddonDefinitionParent
    permission_resources Sequence[GetKubernetesAddonDefinitionPermissionResource]
    platforms Sequence[str]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetKubernetesAddonDefinitionTag]
    version_context GetKubernetesAddonDefinitionVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalog Property Map
    chartUrl String
    Description of the addon component.
    classId String
    createTime String
    The time when this managed object was created.
    defaultInstallStrategy String
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    defaultNamespace String
    Default namespace to install the release.
    defaultUpgradeStrategy String
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description String
    Description of the addon component.
    digest String
    Digest used to verify the integrity of an addon.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    iconUrl String
    Icon used to represent the addon in UI.
    id String
    labels List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of an addon component.
    nrVersion String
    Version of the addon component.
    objectType String
    organization Property Map
    overrides String
    Properties that can be overridden for an addon.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    platforms List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getKubernetesAddonDefinition Result

    The following output properties are available:

    Id string
    Results List<GetKubernetesAddonDefinitionResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetKubernetesAddonDefinitionAncestor>
    Catalog GetKubernetesAddonDefinitionCatalog
    ChartUrl string
    ClassId string
    CreateTime string
    DefaultInstallStrategy string
    DefaultNamespace string
    DefaultUpgradeStrategy string
    Description string
    Digest string
    DomainGroupMoid string
    IconUrl string
    Labels List<string>
    ModTime string
    Moid string
    Name string
    NrVersion string
    ObjectType string
    Organization GetKubernetesAddonDefinitionOrganization
    Overrides string
    Owners List<string>
    Parent GetKubernetesAddonDefinitionParent
    PermissionResources List<GetKubernetesAddonDefinitionPermissionResource>
    Platforms List<string>
    SharedScope string
    Tags List<GetKubernetesAddonDefinitionTag>
    VersionContext GetKubernetesAddonDefinitionVersionContext
    id String
    results List<GetKubernetesAddonDefinitionResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetKubernetesAddonDefinitionAncestor>
    catalog GetKubernetesAddonDefinitionCatalog
    chartUrl String
    classId String
    createTime String
    defaultInstallStrategy String
    defaultNamespace String
    defaultUpgradeStrategy String
    description String
    digest String
    domainGroupMoid String
    iconUrl String
    labels List<String>
    modTime String
    moid String
    name String
    nrVersion String
    objectType String
    organization GetKubernetesAddonDefinitionOrganization
    overrides String
    owners List<String>
    parent GetKubernetesAddonDefinitionParent
    permissionResources List<GetKubernetesAddonDefinitionPermissionResource>
    platforms List<String>
    sharedScope String
    tags List<GetKubernetesAddonDefinitionTag>
    versionContext GetKubernetesAddonDefinitionVersionContext

    Supporting Types

    GetKubernetesAddonDefinitionAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetKubernetesAddonDefinitionCatalog

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetKubernetesAddonDefinitionOrganization

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetKubernetesAddonDefinitionParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetKubernetesAddonDefinitionPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetKubernetesAddonDefinitionResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetKubernetesAddonDefinitionResultAncestor>
    Catalogs List<GetKubernetesAddonDefinitionResultCatalog>
    ChartUrl string
    Description of the addon component.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultInstallStrategy string
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    DefaultNamespace string
    Default namespace to install the release.
    DefaultUpgradeStrategy string
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    Description string
    Description of the addon component.
    Digest string
    Digest used to verify the integrity of an addon.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IconUrl string
    Icon used to represent the addon in UI.
    Labels List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of an addon component.
    NrVersion string
    Version of the addon component.
    ObjectType string
    Organizations List<GetKubernetesAddonDefinitionResultOrganization>
    Overrides string
    Properties that can be overridden for an addon.
    Owners List<string>
    Parents List<GetKubernetesAddonDefinitionResultParent>
    PermissionResources List<GetKubernetesAddonDefinitionResultPermissionResource>
    Platforms List<string>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetKubernetesAddonDefinitionResultTag>
    VersionContexts List<GetKubernetesAddonDefinitionResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetKubernetesAddonDefinitionResultAncestor
    Catalogs []GetKubernetesAddonDefinitionResultCatalog
    ChartUrl string
    Description of the addon component.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DefaultInstallStrategy string
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    DefaultNamespace string
    Default namespace to install the release.
    DefaultUpgradeStrategy string
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    Description string
    Description of the addon component.
    Digest string
    Digest used to verify the integrity of an addon.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IconUrl string
    Icon used to represent the addon in UI.
    Labels []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of an addon component.
    NrVersion string
    Version of the addon component.
    ObjectType string
    Organizations []GetKubernetesAddonDefinitionResultOrganization
    Overrides string
    Properties that can be overridden for an addon.
    Owners []string
    Parents []GetKubernetesAddonDefinitionResultParent
    PermissionResources []GetKubernetesAddonDefinitionResultPermissionResource
    Platforms []string
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetKubernetesAddonDefinitionResultTag
    VersionContexts []GetKubernetesAddonDefinitionResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetKubernetesAddonDefinitionResultAncestor>
    catalogs List<GetKubernetesAddonDefinitionResultCatalog>
    chartUrl String
    Description of the addon component.
    classId String
    createTime String
    The time when this managed object was created.
    defaultInstallStrategy String
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    defaultNamespace String
    Default namespace to install the release.
    defaultUpgradeStrategy String
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description String
    Description of the addon component.
    digest String
    Digest used to verify the integrity of an addon.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    iconUrl String
    Icon used to represent the addon in UI.
    labels List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of an addon component.
    nrVersion String
    Version of the addon component.
    objectType String
    organizations List<GetKubernetesAddonDefinitionResultOrganization>
    overrides String
    Properties that can be overridden for an addon.
    owners List<String>
    parents List<GetKubernetesAddonDefinitionResultParent>
    permissionResources List<GetKubernetesAddonDefinitionResultPermissionResource>
    platforms List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetKubernetesAddonDefinitionResultTag>
    versionContexts List<GetKubernetesAddonDefinitionResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetKubernetesAddonDefinitionResultAncestor[]
    catalogs GetKubernetesAddonDefinitionResultCatalog[]
    chartUrl string
    Description of the addon component.
    classId string
    createTime string
    The time when this managed object was created.
    defaultInstallStrategy string
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    defaultNamespace string
    Default namespace to install the release.
    defaultUpgradeStrategy string
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description string
    Description of the addon component.
    digest string
    Digest used to verify the integrity of an addon.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    iconUrl string
    Icon used to represent the addon in UI.
    labels string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of an addon component.
    nrVersion string
    Version of the addon component.
    objectType string
    organizations GetKubernetesAddonDefinitionResultOrganization[]
    overrides string
    Properties that can be overridden for an addon.
    owners string[]
    parents GetKubernetesAddonDefinitionResultParent[]
    permissionResources GetKubernetesAddonDefinitionResultPermissionResource[]
    platforms string[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetKubernetesAddonDefinitionResultTag[]
    versionContexts GetKubernetesAddonDefinitionResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetKubernetesAddonDefinitionResultAncestor]
    catalogs Sequence[GetKubernetesAddonDefinitionResultCatalog]
    chart_url str
    Description of the addon component.
    class_id str
    create_time str
    The time when this managed object was created.
    default_install_strategy str
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    default_namespace str
    Default namespace to install the release.
    default_upgrade_strategy str
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description str
    Description of the addon component.
    digest str
    Digest used to verify the integrity of an addon.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    icon_url str
    Icon used to represent the addon in UI.
    labels Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of an addon component.
    nr_version str
    Version of the addon component.
    object_type str
    organizations Sequence[GetKubernetesAddonDefinitionResultOrganization]
    overrides str
    Properties that can be overridden for an addon.
    owners Sequence[str]
    parents Sequence[GetKubernetesAddonDefinitionResultParent]
    permission_resources Sequence[GetKubernetesAddonDefinitionResultPermissionResource]
    platforms Sequence[str]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetKubernetesAddonDefinitionResultTag]
    version_contexts Sequence[GetKubernetesAddonDefinitionResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    catalogs List<Property Map>
    chartUrl String
    Description of the addon component.
    classId String
    createTime String
    The time when this managed object was created.
    defaultInstallStrategy String
    Default installation strategy for the release.* None - Unspecified install strategy.* NoAction - No install action performed.* InstallOnly - Only install in green field. No action in case of failure or removal.* Always - Attempt install if chart is not already installed.
    defaultNamespace String
    Default namespace to install the release.
    defaultUpgradeStrategy String
    Default upgrade strategy for the release.* None - Unspecified upgrade strategy.* NoAction - This choice enables No upgrades to be performed.* UpgradeOnly - Attempt upgrade if chart or overrides options change, no action on upgrade failure.* ReinstallOnFailure - Attempt upgrade first. Remove and install on upgrade failure.* AlwaysReinstall - Always remove older release and reinstall.
    description String
    Description of the addon component.
    digest String
    Digest used to verify the integrity of an addon.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    iconUrl String
    Icon used to represent the addon in UI.
    labels List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of an addon component.
    nrVersion String
    Version of the addon component.
    objectType String
    organizations List<Property Map>
    overrides String
    Properties that can be overridden for an addon.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    platforms List<String>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetKubernetesAddonDefinitionResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionResultCatalog

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionResultOrganization

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetKubernetesAddonDefinitionResultVersionContext

    GetKubernetesAddonDefinitionResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetKubernetesAddonDefinitionTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetKubernetesAddonDefinitionVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetKubernetesAddonDefinitionVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Version of the addon component.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetKubernetesAddonDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetKubernetesAddonDefinitionVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    Version of the addon component.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetKubernetesAddonDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetKubernetesAddonDefinitionVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Version of the addon component.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetKubernetesAddonDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetKubernetesAddonDefinitionVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    Version of the addon component.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetKubernetesAddonDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetKubernetesAddonDefinitionVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    Version of the addon component.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetKubernetesAddonDefinitionVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    Version of the addon component.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetKubernetesAddonDefinitionVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetKubernetesAddonDefinitionVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

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