intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getKubernetesAddonDefinition
Explore with Pulumi AI
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:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Kubernetes Addon Definition Ancestor> - Catalog
Get
Kubernetes Addon Definition Catalog - Chart
Url string - Description of the addon component.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Install stringStrategy - 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 string - Default namespace to install the release.
- Default
Upgrade stringStrategy - 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Icon
Url string - Icon used to represent the addon in UI.
- Id string
- Labels List<string>
- Mod
Time 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.
- Nr
Version string - Version of the addon component.
- Object
Type string - Organization
Get
Kubernetes Addon Definition Organization - Overrides string
- Properties that can be overridden for an addon.
- Owners List<string>
- Parent
Get
Kubernetes Addon Definition Parent - Permission
Resources List<GetKubernetes Addon Definition Permission Resource> - Platforms List<string>
- 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.
- List<Get
Kubernetes Addon Definition Tag> - Version
Context GetKubernetes Addon Definition Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Kubernetes Addon Definition Ancestor - Catalog
Get
Kubernetes Addon Definition Catalog - Chart
Url string - Description of the addon component.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Install stringStrategy - 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 string - Default namespace to install the release.
- Default
Upgrade stringStrategy - 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Icon
Url string - Icon used to represent the addon in UI.
- Id string
- Labels []string
- Mod
Time 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.
- Nr
Version string - Version of the addon component.
- Object
Type string - Organization
Get
Kubernetes Addon Definition Organization - Overrides string
- Properties that can be overridden for an addon.
- Owners []string
- Parent
Get
Kubernetes Addon Definition Parent - Permission
Resources []GetKubernetes Addon Definition Permission Resource - Platforms []string
- 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.
- []Get
Kubernetes Addon Definition Tag - Version
Context GetKubernetes Addon Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Kubernetes Addon Definition Ancestor> - catalog
Get
Kubernetes Addon Definition Catalog - chart
Url String - Description of the addon component.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Install StringStrategy - 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 String - Default namespace to install the release.
- default
Upgrade StringStrategy - 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- icon
Url String - Icon used to represent the addon in UI.
- id String
- labels List<String>
- mod
Time 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.
- nr
Version String - Version of the addon component.
- object
Type String - organization
Get
Kubernetes Addon Definition Organization - overrides String
- Properties that can be overridden for an addon.
- owners List<String>
- parent
Get
Kubernetes Addon Definition Parent - permission
Resources List<GetKubernetes Addon Definition Permission Resource> - platforms List<String>
- 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.
- List<Get
Kubernetes Addon Definition Tag> - version
Context GetKubernetes Addon Definition Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Kubernetes Addon Definition Ancestor[] - catalog
Get
Kubernetes Addon Definition Catalog - chart
Url string - Description of the addon component.
- class
Id string - create
Time string - The time when this managed object was created.
- default
Install stringStrategy - 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 string - Default namespace to install the release.
- default
Upgrade stringStrategy - 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- icon
Url string - Icon used to represent the addon in UI.
- id string
- labels string[]
- mod
Time 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.
- nr
Version string - Version of the addon component.
- object
Type string - organization
Get
Kubernetes Addon Definition Organization - overrides string
- Properties that can be overridden for an addon.
- owners string[]
- parent
Get
Kubernetes Addon Definition Parent - permission
Resources GetKubernetes Addon Definition Permission Resource[] - platforms string[]
- 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.
- Get
Kubernetes Addon Definition Tag[] - version
Context GetKubernetes Addon Definition Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Kubernetes Addon Definition Ancestor] - catalog
Get
Kubernetes Addon Definition Catalog - chart_
url str - Description of the addon component.
- class_
id str - create_
time str - The time when this managed object was created.
- default_
install_ strstrategy - 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_ strstrategy - 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_ strmoid - 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
Get
Kubernetes Addon Definition Organization - overrides str
- Properties that can be overridden for an addon.
- owners Sequence[str]
- parent
Get
Kubernetes Addon Definition Parent - permission_
resources Sequence[GetKubernetes Addon Definition Permission Resource] - platforms Sequence[str]
- 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.
- Sequence[Get
Kubernetes Addon Definition Tag] - version_
context GetKubernetes Addon Definition Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- chart
Url String - Description of the addon component.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Install StringStrategy - 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 String - Default namespace to install the release.
- default
Upgrade StringStrategy - 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- icon
Url String - Icon used to represent the addon in UI.
- id String
- labels List<String>
- mod
Time 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.
- nr
Version String - Version of the addon component.
- object
Type String - organization Property Map
- overrides String
- Properties that can be overridden for an addon.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platforms List<String>
- 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.
- List<Property Map>
- version
Context Property Map
getKubernetesAddonDefinition Result
The following output properties are available:
- Id string
- Results
List<Get
Kubernetes Addon Definition Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Kubernetes Addon Definition Ancestor> - Catalog
Get
Kubernetes Addon Definition Catalog - Chart
Url string - Class
Id string - Create
Time string - Default
Install stringStrategy - Default
Namespace string - Default
Upgrade stringStrategy - Description string
- Digest string
- Domain
Group stringMoid - Icon
Url string - Labels List<string>
- Mod
Time string - Moid string
- Name string
- Nr
Version string - Object
Type string - Organization
Get
Kubernetes Addon Definition Organization - Overrides string
- Owners List<string>
- Parent
Get
Kubernetes Addon Definition Parent - Permission
Resources List<GetKubernetes Addon Definition Permission Resource> - Platforms List<string>
- string
- List<Get
Kubernetes Addon Definition Tag> - Version
Context GetKubernetes Addon Definition Version Context
- Id string
- Results
[]Get
Kubernetes Addon Definition Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Kubernetes Addon Definition Ancestor - Catalog
Get
Kubernetes Addon Definition Catalog - Chart
Url string - Class
Id string - Create
Time string - Default
Install stringStrategy - Default
Namespace string - Default
Upgrade stringStrategy - Description string
- Digest string
- Domain
Group stringMoid - Icon
Url string - Labels []string
- Mod
Time string - Moid string
- Name string
- Nr
Version string - Object
Type string - Organization
Get
Kubernetes Addon Definition Organization - Overrides string
- Owners []string
- Parent
Get
Kubernetes Addon Definition Parent - Permission
Resources []GetKubernetes Addon Definition Permission Resource - Platforms []string
- string
- []Get
Kubernetes Addon Definition Tag - Version
Context GetKubernetes Addon Definition Version Context
- id String
- results
List<Get
Kubernetes Addon Definition Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Kubernetes Addon Definition Ancestor> - catalog
Get
Kubernetes Addon Definition Catalog - chart
Url String - class
Id String - create
Time String - default
Install StringStrategy - default
Namespace String - default
Upgrade StringStrategy - description String
- digest String
- domain
Group StringMoid - icon
Url String - labels List<String>
- mod
Time String - moid String
- name String
- nr
Version String - object
Type String - organization
Get
Kubernetes Addon Definition Organization - overrides String
- owners List<String>
- parent
Get
Kubernetes Addon Definition Parent - permission
Resources List<GetKubernetes Addon Definition Permission Resource> - platforms List<String>
- String
- List<Get
Kubernetes Addon Definition Tag> - version
Context GetKubernetes Addon Definition Version Context
- id string
- results
Get
Kubernetes Addon Definition Result[] - account
Moid string - additional
Properties string - ancestors
Get
Kubernetes Addon Definition Ancestor[] - catalog
Get
Kubernetes Addon Definition Catalog - chart
Url string - class
Id string - create
Time string - default
Install stringStrategy - default
Namespace string - default
Upgrade stringStrategy - description string
- digest string
- domain
Group stringMoid - icon
Url string - labels string[]
- mod
Time string - moid string
- name string
- nr
Version string - object
Type string - organization
Get
Kubernetes Addon Definition Organization - overrides string
- owners string[]
- parent
Get
Kubernetes Addon Definition Parent - permission
Resources GetKubernetes Addon Definition Permission Resource[] - platforms string[]
- string
- Get
Kubernetes Addon Definition Tag[] - version
Context GetKubernetes Addon Definition Version Context
- id str
- results
Sequence[Get
Kubernetes Addon Definition Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Kubernetes Addon Definition Ancestor] - catalog
Get
Kubernetes Addon Definition Catalog - chart_
url str - class_
id str - create_
time str - default_
install_ strstrategy - default_
namespace str - default_
upgrade_ strstrategy - description str
- digest str
- domain_
group_ strmoid - icon_
url str - labels Sequence[str]
- mod_
time str - moid str
- name str
- nr_
version str - object_
type str - organization
Get
Kubernetes Addon Definition Organization - overrides str
- owners Sequence[str]
- parent
Get
Kubernetes Addon Definition Parent - permission_
resources Sequence[GetKubernetes Addon Definition Permission Resource] - platforms Sequence[str]
- str
- Sequence[Get
Kubernetes Addon Definition Tag] - version_
context GetKubernetes Addon Definition Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- catalog Property Map
- chart
Url String - class
Id String - create
Time String - default
Install StringStrategy - default
Namespace String - default
Upgrade StringStrategy - description String
- digest String
- domain
Group StringMoid - icon
Url String - labels List<String>
- mod
Time String - moid String
- name String
- nr
Version String - object
Type String - organization Property Map
- overrides String
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platforms List<String>
- String
- List<Property Map>
- version
Context Property Map
Supporting Types
GetKubernetesAddonDefinitionAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Kubernetes Addon Definition Result Ancestor> - Catalogs
List<Get
Kubernetes Addon Definition Result Catalog> - Chart
Url string - Description of the addon component.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Install stringStrategy - 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 string - Default namespace to install the release.
- Default
Upgrade stringStrategy - 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Icon
Url string - Icon used to represent the addon in UI.
- Labels List<string>
- Mod
Time 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.
- Nr
Version string - Version of the addon component.
- Object
Type string - Organizations
List<Get
Kubernetes Addon Definition Result Organization> - Overrides string
- Properties that can be overridden for an addon.
- Owners List<string>
- Parents
List<Get
Kubernetes Addon Definition Result Parent> - Permission
Resources List<GetKubernetes Addon Definition Result Permission Resource> - Platforms List<string>
- 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.
- List<Get
Kubernetes Addon Definition Result Tag> - Version
Contexts List<GetKubernetes Addon Definition Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Kubernetes Addon Definition Result Ancestor - Catalogs
[]Get
Kubernetes Addon Definition Result Catalog - Chart
Url string - Description of the addon component.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Default
Install stringStrategy - 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 string - Default namespace to install the release.
- Default
Upgrade stringStrategy - 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Icon
Url string - Icon used to represent the addon in UI.
- Labels []string
- Mod
Time 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.
- Nr
Version string - Version of the addon component.
- Object
Type string - Organizations
[]Get
Kubernetes Addon Definition Result Organization - Overrides string
- Properties that can be overridden for an addon.
- Owners []string
- Parents
[]Get
Kubernetes Addon Definition Result Parent - Permission
Resources []GetKubernetes Addon Definition Result Permission Resource - Platforms []string
- 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.
- []Get
Kubernetes Addon Definition Result Tag - Version
Contexts []GetKubernetes Addon Definition Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Kubernetes Addon Definition Result Ancestor> - catalogs
List<Get
Kubernetes Addon Definition Result Catalog> - chart
Url String - Description of the addon component.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Install StringStrategy - 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 String - Default namespace to install the release.
- default
Upgrade StringStrategy - 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- icon
Url String - Icon used to represent the addon in UI.
- labels List<String>
- mod
Time 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.
- nr
Version String - Version of the addon component.
- object
Type String - organizations
List<Get
Kubernetes Addon Definition Result Organization> - overrides String
- Properties that can be overridden for an addon.
- owners List<String>
- parents
List<Get
Kubernetes Addon Definition Result Parent> - permission
Resources List<GetKubernetes Addon Definition Result Permission Resource> - platforms List<String>
- 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.
- List<Get
Kubernetes Addon Definition Result Tag> - version
Contexts List<GetKubernetes Addon Definition Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Kubernetes Addon Definition Result Ancestor[] - catalogs
Get
Kubernetes Addon Definition Result Catalog[] - chart
Url string - Description of the addon component.
- class
Id string - create
Time string - The time when this managed object was created.
- default
Install stringStrategy - 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 string - Default namespace to install the release.
- default
Upgrade stringStrategy - 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- icon
Url string - Icon used to represent the addon in UI.
- labels string[]
- mod
Time 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.
- nr
Version string - Version of the addon component.
- object
Type string - organizations
Get
Kubernetes Addon Definition Result Organization[] - overrides string
- Properties that can be overridden for an addon.
- owners string[]
- parents
Get
Kubernetes Addon Definition Result Parent[] - permission
Resources GetKubernetes Addon Definition Result Permission Resource[] - platforms string[]
- 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.
- Get
Kubernetes Addon Definition Result Tag[] - version
Contexts GetKubernetes Addon Definition Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Kubernetes Addon Definition Result Ancestor] - catalogs
Sequence[Get
Kubernetes Addon Definition Result Catalog] - chart_
url str - Description of the addon component.
- class_
id str - create_
time str - The time when this managed object was created.
- default_
install_ strstrategy - 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_ strstrategy - 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_ strmoid - 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[Get
Kubernetes Addon Definition Result Organization] - overrides str
- Properties that can be overridden for an addon.
- owners Sequence[str]
- parents
Sequence[Get
Kubernetes Addon Definition Result Parent] - permission_
resources Sequence[GetKubernetes Addon Definition Result Permission Resource] - platforms Sequence[str]
- 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.
- Sequence[Get
Kubernetes Addon Definition Result Tag] - version_
contexts Sequence[GetKubernetes Addon Definition Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalogs List<Property Map>
- chart
Url String - Description of the addon component.
- class
Id String - create
Time String - The time when this managed object was created.
- default
Install StringStrategy - 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 String - Default namespace to install the release.
- default
Upgrade StringStrategy - 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- icon
Url String - Icon used to represent the addon in UI.
- labels List<String>
- mod
Time 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.
- nr
Version String - Version of the addon component.
- object
Type String - organizations List<Property Map>
- overrides String
- Properties that can be overridden for an addon.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - platforms List<String>
- 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.
- List<Property Map>
- version
Contexts List<Property Map>
GetKubernetesAddonDefinitionResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionResultCatalog
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetKubernetesAddonDefinitionResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetKubernetes Addon Definition Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Version of the addon component.
- Object
Type string - Ref
Mos List<GetKubernetes Addon Definition Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetKubernetes Addon Definition Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Version of the addon component.
- Object
Type string - Ref
Mos []GetKubernetes Addon Definition Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetKubernetes Addon Definition Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Version of the addon component.
- object
Type String - ref
Mos List<GetKubernetes Addon Definition Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetKubernetes Addon Definition Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Version of the addon component.
- object
Type string - ref
Mos GetKubernetes Addon Definition Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetKubernetes Addon Definition Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Version of the addon component.
- object_
type str - ref_
mos Sequence[GetKubernetes Addon Definition Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Version of the addon component.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetKubernetesAddonDefinitionResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetKubernetesAddonDefinitionTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetKubernetesAddonDefinitionVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetKubernetes Addon Definition Version Context Interested Mo> - Marked
For boolDeletion - 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 string - Version of the addon component.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetKubernetes Addon Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetKubernetes Addon Definition Version Context Interested Mo - Marked
For boolDeletion - 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 string - Version of the addon component.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetKubernetes Addon Definition Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetKubernetes Addon Definition Version Context Interested Mo> - marked
For BooleanDeletion - 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 String - Version of the addon component.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetKubernetes Addon Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetKubernetes Addon Definition Version Context Interested Mo[] - marked
For booleanDeletion - 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 string - Version of the addon component.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetKubernetes Addon Definition Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetKubernetes Addon Definition Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetKubernetes Addon Definition Version Context Ref Mo - 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - 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 String - Version of the addon component.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet