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

intersight.getRecommendationPurchaseOrderEstimate

Explore with Pulumi AI

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

    Entity representing the estimate for the purchase order for user requested expansion.

    Using getRecommendationPurchaseOrderEstimate

    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 getRecommendationPurchaseOrderEstimate(args: GetRecommendationPurchaseOrderEstimateArgs, opts?: InvokeOptions): Promise<GetRecommendationPurchaseOrderEstimateResult>
    function getRecommendationPurchaseOrderEstimateOutput(args: GetRecommendationPurchaseOrderEstimateOutputArgs, opts?: InvokeOptions): Output<GetRecommendationPurchaseOrderEstimateResult>
    def get_recommendation_purchase_order_estimate(account_moid: Optional[str] = None,
                                                   action: Optional[str] = None,
                                                   additional_properties: Optional[str] = None,
                                                   ancestors: Optional[Sequence[GetRecommendationPurchaseOrderEstimateAncestor]] = None,
                                                   class_id: Optional[str] = None,
                                                   cluster_expansion: Optional[GetRecommendationPurchaseOrderEstimateClusterExpansion] = None,
                                                   create_time: Optional[str] = None,
                                                   domain_group_moid: Optional[str] = None,
                                                   estimate_id: Optional[str] = None,
                                                   estimate_owner: Optional[GetRecommendationPurchaseOrderEstimateEstimateOwner] = None,
                                                   id: Optional[str] = None,
                                                   last_updated_time: Optional[str] = None,
                                                   message: Optional[str] = None,
                                                   mod_time: Optional[str] = None,
                                                   moid: Optional[str] = None,
                                                   name: Optional[str] = None,
                                                   object_type: Optional[str] = None,
                                                   owners: Optional[Sequence[str]] = None,
                                                   parent: Optional[GetRecommendationPurchaseOrderEstimateParent] = None,
                                                   permission_resources: Optional[Sequence[GetRecommendationPurchaseOrderEstimatePermissionResource]] = None,
                                                   requirement_met: Optional[bool] = None,
                                                   shared_scope: Optional[str] = None,
                                                   status: Optional[str] = None,
                                                   tags: Optional[Sequence[GetRecommendationPurchaseOrderEstimateTag]] = None,
                                                   total_cost: Optional[float] = None,
                                                   version_context: Optional[GetRecommendationPurchaseOrderEstimateVersionContext] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetRecommendationPurchaseOrderEstimateResult
    def get_recommendation_purchase_order_estimate_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                   action: Optional[pulumi.Input[str]] = None,
                                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPurchaseOrderEstimateAncestorArgs]]]] = None,
                                                   class_id: Optional[pulumi.Input[str]] = None,
                                                   cluster_expansion: Optional[pulumi.Input[GetRecommendationPurchaseOrderEstimateClusterExpansionArgs]] = None,
                                                   create_time: Optional[pulumi.Input[str]] = None,
                                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                   estimate_id: Optional[pulumi.Input[str]] = None,
                                                   estimate_owner: Optional[pulumi.Input[GetRecommendationPurchaseOrderEstimateEstimateOwnerArgs]] = None,
                                                   id: Optional[pulumi.Input[str]] = None,
                                                   last_updated_time: Optional[pulumi.Input[str]] = None,
                                                   message: Optional[pulumi.Input[str]] = None,
                                                   mod_time: Optional[pulumi.Input[str]] = None,
                                                   moid: Optional[pulumi.Input[str]] = None,
                                                   name: Optional[pulumi.Input[str]] = None,
                                                   object_type: Optional[pulumi.Input[str]] = None,
                                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                   parent: Optional[pulumi.Input[GetRecommendationPurchaseOrderEstimateParentArgs]] = None,
                                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPurchaseOrderEstimatePermissionResourceArgs]]]] = None,
                                                   requirement_met: Optional[pulumi.Input[bool]] = None,
                                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                                   status: Optional[pulumi.Input[str]] = None,
                                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetRecommendationPurchaseOrderEstimateTagArgs]]]] = None,
                                                   total_cost: Optional[pulumi.Input[float]] = None,
                                                   version_context: Optional[pulumi.Input[GetRecommendationPurchaseOrderEstimateVersionContextArgs]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetRecommendationPurchaseOrderEstimateResult]
    func LookupRecommendationPurchaseOrderEstimate(ctx *Context, args *LookupRecommendationPurchaseOrderEstimateArgs, opts ...InvokeOption) (*LookupRecommendationPurchaseOrderEstimateResult, error)
    func LookupRecommendationPurchaseOrderEstimateOutput(ctx *Context, args *LookupRecommendationPurchaseOrderEstimateOutputArgs, opts ...InvokeOption) LookupRecommendationPurchaseOrderEstimateResultOutput

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

    public static class GetRecommendationPurchaseOrderEstimate 
    {
        public static Task<GetRecommendationPurchaseOrderEstimateResult> InvokeAsync(GetRecommendationPurchaseOrderEstimateArgs args, InvokeOptions? opts = null)
        public static Output<GetRecommendationPurchaseOrderEstimateResult> Invoke(GetRecommendationPurchaseOrderEstimateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecommendationPurchaseOrderEstimateResult> getRecommendationPurchaseOrderEstimate(GetRecommendationPurchaseOrderEstimateArgs args, InvokeOptions options)
    public static Output<GetRecommendationPurchaseOrderEstimateResult> getRecommendationPurchaseOrderEstimate(GetRecommendationPurchaseOrderEstimateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getRecommendationPurchaseOrderEstimate:getRecommendationPurchaseOrderEstimate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors List<GetRecommendationPurchaseOrderEstimateAncestor>
    ClassId string
    ClusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EstimateId string
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    EstimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    Id string
    LastUpdatedTime string
    The time when the recommendation was last updated.
    Message string
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the recommendation.
    ObjectType string
    Owners List<string>
    Parent GetRecommendationPurchaseOrderEstimateParent
    PermissionResources List<GetRecommendationPurchaseOrderEstimatePermissionResource>
    RequirementMet bool
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags List<GetRecommendationPurchaseOrderEstimateTag>
    TotalCost double
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    VersionContext GetRecommendationPurchaseOrderEstimateVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors []GetRecommendationPurchaseOrderEstimateAncestor
    ClassId string
    ClusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EstimateId string
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    EstimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    Id string
    LastUpdatedTime string
    The time when the recommendation was last updated.
    Message string
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the recommendation.
    ObjectType string
    Owners []string
    Parent GetRecommendationPurchaseOrderEstimateParent
    PermissionResources []GetRecommendationPurchaseOrderEstimatePermissionResource
    RequirementMet bool
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags []GetRecommendationPurchaseOrderEstimateTag
    TotalCost float64
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    VersionContext GetRecommendationPurchaseOrderEstimateVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<GetRecommendationPurchaseOrderEstimateAncestor>
    classId String
    clusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    estimateId String
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    id String
    lastUpdatedTime String
    The time when the recommendation was last updated.
    message String
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the recommendation.
    objectType String
    owners List<String>
    parent GetRecommendationPurchaseOrderEstimateParent
    permissionResources List<GetRecommendationPurchaseOrderEstimatePermissionResource>
    requirementMet Boolean
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<GetRecommendationPurchaseOrderEstimateTag>
    totalCost Double
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    versionContext GetRecommendationPurchaseOrderEstimateVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties string
    ancestors GetRecommendationPurchaseOrderEstimateAncestor[]
    classId string
    clusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    estimateId string
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    id string
    lastUpdatedTime string
    The time when the recommendation was last updated.
    message string
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the recommendation.
    objectType string
    owners string[]
    parent GetRecommendationPurchaseOrderEstimateParent
    permissionResources GetRecommendationPurchaseOrderEstimatePermissionResource[]
    requirementMet boolean
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags GetRecommendationPurchaseOrderEstimateTag[]
    totalCost number
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    versionContext GetRecommendationPurchaseOrderEstimateVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additional_properties str
    ancestors Sequence[GetRecommendationPurchaseOrderEstimateAncestor]
    class_id str
    cluster_expansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    estimate_id str
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimate_owner GetRecommendationPurchaseOrderEstimateEstimateOwner
    id str
    last_updated_time str
    The time when the recommendation was last updated.
    message str
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the recommendation.
    object_type str
    owners Sequence[str]
    parent GetRecommendationPurchaseOrderEstimateParent
    permission_resources Sequence[GetRecommendationPurchaseOrderEstimatePermissionResource]
    requirement_met bool
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags Sequence[GetRecommendationPurchaseOrderEstimateTag]
    total_cost float
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    version_context GetRecommendationPurchaseOrderEstimateVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterExpansion Property Map
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    estimateId String
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimateOwner Property Map
    id String
    lastUpdatedTime String
    The time when the recommendation was last updated.
    message String
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the recommendation.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    requirementMet Boolean
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<Property Map>
    totalCost Number
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    versionContext Property Map

    getRecommendationPurchaseOrderEstimate Result

    The following output properties are available:

    Id string
    Results List<GetRecommendationPurchaseOrderEstimateResult>
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetRecommendationPurchaseOrderEstimateAncestor>
    ClassId string
    ClusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    CreateTime string
    DomainGroupMoid string
    EstimateId string
    EstimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    LastUpdatedTime string
    Message string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetRecommendationPurchaseOrderEstimateParent
    PermissionResources List<GetRecommendationPurchaseOrderEstimatePermissionResource>
    RequirementMet bool
    SharedScope string
    Status string
    Tags List<GetRecommendationPurchaseOrderEstimateTag>
    TotalCost double
    VersionContext GetRecommendationPurchaseOrderEstimateVersionContext
    id String
    results List<GetRecommendationPurchaseOrderEstimateResult>
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetRecommendationPurchaseOrderEstimateAncestor>
    classId String
    clusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    createTime String
    domainGroupMoid String
    estimateId String
    estimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    lastUpdatedTime String
    message String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetRecommendationPurchaseOrderEstimateParent
    permissionResources List<GetRecommendationPurchaseOrderEstimatePermissionResource>
    requirementMet Boolean
    sharedScope String
    status String
    tags List<GetRecommendationPurchaseOrderEstimateTag>
    totalCost Double
    versionContext GetRecommendationPurchaseOrderEstimateVersionContext
    id string
    results GetRecommendationPurchaseOrderEstimateResult[]
    accountMoid string
    action string
    additionalProperties string
    ancestors GetRecommendationPurchaseOrderEstimateAncestor[]
    classId string
    clusterExpansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    createTime string
    domainGroupMoid string
    estimateId string
    estimateOwner GetRecommendationPurchaseOrderEstimateEstimateOwner
    lastUpdatedTime string
    message string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetRecommendationPurchaseOrderEstimateParent
    permissionResources GetRecommendationPurchaseOrderEstimatePermissionResource[]
    requirementMet boolean
    sharedScope string
    status string
    tags GetRecommendationPurchaseOrderEstimateTag[]
    totalCost number
    versionContext GetRecommendationPurchaseOrderEstimateVersionContext
    id str
    results Sequence[GetRecommendationPurchaseOrderEstimateResult]
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetRecommendationPurchaseOrderEstimateAncestor]
    class_id str
    cluster_expansion GetRecommendationPurchaseOrderEstimateClusterExpansion
    create_time str
    domain_group_moid str
    estimate_id str
    estimate_owner GetRecommendationPurchaseOrderEstimateEstimateOwner
    last_updated_time str
    message str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetRecommendationPurchaseOrderEstimateParent
    permission_resources Sequence[GetRecommendationPurchaseOrderEstimatePermissionResource]
    requirement_met bool
    shared_scope str
    status str
    tags Sequence[GetRecommendationPurchaseOrderEstimateTag]
    total_cost float
    version_context GetRecommendationPurchaseOrderEstimateVersionContext

    Supporting Types

    GetRecommendationPurchaseOrderEstimateAncestor

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

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

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

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

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

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

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

    GetRecommendationPurchaseOrderEstimateClusterExpansion

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

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

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

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

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

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

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

    GetRecommendationPurchaseOrderEstimateEstimateOwner

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

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

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

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

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

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

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

    GetRecommendationPurchaseOrderEstimateParent

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

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

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

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

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

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

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

    GetRecommendationPurchaseOrderEstimatePermissionResource

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

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

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

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

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

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

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

    GetRecommendationPurchaseOrderEstimateResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors List<GetRecommendationPurchaseOrderEstimateResultAncestor>
    ClassId string
    ClusterExpansions List<GetRecommendationPurchaseOrderEstimateResultClusterExpansion>
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EstimateId string
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    EstimateOwners List<GetRecommendationPurchaseOrderEstimateResultEstimateOwner>
    LastUpdatedTime string
    The time when the recommendation was last updated.
    Message string
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the recommendation.
    ObjectType string
    Owners List<string>
    Parents List<GetRecommendationPurchaseOrderEstimateResultParent>
    PermissionResources List<GetRecommendationPurchaseOrderEstimateResultPermissionResource>
    RequirementMet bool
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags List<GetRecommendationPurchaseOrderEstimateResultTag>
    TotalCost double
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    VersionContexts List<GetRecommendationPurchaseOrderEstimateResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    AdditionalProperties string
    Ancestors []GetRecommendationPurchaseOrderEstimateResultAncestor
    ClassId string
    ClusterExpansions []GetRecommendationPurchaseOrderEstimateResultClusterExpansion
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EstimateId string
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    EstimateOwners []GetRecommendationPurchaseOrderEstimateResultEstimateOwner
    LastUpdatedTime string
    The time when the recommendation was last updated.
    Message string
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the recommendation.
    ObjectType string
    Owners []string
    Parents []GetRecommendationPurchaseOrderEstimateResultParent
    PermissionResources []GetRecommendationPurchaseOrderEstimateResultPermissionResource
    RequirementMet bool
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    Tags []GetRecommendationPurchaseOrderEstimateResultTag
    TotalCost float64
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    VersionContexts []GetRecommendationPurchaseOrderEstimateResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<GetRecommendationPurchaseOrderEstimateResultAncestor>
    classId String
    clusterExpansions List<GetRecommendationPurchaseOrderEstimateResultClusterExpansion>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    estimateId String
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimateOwners List<GetRecommendationPurchaseOrderEstimateResultEstimateOwner>
    lastUpdatedTime String
    The time when the recommendation was last updated.
    message String
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the recommendation.
    objectType String
    owners List<String>
    parents List<GetRecommendationPurchaseOrderEstimateResultParent>
    permissionResources List<GetRecommendationPurchaseOrderEstimateResultPermissionResource>
    requirementMet Boolean
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<GetRecommendationPurchaseOrderEstimateResultTag>
    totalCost Double
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    versionContexts List<GetRecommendationPurchaseOrderEstimateResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties string
    ancestors GetRecommendationPurchaseOrderEstimateResultAncestor[]
    classId string
    clusterExpansions GetRecommendationPurchaseOrderEstimateResultClusterExpansion[]
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    estimateId string
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimateOwners GetRecommendationPurchaseOrderEstimateResultEstimateOwner[]
    lastUpdatedTime string
    The time when the recommendation was last updated.
    message string
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the recommendation.
    objectType string
    owners string[]
    parents GetRecommendationPurchaseOrderEstimateResultParent[]
    permissionResources GetRecommendationPurchaseOrderEstimateResultPermissionResource[]
    requirementMet boolean
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags GetRecommendationPurchaseOrderEstimateResultTag[]
    totalCost number
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    versionContexts GetRecommendationPurchaseOrderEstimateResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additional_properties str
    ancestors Sequence[GetRecommendationPurchaseOrderEstimateResultAncestor]
    class_id str
    cluster_expansions Sequence[GetRecommendationPurchaseOrderEstimateResultClusterExpansion]
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    estimate_id str
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimate_owners Sequence[GetRecommendationPurchaseOrderEstimateResultEstimateOwner]
    last_updated_time str
    The time when the recommendation was last updated.
    message str
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the recommendation.
    object_type str
    owners Sequence[str]
    parents Sequence[GetRecommendationPurchaseOrderEstimateResultParent]
    permission_resources Sequence[GetRecommendationPurchaseOrderEstimateResultPermissionResource]
    requirement_met bool
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags Sequence[GetRecommendationPurchaseOrderEstimateResultTag]
    total_cost float
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    version_contexts Sequence[GetRecommendationPurchaseOrderEstimateResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be triggered for computing estimate. Default value is None.* None - The Enum value None represents that no action is triggered on the forecast Instance managed object.* Evaluate - The Enum value Evaluate represents that a re-evaluation of the forecast needs to be triggered.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterExpansions List<Property Map>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    estimateId String
    The unique identification generated by the Cisco commerce APIs portal to identify the recommended bill of materials.
    estimateOwners List<Property Map>
    lastUpdatedTime String
    The time when the recommendation was last updated.
    message String
    The user visible message which indicates any errors encountered in making the external API call to get the estimate.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the recommendation.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    requirementMet Boolean
    Indicates if the recommendation requirement is met by the existing setup by adding hardware components to it or it needs expansion. For example if the recommendation is to add 16 disks to a HyperFlex cluster but the cluster is already alost full and only 8 disks can be added, then this property is set to false.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    The status of the external API call to get the estimate.* None - The Enum value None represents the default status value before any API call is made.* Success - The Enum value Success represents that the API call returned with success.* Fail - The Enum value Fail represents that the API call returned with a failure.
    tags List<Property Map>
    totalCost Number
    The total cost of all the recommended hardware in the bill of materials for the corresponding estimate.
    versionContexts List<Property Map>

    GetRecommendationPurchaseOrderEstimateResultAncestor

    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

    GetRecommendationPurchaseOrderEstimateResultClusterExpansion

    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

    GetRecommendationPurchaseOrderEstimateResultEstimateOwner

    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

    GetRecommendationPurchaseOrderEstimateResultParent

    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

    GetRecommendationPurchaseOrderEstimateResultPermissionResource

    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

    GetRecommendationPurchaseOrderEstimateResultTag

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

    GetRecommendationPurchaseOrderEstimateResultVersionContext

    GetRecommendationPurchaseOrderEstimateResultVersionContextInterestedMo

    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

    GetRecommendationPurchaseOrderEstimateResultVersionContextRefMo

    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

    GetRecommendationPurchaseOrderEstimateTag

    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.

    GetRecommendationPurchaseOrderEstimateVersionContext

    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<GetRecommendationPurchaseOrderEstimateVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetRecommendationPurchaseOrderEstimateVersionContextRefMo
    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 []GetRecommendationPurchaseOrderEstimateVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetRecommendationPurchaseOrderEstimateVersionContextRefMo
    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<GetRecommendationPurchaseOrderEstimateVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetRecommendationPurchaseOrderEstimateVersionContextRefMo
    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 GetRecommendationPurchaseOrderEstimateVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetRecommendationPurchaseOrderEstimateVersionContextRefMo
    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[GetRecommendationPurchaseOrderEstimateVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetRecommendationPurchaseOrderEstimateVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetRecommendationPurchaseOrderEstimateVersionContextInterestedMo

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

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

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

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

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

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

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

    GetRecommendationPurchaseOrderEstimateVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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