intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getRecommendationPhysicalItem
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetRecommendation Physical Item Ancestor> 
- Capacity double
- Capacity of the physical entity added.
- CapacityRunway GetRecommendation Physical Item Capacity Runway 
- ClassId string
- ClusterExpansion GetRecommendation Physical Item Cluster Expansion 
- 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.
- DomainGroup stringMoid 
- 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
GetRecommendation Physical Item Parent 
- ParentMoid string
- Moid of the managed object which represents the parent physical entity.
- PermissionResources List<GetRecommendation Physical Item Permission Resource> 
- Personality string
- The personality of the physical device recommended.
- PhysicalItems List<GetRecommendation Physical Item Physical Item> 
- 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.
- 
List<GetRecommendation Physical Item Tag> 
- 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 GetRecommendation Physical Item Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetRecommendation Physical Item Ancestor 
- Capacity float64
- Capacity of the physical entity added.
- CapacityRunway GetRecommendation Physical Item Capacity Runway 
- ClassId string
- ClusterExpansion GetRecommendation Physical Item Cluster Expansion 
- 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.
- DomainGroup stringMoid 
- 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
GetRecommendation Physical Item Parent 
- ParentMoid string
- Moid of the managed object which represents the parent physical entity.
- PermissionResources []GetRecommendation Physical Item Permission Resource 
- Personality string
- The personality of the physical device recommended.
- PhysicalItems []GetRecommendation Physical Item Physical Item 
- 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.
- 
[]GetRecommendation Physical Item Tag 
- 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 GetRecommendation Physical Item Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetRecommendation Physical Item Ancestor> 
- capacity Double
- Capacity of the physical entity added.
- capacityRunway GetRecommendation Physical Item Capacity Runway 
- classId String
- clusterExpansion GetRecommendation Physical Item Cluster Expansion 
- 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.
- domainGroup StringMoid 
- 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
GetRecommendation Physical Item Parent 
- parentMoid String
- Moid of the managed object which represents the parent physical entity.
- permissionResources List<GetRecommendation Physical Item Permission Resource> 
- personality String
- The personality of the physical device recommended.
- physicalItems List<GetRecommendation Physical Item Physical Item> 
- 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.
- 
List<GetRecommendation Physical Item Tag> 
- 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 GetRecommendation Physical Item Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetRecommendation Physical Item Ancestor[] 
- capacity number
- Capacity of the physical entity added.
- capacityRunway GetRecommendation Physical Item Capacity Runway 
- classId string
- clusterExpansion GetRecommendation Physical Item Cluster Expansion 
- 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.
- domainGroup stringMoid 
- 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
GetRecommendation Physical Item Parent 
- parentMoid string
- Moid of the managed object which represents the parent physical entity.
- permissionResources GetRecommendation Physical Item Permission Resource[] 
- personality string
- The personality of the physical device recommended.
- physicalItems GetRecommendation Physical Item Physical Item[] 
- 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.
- 
GetRecommendation Physical Item Tag[] 
- 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 GetRecommendation Physical Item Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetRecommendation Physical Item Ancestor] 
- capacity float
- Capacity of the physical entity added.
- capacity_runway GetRecommendation Physical Item Capacity Runway 
- class_id str
- cluster_expansion GetRecommendation Physical Item Cluster Expansion 
- 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_ strmoid 
- 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
GetRecommendation Physical Item Parent 
- parent_moid str
- Moid of the managed object which represents the parent physical entity.
- permission_resources Sequence[GetRecommendation Physical Item Permission Resource] 
- personality str
- The personality of the physical device recommended.
- physical_items Sequence[GetRecommendation Physical Item Physical Item] 
- 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.
- 
Sequence[GetRecommendation Physical Item Tag] 
- 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 GetRecommendation Physical Item Version Context 
- 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.
- domainGroup StringMoid 
- 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>
- 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.
- 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<GetRecommendation Physical Item Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetRecommendation Physical Item Ancestor> 
- Capacity double
- CapacityRunway GetRecommendation Physical Item Capacity Runway 
- ClassId string
- ClusterExpansion GetRecommendation Physical Item Cluster Expansion 
- ConfigurationPath string
- CreateTime string
- DomainGroup stringMoid 
- IsNew bool
- MaxCount double
- ModTime string
- Model string
- Moid string
- Name string
- NrCount double
- ObjectType string
- Owners List<string>
- Parent
GetRecommendation Physical Item Parent 
- ParentMoid string
- PermissionResources List<GetRecommendation Physical Item Permission Resource> 
- Personality string
- PhysicalItems List<GetRecommendation Physical Item Physical Item> 
- string
- SourceMoid string
- 
List<GetRecommendation Physical Item Tag> 
- Type string
- Unit string
- Uuid string
- VersionContext GetRecommendation Physical Item Version Context 
- Id string
- Results
[]GetRecommendation Physical Item Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetRecommendation Physical Item Ancestor 
- Capacity float64
- CapacityRunway GetRecommendation Physical Item Capacity Runway 
- ClassId string
- ClusterExpansion GetRecommendation Physical Item Cluster Expansion 
- ConfigurationPath string
- CreateTime string
- DomainGroup stringMoid 
- IsNew bool
- MaxCount float64
- ModTime string
- Model string
- Moid string
- Name string
- NrCount float64
- ObjectType string
- Owners []string
- Parent
GetRecommendation Physical Item Parent 
- ParentMoid string
- PermissionResources []GetRecommendation Physical Item Permission Resource 
- Personality string
- PhysicalItems []GetRecommendation Physical Item Physical Item 
- string
- SourceMoid string
- 
[]GetRecommendation Physical Item Tag 
- Type string
- Unit string
- Uuid string
- VersionContext GetRecommendation Physical Item Version Context 
- id String
- results
List<GetRecommendation Physical Item Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetRecommendation Physical Item Ancestor> 
- capacity Double
- capacityRunway GetRecommendation Physical Item Capacity Runway 
- classId String
- clusterExpansion GetRecommendation Physical Item Cluster Expansion 
- configurationPath String
- createTime String
- domainGroup StringMoid 
- isNew Boolean
- maxCount Double
- modTime String
- model String
- moid String
- name String
- nrCount Double
- objectType String
- owners List<String>
- parent
GetRecommendation Physical Item Parent 
- parentMoid String
- permissionResources List<GetRecommendation Physical Item Permission Resource> 
- personality String
- physicalItems List<GetRecommendation Physical Item Physical Item> 
- String
- sourceMoid String
- 
List<GetRecommendation Physical Item Tag> 
- type String
- unit String
- uuid String
- versionContext GetRecommendation Physical Item Version Context 
- id string
- results
GetRecommendation Physical Item Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetRecommendation Physical Item Ancestor[] 
- capacity number
- capacityRunway GetRecommendation Physical Item Capacity Runway 
- classId string
- clusterExpansion GetRecommendation Physical Item Cluster Expansion 
- configurationPath string
- createTime string
- domainGroup stringMoid 
- isNew boolean
- maxCount number
- modTime string
- model string
- moid string
- name string
- nrCount number
- objectType string
- owners string[]
- parent
GetRecommendation Physical Item Parent 
- parentMoid string
- permissionResources GetRecommendation Physical Item Permission Resource[] 
- personality string
- physicalItems GetRecommendation Physical Item Physical Item[] 
- string
- sourceMoid string
- 
GetRecommendation Physical Item Tag[] 
- type string
- unit string
- uuid string
- versionContext GetRecommendation Physical Item Version Context 
- id str
- results
Sequence[GetRecommendation Physical Item Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetRecommendation Physical Item Ancestor] 
- capacity float
- capacity_runway GetRecommendation Physical Item Capacity Runway 
- class_id str
- cluster_expansion GetRecommendation Physical Item Cluster Expansion 
- configuration_path str
- create_time str
- domain_group_ strmoid 
- 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
GetRecommendation Physical Item Parent 
- parent_moid str
- permission_resources Sequence[GetRecommendation Physical Item Permission Resource] 
- personality str
- physical_items Sequence[GetRecommendation Physical Item Physical Item] 
- str
- source_moid str
- 
Sequence[GetRecommendation Physical Item Tag] 
- type str
- unit str
- uuid str
- version_context GetRecommendation Physical Item Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- capacity Number
- capacityRunway Property Map
- classId String
- clusterExpansion Property Map
- configurationPath String
- createTime String
- domainGroup StringMoid 
- isNew Boolean
- maxCount Number
- modTime String
- model String
- moid String
- name String
- nrCount Number
- objectType String
- owners List<String>
- parent Property Map
- parentMoid String
- permissionResources List<Property Map>
- personality String
- physicalItems List<Property Map>
- String
- sourceMoid String
- List<Property Map>
- type String
- unit String
- uuid String
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetRecommendationPhysicalItemResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetRecommendation Physical Item Result Ancestor> 
- Capacity double
- Capacity of the physical entity added.
- CapacityRunways List<GetRecommendation Physical Item Result Capacity Runway> 
- ClassId string
- ClusterExpansions List<GetRecommendation Physical Item Result Cluster Expansion> 
- 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.
- DomainGroup stringMoid 
- 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<GetRecommendation Physical Item Result Parent> 
- PermissionResources List<GetRecommendation Physical Item Result Permission Resource> 
- Personality string
- The personality of the physical device recommended.
- PhysicalItems List<GetRecommendation Physical Item Result Physical Item> 
- 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.
- 
List<GetRecommendation Physical Item Result Tag> 
- 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<GetRecommendation Physical Item Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetRecommendation Physical Item Result Ancestor 
- Capacity float64
- Capacity of the physical entity added.
- CapacityRunways []GetRecommendation Physical Item Result Capacity Runway 
- ClassId string
- ClusterExpansions []GetRecommendation Physical Item Result Cluster Expansion 
- 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.
- DomainGroup stringMoid 
- 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
[]GetRecommendation Physical Item Result Parent 
- PermissionResources []GetRecommendation Physical Item Result Permission Resource 
- Personality string
- The personality of the physical device recommended.
- PhysicalItems []GetRecommendation Physical Item Result Physical Item 
- 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.
- 
[]GetRecommendation Physical Item Result Tag 
- 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 []GetRecommendation Physical Item Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetRecommendation Physical Item Result Ancestor> 
- capacity Double
- Capacity of the physical entity added.
- capacityRunways List<GetRecommendation Physical Item Result Capacity Runway> 
- classId String
- clusterExpansions List<GetRecommendation Physical Item Result Cluster Expansion> 
- 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.
- domainGroup StringMoid 
- 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<GetRecommendation Physical Item Result Parent> 
- permissionResources List<GetRecommendation Physical Item Result Permission Resource> 
- personality String
- The personality of the physical device recommended.
- physicalItems List<GetRecommendation Physical Item Result Physical Item> 
- 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.
- 
List<GetRecommendation Physical Item Result Tag> 
- 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<GetRecommendation Physical Item Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetRecommendation Physical Item Result Ancestor[] 
- capacity number
- Capacity of the physical entity added.
- capacityRunways GetRecommendation Physical Item Result Capacity Runway[] 
- classId string
- clusterExpansions GetRecommendation Physical Item Result Cluster Expansion[] 
- 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.
- domainGroup stringMoid 
- 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
GetRecommendation Physical Item Result Parent[] 
- permissionResources GetRecommendation Physical Item Result Permission Resource[] 
- personality string
- The personality of the physical device recommended.
- physicalItems GetRecommendation Physical Item Result Physical Item[] 
- 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.
- 
GetRecommendation Physical Item Result Tag[] 
- 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 GetRecommendation Physical Item Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetRecommendation Physical Item Result Ancestor] 
- capacity float
- Capacity of the physical entity added.
- capacity_runways Sequence[GetRecommendation Physical Item Result Capacity Runway] 
- class_id str
- cluster_expansions Sequence[GetRecommendation Physical Item Result Cluster Expansion] 
- 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_ strmoid 
- 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[GetRecommendation Physical Item Result Parent] 
- permission_resources Sequence[GetRecommendation Physical Item Result Permission Resource] 
- personality str
- The personality of the physical device recommended.
- physical_items Sequence[GetRecommendation Physical Item Result Physical Item] 
- 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.
- 
Sequence[GetRecommendation Physical Item Result Tag] 
- 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[GetRecommendation Physical Item Result Version Context] 
- 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.
- domainGroup StringMoid 
- 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>
- 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.
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetRecommendationPhysicalItemResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetRecommendation Physical Item Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetRecommendation Physical Item Version Context Ref Mo 
- 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 []GetRecommendation Physical Item Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetRecommendation Physical Item Version Context Ref Mo 
- 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<GetRecommendation Physical Item Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetRecommendation Physical Item Version Context Ref Mo 
- 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 GetRecommendation Physical Item Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetRecommendation Physical Item Version Context Ref Mo 
- 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[GetRecommendation Physical Item Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- 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 GetRecommendation Physical Item Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet