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

intersight.getRecommendationPhysicalItem

Explore with Pulumi AI

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

    Entity representing the recommended physical device.

    Using getRecommendationPhysicalItem

    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 getRecommendationPhysicalItem(args: GetRecommendationPhysicalItemArgs, opts?: InvokeOptions): Promise<GetRecommendationPhysicalItemResult>
    function getRecommendationPhysicalItemOutput(args: GetRecommendationPhysicalItemOutputArgs, opts?: InvokeOptions): Output<GetRecommendationPhysicalItemResult>
    def get_recommendation_physical_item(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetRecommendationPhysicalItemAncestor]] = None,
                                         capacity: Optional[float] = None,
                                         capacity_runway: Optional[GetRecommendationPhysicalItemCapacityRunway] = None,
                                         class_id: Optional[str] = None,
                                         cluster_expansion: Optional[GetRecommendationPhysicalItemClusterExpansion] = None,
                                         configuration_path: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         is_new: Optional[bool] = None,
                                         max_count: Optional[float] = None,
                                         mod_time: Optional[str] = None,
                                         model: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         nr_count: Optional[float] = None,
                                         object_type: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetRecommendationPhysicalItemParent] = None,
                                         parent_moid: Optional[str] = None,
                                         permission_resources: Optional[Sequence[GetRecommendationPhysicalItemPermissionResource]] = None,
                                         personality: Optional[str] = None,
                                         physical_items: Optional[Sequence[GetRecommendationPhysicalItemPhysicalItem]] = None,
                                         shared_scope: Optional[str] = None,
                                         source_moid: Optional[str] = None,
                                         tags: Optional[Sequence[GetRecommendationPhysicalItemTag]] = None,
                                         type: Optional[str] = None,
                                         unit: Optional[str] = None,
                                         uuid: Optional[str] = None,
                                         version_context: Optional[GetRecommendationPhysicalItemVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetRecommendationPhysicalItemResult
    def get_recommendation_physical_item_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPhysicalItemAncestorArgs]]]] = None,
                                         capacity: Optional[pulumi.Input[float]] = None,
                                         capacity_runway: Optional[pulumi.Input[GetRecommendationPhysicalItemCapacityRunwayArgs]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         cluster_expansion: Optional[pulumi.Input[GetRecommendationPhysicalItemClusterExpansionArgs]] = None,
                                         configuration_path: Optional[pulumi.Input[str]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         is_new: Optional[pulumi.Input[bool]] = None,
                                         max_count: Optional[pulumi.Input[float]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         model: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         nr_count: Optional[pulumi.Input[float]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetRecommendationPhysicalItemParentArgs]] = None,
                                         parent_moid: Optional[pulumi.Input[str]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPhysicalItemPermissionResourceArgs]]]] = None,
                                         personality: Optional[pulumi.Input[str]] = None,
                                         physical_items: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPhysicalItemPhysicalItemArgs]]]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         source_moid: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPhysicalItemTagArgs]]]] = None,
                                         type: Optional[pulumi.Input[str]] = None,
                                         unit: Optional[pulumi.Input[str]] = None,
                                         uuid: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetRecommendationPhysicalItemVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetRecommendationPhysicalItemResult]
    func LookupRecommendationPhysicalItem(ctx *Context, args *LookupRecommendationPhysicalItemArgs, opts ...InvokeOption) (*LookupRecommendationPhysicalItemResult, error)
    func LookupRecommendationPhysicalItemOutput(ctx *Context, args *LookupRecommendationPhysicalItemOutputArgs, opts ...InvokeOption) LookupRecommendationPhysicalItemResultOutput

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

    public static class GetRecommendationPhysicalItem 
    {
        public static Task<GetRecommendationPhysicalItemResult> InvokeAsync(GetRecommendationPhysicalItemArgs args, InvokeOptions? opts = null)
        public static Output<GetRecommendationPhysicalItemResult> Invoke(GetRecommendationPhysicalItemInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecommendationPhysicalItemResult> getRecommendationPhysicalItem(GetRecommendationPhysicalItemArgs args, InvokeOptions options)
    public static Output<GetRecommendationPhysicalItemResult> getRecommendationPhysicalItem(GetRecommendationPhysicalItemArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getRecommendationPhysicalItem:getRecommendationPhysicalItem
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetRecommendationPhysicalItemAncestor>
    Capacity double
    Capacity of the physical entity added.
    CapacityRunway GetRecommendationPhysicalItemCapacityRunway
    ClassId string
    ClusterExpansion GetRecommendationPhysicalItemClusterExpansion
    ConfigurationPath string
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsNew bool
    If the PhysicalItem is new, this is set to true, else false.
    MaxCount double
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the recommended physical device which is externally identifiable.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the physical device recommended.
    NrCount double
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ObjectType string
    Owners List<string>
    Parent GetRecommendationPhysicalItemParent
    ParentMoid string
    Moid of the managed object which represents the parent physical entity.
    PermissionResources List<GetRecommendationPhysicalItemPermissionResource>
    Personality string
    The personality of the physical device recommended.
    PhysicalItems List<GetRecommendationPhysicalItemPhysicalItem>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceMoid string
    Moid of the managed object which represents the existing physical entity.
    Tags List<GetRecommendationPhysicalItemTag>
    Type string
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    Unit string
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    Uuid string
    Uuid of the recommended physical device.
    VersionContext GetRecommendationPhysicalItemVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetRecommendationPhysicalItemAncestor
    Capacity float64
    Capacity of the physical entity added.
    CapacityRunway GetRecommendationPhysicalItemCapacityRunway
    ClassId string
    ClusterExpansion GetRecommendationPhysicalItemClusterExpansion
    ConfigurationPath string
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsNew bool
    If the PhysicalItem is new, this is set to true, else false.
    MaxCount float64
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the recommended physical device which is externally identifiable.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the physical device recommended.
    NrCount float64
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ObjectType string
    Owners []string
    Parent GetRecommendationPhysicalItemParent
    ParentMoid string
    Moid of the managed object which represents the parent physical entity.
    PermissionResources []GetRecommendationPhysicalItemPermissionResource
    Personality string
    The personality of the physical device recommended.
    PhysicalItems []GetRecommendationPhysicalItemPhysicalItem
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceMoid string
    Moid of the managed object which represents the existing physical entity.
    Tags []GetRecommendationPhysicalItemTag
    Type string
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    Unit string
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    Uuid string
    Uuid of the recommended physical device.
    VersionContext GetRecommendationPhysicalItemVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetRecommendationPhysicalItemAncestor>
    capacity Double
    Capacity of the physical entity added.
    capacityRunway GetRecommendationPhysicalItemCapacityRunway
    classId String
    clusterExpansion GetRecommendationPhysicalItemClusterExpansion
    configurationPath String
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isNew Boolean
    If the PhysicalItem is new, this is set to true, else false.
    maxCount Double
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the recommended physical device which is externally identifiable.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the physical device recommended.
    nrCount Double
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    objectType String
    owners List<String>
    parent GetRecommendationPhysicalItemParent
    parentMoid String
    Moid of the managed object which represents the parent physical entity.
    permissionResources List<GetRecommendationPhysicalItemPermissionResource>
    personality String
    The personality of the physical device recommended.
    physicalItems List<GetRecommendationPhysicalItemPhysicalItem>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceMoid String
    Moid of the managed object which represents the existing physical entity.
    tags List<GetRecommendationPhysicalItemTag>
    type String
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit String
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid String
    Uuid of the recommended physical device.
    versionContext GetRecommendationPhysicalItemVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetRecommendationPhysicalItemAncestor[]
    capacity number
    Capacity of the physical entity added.
    capacityRunway GetRecommendationPhysicalItemCapacityRunway
    classId string
    clusterExpansion GetRecommendationPhysicalItemClusterExpansion
    configurationPath string
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    isNew boolean
    If the PhysicalItem is new, this is set to true, else false.
    maxCount number
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    modTime string
    The time when this managed object was last modified.
    model string
    Model of the recommended physical device which is externally identifiable.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the physical device recommended.
    nrCount number
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    objectType string
    owners string[]
    parent GetRecommendationPhysicalItemParent
    parentMoid string
    Moid of the managed object which represents the parent physical entity.
    permissionResources GetRecommendationPhysicalItemPermissionResource[]
    personality string
    The personality of the physical device recommended.
    physicalItems GetRecommendationPhysicalItemPhysicalItem[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceMoid string
    Moid of the managed object which represents the existing physical entity.
    tags GetRecommendationPhysicalItemTag[]
    type string
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit string
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid string
    Uuid of the recommended physical device.
    versionContext GetRecommendationPhysicalItemVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetRecommendationPhysicalItemAncestor]
    capacity float
    Capacity of the physical entity added.
    capacity_runway GetRecommendationPhysicalItemCapacityRunway
    class_id str
    cluster_expansion GetRecommendationPhysicalItemClusterExpansion
    configuration_path str
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    is_new bool
    If the PhysicalItem is new, this is set to true, else false.
    max_count float
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    mod_time str
    The time when this managed object was last modified.
    model str
    Model of the recommended physical device which is externally identifiable.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the physical device recommended.
    nr_count float
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    object_type str
    owners Sequence[str]
    parent GetRecommendationPhysicalItemParent
    parent_moid str
    Moid of the managed object which represents the parent physical entity.
    permission_resources Sequence[GetRecommendationPhysicalItemPermissionResource]
    personality str
    The personality of the physical device recommended.
    physical_items Sequence[GetRecommendationPhysicalItemPhysicalItem]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    source_moid str
    Moid of the managed object which represents the existing physical entity.
    tags Sequence[GetRecommendationPhysicalItemTag]
    type str
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit str
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid str
    Uuid of the recommended physical device.
    version_context GetRecommendationPhysicalItemVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacity Number
    Capacity of the physical entity added.
    capacityRunway Property Map
    classId String
    clusterExpansion Property Map
    configurationPath String
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isNew Boolean
    If the PhysicalItem is new, this is set to true, else false.
    maxCount Number
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the recommended physical device which is externally identifiable.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the physical device recommended.
    nrCount Number
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    objectType String
    owners List<String>
    parent Property Map
    parentMoid String
    Moid of the managed object which represents the parent physical entity.
    permissionResources List<Property Map>
    personality String
    The personality of the physical device recommended.
    physicalItems List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceMoid String
    Moid of the managed object which represents the existing physical entity.
    tags List<Property Map>
    type String
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit String
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid String
    Uuid of the recommended physical device.
    versionContext Property Map

    getRecommendationPhysicalItem Result

    The following output properties are available:

    Id string
    Results List<GetRecommendationPhysicalItemResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetRecommendationPhysicalItemAncestor>
    Capacity double
    CapacityRunway GetRecommendationPhysicalItemCapacityRunway
    ClassId string
    ClusterExpansion GetRecommendationPhysicalItemClusterExpansion
    ConfigurationPath string
    CreateTime string
    DomainGroupMoid string
    IsNew bool
    MaxCount double
    ModTime string
    Model string
    Moid string
    Name string
    NrCount double
    ObjectType string
    Owners List<string>
    Parent GetRecommendationPhysicalItemParent
    ParentMoid string
    PermissionResources List<GetRecommendationPhysicalItemPermissionResource>
    Personality string
    PhysicalItems List<GetRecommendationPhysicalItemPhysicalItem>
    SharedScope string
    SourceMoid string
    Tags List<GetRecommendationPhysicalItemTag>
    Type string
    Unit string
    Uuid string
    VersionContext GetRecommendationPhysicalItemVersionContext
    Id string
    Results []GetRecommendationPhysicalItemResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetRecommendationPhysicalItemAncestor
    Capacity float64
    CapacityRunway GetRecommendationPhysicalItemCapacityRunway
    ClassId string
    ClusterExpansion GetRecommendationPhysicalItemClusterExpansion
    ConfigurationPath string
    CreateTime string
    DomainGroupMoid string
    IsNew bool
    MaxCount float64
    ModTime string
    Model string
    Moid string
    Name string
    NrCount float64
    ObjectType string
    Owners []string
    Parent GetRecommendationPhysicalItemParent
    ParentMoid string
    PermissionResources []GetRecommendationPhysicalItemPermissionResource
    Personality string
    PhysicalItems []GetRecommendationPhysicalItemPhysicalItem
    SharedScope string
    SourceMoid string
    Tags []GetRecommendationPhysicalItemTag
    Type string
    Unit string
    Uuid string
    VersionContext GetRecommendationPhysicalItemVersionContext
    id String
    results List<GetRecommendationPhysicalItemResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetRecommendationPhysicalItemAncestor>
    capacity Double
    capacityRunway GetRecommendationPhysicalItemCapacityRunway
    classId String
    clusterExpansion GetRecommendationPhysicalItemClusterExpansion
    configurationPath String
    createTime String
    domainGroupMoid String
    isNew Boolean
    maxCount Double
    modTime String
    model String
    moid String
    name String
    nrCount Double
    objectType String
    owners List<String>
    parent GetRecommendationPhysicalItemParent
    parentMoid String
    permissionResources List<GetRecommendationPhysicalItemPermissionResource>
    personality String
    physicalItems List<GetRecommendationPhysicalItemPhysicalItem>
    sharedScope String
    sourceMoid String
    tags List<GetRecommendationPhysicalItemTag>
    type String
    unit String
    uuid String
    versionContext GetRecommendationPhysicalItemVersionContext
    id string
    results GetRecommendationPhysicalItemResult[]
    accountMoid string
    additionalProperties string
    ancestors GetRecommendationPhysicalItemAncestor[]
    capacity number
    capacityRunway GetRecommendationPhysicalItemCapacityRunway
    classId string
    clusterExpansion GetRecommendationPhysicalItemClusterExpansion
    configurationPath string
    createTime string
    domainGroupMoid string
    isNew boolean
    maxCount number
    modTime string
    model string
    moid string
    name string
    nrCount number
    objectType string
    owners string[]
    parent GetRecommendationPhysicalItemParent
    parentMoid string
    permissionResources GetRecommendationPhysicalItemPermissionResource[]
    personality string
    physicalItems GetRecommendationPhysicalItemPhysicalItem[]
    sharedScope string
    sourceMoid string
    tags GetRecommendationPhysicalItemTag[]
    type string
    unit string
    uuid string
    versionContext GetRecommendationPhysicalItemVersionContext
    id str
    results Sequence[GetRecommendationPhysicalItemResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetRecommendationPhysicalItemAncestor]
    capacity float
    capacity_runway GetRecommendationPhysicalItemCapacityRunway
    class_id str
    cluster_expansion GetRecommendationPhysicalItemClusterExpansion
    configuration_path str
    create_time str
    domain_group_moid str
    is_new bool
    max_count float
    mod_time str
    model str
    moid str
    name str
    nr_count float
    object_type str
    owners Sequence[str]
    parent GetRecommendationPhysicalItemParent
    parent_moid str
    permission_resources Sequence[GetRecommendationPhysicalItemPermissionResource]
    personality str
    physical_items Sequence[GetRecommendationPhysicalItemPhysicalItem]
    shared_scope str
    source_moid str
    tags Sequence[GetRecommendationPhysicalItemTag]
    type str
    unit str
    uuid str
    version_context GetRecommendationPhysicalItemVersionContext

    Supporting Types

    GetRecommendationPhysicalItemAncestor

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemCapacityRunway

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemClusterExpansion

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemParent

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemPermissionResource

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemPhysicalItem

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetRecommendationPhysicalItemResultAncestor>
    Capacity double
    Capacity of the physical entity added.
    CapacityRunways List<GetRecommendationPhysicalItemResultCapacityRunway>
    ClassId string
    ClusterExpansions List<GetRecommendationPhysicalItemResultClusterExpansion>
    ConfigurationPath string
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsNew bool
    If the PhysicalItem is new, this is set to true, else false.
    MaxCount double
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the recommended physical device which is externally identifiable.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the physical device recommended.
    NrCount double
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ObjectType string
    Owners List<string>
    ParentMoid string
    Moid of the managed object which represents the parent physical entity.
    Parents List<GetRecommendationPhysicalItemResultParent>
    PermissionResources List<GetRecommendationPhysicalItemResultPermissionResource>
    Personality string
    The personality of the physical device recommended.
    PhysicalItems List<GetRecommendationPhysicalItemResultPhysicalItem>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceMoid string
    Moid of the managed object which represents the existing physical entity.
    Tags List<GetRecommendationPhysicalItemResultTag>
    Type string
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    Unit string
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    Uuid string
    Uuid of the recommended physical device.
    VersionContexts List<GetRecommendationPhysicalItemResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetRecommendationPhysicalItemResultAncestor
    Capacity float64
    Capacity of the physical entity added.
    CapacityRunways []GetRecommendationPhysicalItemResultCapacityRunway
    ClassId string
    ClusterExpansions []GetRecommendationPhysicalItemResultClusterExpansion
    ConfigurationPath string
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsNew bool
    If the PhysicalItem is new, this is set to true, else false.
    MaxCount float64
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ModTime string
    The time when this managed object was last modified.
    Model string
    Model of the recommended physical device which is externally identifiable.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the physical device recommended.
    NrCount float64
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    ObjectType string
    Owners []string
    ParentMoid string
    Moid of the managed object which represents the parent physical entity.
    Parents []GetRecommendationPhysicalItemResultParent
    PermissionResources []GetRecommendationPhysicalItemResultPermissionResource
    Personality string
    The personality of the physical device recommended.
    PhysicalItems []GetRecommendationPhysicalItemResultPhysicalItem
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SourceMoid string
    Moid of the managed object which represents the existing physical entity.
    Tags []GetRecommendationPhysicalItemResultTag
    Type string
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    Unit string
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    Uuid string
    Uuid of the recommended physical device.
    VersionContexts []GetRecommendationPhysicalItemResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetRecommendationPhysicalItemResultAncestor>
    capacity Double
    Capacity of the physical entity added.
    capacityRunways List<GetRecommendationPhysicalItemResultCapacityRunway>
    classId String
    clusterExpansions List<GetRecommendationPhysicalItemResultClusterExpansion>
    configurationPath String
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isNew Boolean
    If the PhysicalItem is new, this is set to true, else false.
    maxCount Double
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the recommended physical device which is externally identifiable.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the physical device recommended.
    nrCount Double
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    objectType String
    owners List<String>
    parentMoid String
    Moid of the managed object which represents the parent physical entity.
    parents List<GetRecommendationPhysicalItemResultParent>
    permissionResources List<GetRecommendationPhysicalItemResultPermissionResource>
    personality String
    The personality of the physical device recommended.
    physicalItems List<GetRecommendationPhysicalItemResultPhysicalItem>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceMoid String
    Moid of the managed object which represents the existing physical entity.
    tags List<GetRecommendationPhysicalItemResultTag>
    type String
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit String
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid String
    Uuid of the recommended physical device.
    versionContexts List<GetRecommendationPhysicalItemResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetRecommendationPhysicalItemResultAncestor[]
    capacity number
    Capacity of the physical entity added.
    capacityRunways GetRecommendationPhysicalItemResultCapacityRunway[]
    classId string
    clusterExpansions GetRecommendationPhysicalItemResultClusterExpansion[]
    configurationPath string
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    isNew boolean
    If the PhysicalItem is new, this is set to true, else false.
    maxCount number
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    modTime string
    The time when this managed object was last modified.
    model string
    Model of the recommended physical device which is externally identifiable.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the physical device recommended.
    nrCount number
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    objectType string
    owners string[]
    parentMoid string
    Moid of the managed object which represents the parent physical entity.
    parents GetRecommendationPhysicalItemResultParent[]
    permissionResources GetRecommendationPhysicalItemResultPermissionResource[]
    personality string
    The personality of the physical device recommended.
    physicalItems GetRecommendationPhysicalItemResultPhysicalItem[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceMoid string
    Moid of the managed object which represents the existing physical entity.
    tags GetRecommendationPhysicalItemResultTag[]
    type string
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit string
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid string
    Uuid of the recommended physical device.
    versionContexts GetRecommendationPhysicalItemResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetRecommendationPhysicalItemResultAncestor]
    capacity float
    Capacity of the physical entity added.
    capacity_runways Sequence[GetRecommendationPhysicalItemResultCapacityRunway]
    class_id str
    cluster_expansions Sequence[GetRecommendationPhysicalItemResultClusterExpansion]
    configuration_path str
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    is_new bool
    If the PhysicalItem is new, this is set to true, else false.
    max_count float
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    mod_time str
    The time when this managed object was last modified.
    model str
    Model of the recommended physical device which is externally identifiable.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the physical device recommended.
    nr_count float
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    object_type str
    owners Sequence[str]
    parent_moid str
    Moid of the managed object which represents the parent physical entity.
    parents Sequence[GetRecommendationPhysicalItemResultParent]
    permission_resources Sequence[GetRecommendationPhysicalItemResultPermissionResource]
    personality str
    The personality of the physical device recommended.
    physical_items Sequence[GetRecommendationPhysicalItemResultPhysicalItem]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    source_moid str
    Moid of the managed object which represents the existing physical entity.
    tags Sequence[GetRecommendationPhysicalItemResultTag]
    type str
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit str
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid str
    Uuid of the recommended physical device.
    version_contexts Sequence[GetRecommendationPhysicalItemResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    capacity Number
    Capacity of the physical entity added.
    capacityRunways List<Property Map>
    classId String
    clusterExpansions List<Property Map>
    configurationPath String
    Configuration path for the physical entity to be used when ordering it through the Cisco Commerce Workspace.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isNew Boolean
    If the PhysicalItem is new, this is set to true, else false.
    maxCount Number
    Maximum number of items/devices which can be added on this PhysicalItem.For example, maximum number of disks allowed on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    modTime String
    The time when this managed object was last modified.
    model String
    Model of the recommended physical device which is externally identifiable.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the physical device recommended.
    nrCount Number
    Count of number of items/devices to be added.For example, number of disks to add on a node PhysicalItem in case of HyperFlex Cluster recommendation.
    objectType String
    owners List<String>
    parentMoid String
    Moid of the managed object which represents the parent physical entity.
    parents List<Property Map>
    permissionResources List<Property Map>
    personality String
    The personality of the physical device recommended.
    physicalItems List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    sourceMoid String
    Moid of the managed object which represents the existing physical entity.
    tags List<Property Map>
    type String
    The type of physical device recommended.* None - The Enum value None represents that no value was set for the item type.* Disk - The Enum value Disk represents that the item type recommended is a Physical Disk.* Node - The Enum value Node represents that the item type recommended is a Storage Node.* CPU - The Enum value CPU represents that the item type recommended is a Processor.* Memory - The Enum value Memory represents that the item type recommended is a memory unit.* Cluster - The Enum value Cluster represents that the item type recommended is a HyperFlex Cluster.
    unit String
    Unit of the new capacity.* TB - The Enum value TB represents that the measurement unit is in terabytes.* MB - The Enum value MB represents that the measurement unit is in megabytes.* GB - The Enum value GB represents that the measurement unit is in gigabytes.* MHz - The Enum value MHz represents that the measurement unit is in megahertz.* GHz - The Enum value GHz represents that the measurement unit is in gigahertz.* Percentage - The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
    uuid String
    Uuid of the recommended physical device.
    versionContexts List<Property Map>

    GetRecommendationPhysicalItemResultAncestor

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

    GetRecommendationPhysicalItemResultCapacityRunway

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

    GetRecommendationPhysicalItemResultClusterExpansion

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

    GetRecommendationPhysicalItemResultParent

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

    GetRecommendationPhysicalItemResultPermissionResource

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

    GetRecommendationPhysicalItemResultPhysicalItem

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

    GetRecommendationPhysicalItemResultTag

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

    GetRecommendationPhysicalItemResultVersionContext

    GetRecommendationPhysicalItemResultVersionContextInterestedMo

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

    GetRecommendationPhysicalItemResultVersionContextRefMo

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

    GetRecommendationPhysicalItemTag

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

    GetRecommendationPhysicalItemVersionContext

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemVersionContextInterestedMo

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

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

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

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

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

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

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

    GetRecommendationPhysicalItemVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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