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

intersight.getResourcepoolPool

Explore with Pulumi AI

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

    Pool represents a collection of resource. The resource can be any MO which has PoolResource meta enabled. The resource in the pool can be reserved or unreserved by using Lease API, reserved/unreserved resources can be used in the entities like server profiles.

    Using getResourcepoolPool

    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 getResourcepoolPool(args: GetResourcepoolPoolArgs, opts?: InvokeOptions): Promise<GetResourcepoolPoolResult>
    function getResourcepoolPoolOutput(args: GetResourcepoolPoolOutputArgs, opts?: InvokeOptions): Output<GetResourcepoolPoolResult>
    def get_resourcepool_pool(account_moid: Optional[str] = None,
                              action: Optional[str] = None,
                              additional_properties: Optional[str] = None,
                              ancestors: Optional[Sequence[GetResourcepoolPoolAncestor]] = None,
                              assigned: Optional[float] = None,
                              assignment_order: Optional[str] = None,
                              class_id: Optional[str] = None,
                              create_time: Optional[str] = None,
                              description: Optional[str] = None,
                              domain_group_moid: Optional[str] = None,
                              id: Optional[str] = None,
                              mod_time: Optional[str] = None,
                              moid: Optional[str] = None,
                              name: Optional[str] = None,
                              object_type: Optional[str] = None,
                              organization: Optional[GetResourcepoolPoolOrganization] = None,
                              owners: Optional[Sequence[str]] = None,
                              parent: Optional[GetResourcepoolPoolParent] = None,
                              permission_resources: Optional[Sequence[GetResourcepoolPoolPermissionResource]] = None,
                              pool_type: Optional[str] = None,
                              qualification_policies: Optional[Sequence[GetResourcepoolPoolQualificationPolicy]] = None,
                              reserved: Optional[float] = None,
                              resource_evaluation_status: Optional[GetResourcepoolPoolResourceEvaluationStatus] = None,
                              resource_pool_parameters: Optional[GetResourcepoolPoolResourcePoolParameters] = None,
                              resource_type: Optional[str] = None,
                              selectors: Optional[Sequence[GetResourcepoolPoolSelector]] = None,
                              shared_scope: Optional[str] = None,
                              size: Optional[float] = None,
                              tags: Optional[Sequence[GetResourcepoolPoolTag]] = None,
                              version_context: Optional[GetResourcepoolPoolVersionContext] = None,
                              opts: Optional[InvokeOptions] = None) -> GetResourcepoolPoolResult
    def get_resourcepool_pool_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[GetResourcepoolPoolAncestorArgs]]]] = None,
                              assigned: Optional[pulumi.Input[float]] = None,
                              assignment_order: Optional[pulumi.Input[str]] = None,
                              class_id: Optional[pulumi.Input[str]] = None,
                              create_time: Optional[pulumi.Input[str]] = None,
                              description: Optional[pulumi.Input[str]] = None,
                              domain_group_moid: Optional[pulumi.Input[str]] = None,
                              id: 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,
                              organization: Optional[pulumi.Input[GetResourcepoolPoolOrganizationArgs]] = None,
                              owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              parent: Optional[pulumi.Input[GetResourcepoolPoolParentArgs]] = None,
                              permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetResourcepoolPoolPermissionResourceArgs]]]] = None,
                              pool_type: Optional[pulumi.Input[str]] = None,
                              qualification_policies: Optional[pulumi.Input[Sequence[pulumi.Input[GetResourcepoolPoolQualificationPolicyArgs]]]] = None,
                              reserved: Optional[pulumi.Input[float]] = None,
                              resource_evaluation_status: Optional[pulumi.Input[GetResourcepoolPoolResourceEvaluationStatusArgs]] = None,
                              resource_pool_parameters: Optional[pulumi.Input[GetResourcepoolPoolResourcePoolParametersArgs]] = None,
                              resource_type: Optional[pulumi.Input[str]] = None,
                              selectors: Optional[pulumi.Input[Sequence[pulumi.Input[GetResourcepoolPoolSelectorArgs]]]] = None,
                              shared_scope: Optional[pulumi.Input[str]] = None,
                              size: Optional[pulumi.Input[float]] = None,
                              tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetResourcepoolPoolTagArgs]]]] = None,
                              version_context: Optional[pulumi.Input[GetResourcepoolPoolVersionContextArgs]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetResourcepoolPoolResult]
    func LookupResourcepoolPool(ctx *Context, args *LookupResourcepoolPoolArgs, opts ...InvokeOption) (*LookupResourcepoolPoolResult, error)
    func LookupResourcepoolPoolOutput(ctx *Context, args *LookupResourcepoolPoolOutputArgs, opts ...InvokeOption) LookupResourcepoolPoolResultOutput

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

    public static class GetResourcepoolPool 
    {
        public static Task<GetResourcepoolPoolResult> InvokeAsync(GetResourcepoolPoolArgs args, InvokeOptions? opts = null)
        public static Output<GetResourcepoolPoolResult> Invoke(GetResourcepoolPoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourcepoolPoolResult> getResourcepoolPool(GetResourcepoolPoolArgs args, InvokeOptions options)
    public static Output<GetResourcepoolPoolResult> getResourcepoolPool(GetResourcepoolPoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getResourcepoolPool:getResourcepoolPool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    AdditionalProperties string
    Ancestors List<GetResourcepoolPoolAncestor>
    Assigned double
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organization GetResourcepoolPoolOrganization
    Owners List<string>
    Parent GetResourcepoolPoolParent
    PermissionResources List<GetResourcepoolPoolPermissionResource>
    PoolType string
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    QualificationPolicies List<GetResourcepoolPoolQualificationPolicy>
    Reserved double
    Number of IDs that are currently reserved (and not in use).
    ResourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    ResourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    ResourceType string
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    Selectors List<GetResourcepoolPoolSelector>
    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.
    Size double
    Total number of identifiers in this pool.
    Tags List<GetResourcepoolPoolTag>
    VersionContext GetResourcepoolPoolVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    AdditionalProperties string
    Ancestors []GetResourcepoolPoolAncestor
    Assigned float64
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organization GetResourcepoolPoolOrganization
    Owners []string
    Parent GetResourcepoolPoolParent
    PermissionResources []GetResourcepoolPoolPermissionResource
    PoolType string
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    QualificationPolicies []GetResourcepoolPoolQualificationPolicy
    Reserved float64
    Number of IDs that are currently reserved (and not in use).
    ResourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    ResourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    ResourceType string
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    Selectors []GetResourcepoolPoolSelector
    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.
    Size float64
    Total number of identifiers in this pool.
    Tags []GetResourcepoolPoolTag
    VersionContext GetResourcepoolPoolVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additionalProperties String
    ancestors List<GetResourcepoolPoolAncestor>
    assigned Double
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organization GetResourcepoolPoolOrganization
    owners List<String>
    parent GetResourcepoolPoolParent
    permissionResources List<GetResourcepoolPoolPermissionResource>
    poolType String
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualificationPolicies List<GetResourcepoolPoolQualificationPolicy>
    reserved Double
    Number of IDs that are currently reserved (and not in use).
    resourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    resourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    resourceType String
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors List<GetResourcepoolPoolSelector>
    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.
    size Double
    Total number of identifiers in this pool.
    tags List<GetResourcepoolPoolTag>
    versionContext GetResourcepoolPoolVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additionalProperties string
    ancestors GetResourcepoolPoolAncestor[]
    assigned number
    Number of IDs that are currently assigned (in use).
    assignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    organization GetResourcepoolPoolOrganization
    owners string[]
    parent GetResourcepoolPoolParent
    permissionResources GetResourcepoolPoolPermissionResource[]
    poolType string
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualificationPolicies GetResourcepoolPoolQualificationPolicy[]
    reserved number
    Number of IDs that are currently reserved (and not in use).
    resourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    resourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    resourceType string
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors GetResourcepoolPoolSelector[]
    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.
    size number
    Total number of identifiers in this pool.
    tags GetResourcepoolPoolTag[]
    versionContext GetResourcepoolPoolVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additional_properties str
    ancestors Sequence[GetResourcepoolPoolAncestor]
    assigned float
    Number of IDs that are currently assigned (in use).
    assignment_order str
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    organization GetResourcepoolPoolOrganization
    owners Sequence[str]
    parent GetResourcepoolPoolParent
    permission_resources Sequence[GetResourcepoolPoolPermissionResource]
    pool_type str
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualification_policies Sequence[GetResourcepoolPoolQualificationPolicy]
    reserved float
    Number of IDs that are currently reserved (and not in use).
    resource_evaluation_status GetResourcepoolPoolResourceEvaluationStatus
    resource_pool_parameters GetResourcepoolPoolResourcePoolParameters
    resource_type str
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors Sequence[GetResourcepoolPoolSelector]
    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.
    size float
    Total number of identifiers in this pool.
    tags Sequence[GetResourcepoolPoolTag]
    version_context GetResourcepoolPoolVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additionalProperties String
    ancestors List<Property Map>
    assigned Number
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    poolType String
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualificationPolicies List<Property Map>
    reserved Number
    Number of IDs that are currently reserved (and not in use).
    resourceEvaluationStatus Property Map
    resourcePoolParameters Property Map
    resourceType String
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size Number
    Total number of identifiers in this pool.
    tags List<Property Map>
    versionContext Property Map

    getResourcepoolPool Result

    The following output properties are available:

    Id string
    Results List<GetResourcepoolPoolResult>
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetResourcepoolPoolAncestor>
    Assigned double
    AssignmentOrder string
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetResourcepoolPoolOrganization
    Owners List<string>
    Parent GetResourcepoolPoolParent
    PermissionResources List<GetResourcepoolPoolPermissionResource>
    PoolType string
    QualificationPolicies List<GetResourcepoolPoolQualificationPolicy>
    Reserved double
    ResourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    ResourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    ResourceType string
    Selectors List<GetResourcepoolPoolSelector>
    SharedScope string
    Size double
    Tags List<GetResourcepoolPoolTag>
    VersionContext GetResourcepoolPoolVersionContext
    Id string
    Results []GetResourcepoolPoolResult
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors []GetResourcepoolPoolAncestor
    Assigned float64
    AssignmentOrder string
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetResourcepoolPoolOrganization
    Owners []string
    Parent GetResourcepoolPoolParent
    PermissionResources []GetResourcepoolPoolPermissionResource
    PoolType string
    QualificationPolicies []GetResourcepoolPoolQualificationPolicy
    Reserved float64
    ResourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    ResourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    ResourceType string
    Selectors []GetResourcepoolPoolSelector
    SharedScope string
    Size float64
    Tags []GetResourcepoolPoolTag
    VersionContext GetResourcepoolPoolVersionContext
    id String
    results List<GetResourcepoolPoolResult>
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetResourcepoolPoolAncestor>
    assigned Double
    assignmentOrder String
    classId String
    createTime String
    description String
    domainGroupMoid String
    modTime String
    moid String
    name String
    objectType String
    organization GetResourcepoolPoolOrganization
    owners List<String>
    parent GetResourcepoolPoolParent
    permissionResources List<GetResourcepoolPoolPermissionResource>
    poolType String
    qualificationPolicies List<GetResourcepoolPoolQualificationPolicy>
    reserved Double
    resourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    resourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    resourceType String
    selectors List<GetResourcepoolPoolSelector>
    sharedScope String
    size Double
    tags List<GetResourcepoolPoolTag>
    versionContext GetResourcepoolPoolVersionContext
    id string
    results GetResourcepoolPoolResult[]
    accountMoid string
    action string
    additionalProperties string
    ancestors GetResourcepoolPoolAncestor[]
    assigned number
    assignmentOrder string
    classId string
    createTime string
    description string
    domainGroupMoid string
    modTime string
    moid string
    name string
    objectType string
    organization GetResourcepoolPoolOrganization
    owners string[]
    parent GetResourcepoolPoolParent
    permissionResources GetResourcepoolPoolPermissionResource[]
    poolType string
    qualificationPolicies GetResourcepoolPoolQualificationPolicy[]
    reserved number
    resourceEvaluationStatus GetResourcepoolPoolResourceEvaluationStatus
    resourcePoolParameters GetResourcepoolPoolResourcePoolParameters
    resourceType string
    selectors GetResourcepoolPoolSelector[]
    sharedScope string
    size number
    tags GetResourcepoolPoolTag[]
    versionContext GetResourcepoolPoolVersionContext
    id str
    results Sequence[GetResourcepoolPoolResult]
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetResourcepoolPoolAncestor]
    assigned float
    assignment_order str
    class_id str
    create_time str
    description str
    domain_group_moid str
    mod_time str
    moid str
    name str
    object_type str
    organization GetResourcepoolPoolOrganization
    owners Sequence[str]
    parent GetResourcepoolPoolParent
    permission_resources Sequence[GetResourcepoolPoolPermissionResource]
    pool_type str
    qualification_policies Sequence[GetResourcepoolPoolQualificationPolicy]
    reserved float
    resource_evaluation_status GetResourcepoolPoolResourceEvaluationStatus
    resource_pool_parameters GetResourcepoolPoolResourcePoolParameters
    resource_type str
    selectors Sequence[GetResourcepoolPoolSelector]
    shared_scope str
    size float
    tags Sequence[GetResourcepoolPoolTag]
    version_context GetResourcepoolPoolVersionContext

    Supporting Types

    GetResourcepoolPoolAncestor

    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'.

    GetResourcepoolPoolOrganization

    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'.

    GetResourcepoolPoolParent

    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'.

    GetResourcepoolPoolPermissionResource

    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'.

    GetResourcepoolPoolQualificationPolicy

    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'.

    GetResourcepoolPoolResourceEvaluationStatus

    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.
    ErrMsg string
    The reason for the failure in ResourceEvaluation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    State string
    The state of the evaluation operation.

    • ok - The policy association or validation is successful.
    • error - The policy association or validation has failed.
    • validating - The policy association or validation is in progress.
    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.
    ErrMsg string
    The reason for the failure in ResourceEvaluation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    State string
    The state of the evaluation operation.

    • ok - The policy association or validation is successful.
    • error - The policy association or validation has failed.
    • validating - The policy association or validation is in progress.
    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.
    errMsg String
    The reason for the failure in ResourceEvaluation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    state String
    The state of the evaluation operation.

    • ok - The policy association or validation is successful.
    • error - The policy association or validation has failed.
    • validating - The policy association or validation is in progress.
    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.
    errMsg string
    The reason for the failure in ResourceEvaluation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    state string
    The state of the evaluation operation.

    • ok - The policy association or validation is successful.
    • error - The policy association or validation has failed.
    • validating - The policy association or validation is in progress.
    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.
    err_msg str
    The reason for the failure in ResourceEvaluation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    state str
    The state of the evaluation operation.

    • ok - The policy association or validation is successful.
    • error - The policy association or validation has failed.
    • validating - The policy association or validation is in progress.
    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.
    errMsg String
    The reason for the failure in ResourceEvaluation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    state String
    The state of the evaluation operation.

    • ok - The policy association or validation is successful.
    • error - The policy association or validation has failed.
    • validating - The policy association or validation is in progress.

    GetResourcepoolPoolResourcePoolParameters

    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetResourcepoolPoolResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    AdditionalProperties string
    Ancestors List<GetResourcepoolPoolResultAncestor>
    Assigned double
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organizations List<GetResourcepoolPoolResultOrganization>
    Owners List<string>
    Parents List<GetResourcepoolPoolResultParent>
    PermissionResources List<GetResourcepoolPoolResultPermissionResource>
    PoolType string
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    QualificationPolicies List<GetResourcepoolPoolResultQualificationPolicy>
    Reserved double
    Number of IDs that are currently reserved (and not in use).
    ResourceEvaluationStatuses List<GetResourcepoolPoolResultResourceEvaluationStatus>
    ResourcePoolParameters List<GetResourcepoolPoolResultResourcePoolParameter>
    ResourceType string
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    Selectors List<GetResourcepoolPoolResultSelector>
    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.
    Size double
    Total number of identifiers in this pool.
    Tags List<GetResourcepoolPoolResultTag>
    VersionContexts List<GetResourcepoolPoolResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    AdditionalProperties string
    Ancestors []GetResourcepoolPoolResultAncestor
    Assigned float64
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organizations []GetResourcepoolPoolResultOrganization
    Owners []string
    Parents []GetResourcepoolPoolResultParent
    PermissionResources []GetResourcepoolPoolResultPermissionResource
    PoolType string
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    QualificationPolicies []GetResourcepoolPoolResultQualificationPolicy
    Reserved float64
    Number of IDs that are currently reserved (and not in use).
    ResourceEvaluationStatuses []GetResourcepoolPoolResultResourceEvaluationStatus
    ResourcePoolParameters []GetResourcepoolPoolResultResourcePoolParameter
    ResourceType string
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    Selectors []GetResourcepoolPoolResultSelector
    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.
    Size float64
    Total number of identifiers in this pool.
    Tags []GetResourcepoolPoolResultTag
    VersionContexts []GetResourcepoolPoolResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additionalProperties String
    ancestors List<GetResourcepoolPoolResultAncestor>
    assigned Double
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organizations List<GetResourcepoolPoolResultOrganization>
    owners List<String>
    parents List<GetResourcepoolPoolResultParent>
    permissionResources List<GetResourcepoolPoolResultPermissionResource>
    poolType String
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualificationPolicies List<GetResourcepoolPoolResultQualificationPolicy>
    reserved Double
    Number of IDs that are currently reserved (and not in use).
    resourceEvaluationStatuses List<GetResourcepoolPoolResultResourceEvaluationStatus>
    resourcePoolParameters List<GetResourcepoolPoolResultResourcePoolParameter>
    resourceType String
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors List<GetResourcepoolPoolResultSelector>
    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.
    size Double
    Total number of identifiers in this pool.
    tags List<GetResourcepoolPoolResultTag>
    versionContexts List<GetResourcepoolPoolResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additionalProperties string
    ancestors GetResourcepoolPoolResultAncestor[]
    assigned number
    Number of IDs that are currently assigned (in use).
    assignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    organizations GetResourcepoolPoolResultOrganization[]
    owners string[]
    parents GetResourcepoolPoolResultParent[]
    permissionResources GetResourcepoolPoolResultPermissionResource[]
    poolType string
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualificationPolicies GetResourcepoolPoolResultQualificationPolicy[]
    reserved number
    Number of IDs that are currently reserved (and not in use).
    resourceEvaluationStatuses GetResourcepoolPoolResultResourceEvaluationStatus[]
    resourcePoolParameters GetResourcepoolPoolResultResourcePoolParameter[]
    resourceType string
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors GetResourcepoolPoolResultSelector[]
    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.
    size number
    Total number of identifiers in this pool.
    tags GetResourcepoolPoolResultTag[]
    versionContexts GetResourcepoolPoolResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additional_properties str
    ancestors Sequence[GetResourcepoolPoolResultAncestor]
    assigned float
    Number of IDs that are currently assigned (in use).
    assignment_order str
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    organizations Sequence[GetResourcepoolPoolResultOrganization]
    owners Sequence[str]
    parents Sequence[GetResourcepoolPoolResultParent]
    permission_resources Sequence[GetResourcepoolPoolResultPermissionResource]
    pool_type str
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualification_policies Sequence[GetResourcepoolPoolResultQualificationPolicy]
    reserved float
    Number of IDs that are currently reserved (and not in use).
    resource_evaluation_statuses Sequence[GetResourcepoolPoolResultResourceEvaluationStatus]
    resource_pool_parameters Sequence[GetResourcepoolPoolResultResourcePoolParameter]
    resource_type str
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors Sequence[GetResourcepoolPoolResultSelector]
    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.
    size float
    Total number of identifiers in this pool.
    tags Sequence[GetResourcepoolPoolResultTag]
    version_contexts Sequence[GetResourcepoolPoolResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    The pool is evaluated for resources with associated policies based on action. This action will help users to re-sync the resources for a pool.* None - The pool will not be considered for evaluation.* ReEvaluate - The resources in the pool will be re-evaluated against the server pool qualification associated with it.
    additionalProperties String
    ancestors List<Property Map>
    assigned Number
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    poolType String
    The resource management type in the pool, it can be either static or dynamic.* Static - The resources in the pool will not be changed until user manually update it.* Dynamic - The resources in the pool will be updated dynamically based on the condition.* Hybrid - The resources in the pool can be added by the user statically or dynamically, based on the matching conditions of the qualification policy. If the pool contains both statically added resources and resources added based on the qualification policy, the pool type can be classified as hybrid.
    qualificationPolicies List<Property Map>
    reserved Number
    Number of IDs that are currently reserved (and not in use).
    resourceEvaluationStatuses List<Property Map>
    resourcePoolParameters List<Property Map>
    resourceType String
    The type of the resource present in the pool, example 'server' its combination of RackUnit and Blade.* Server - Resource Pool holds the server kind of resources, example - RackServer, Blade.* None - The resource cannot consider for Resource Pool.
    selectors List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size Number
    Total number of identifiers in this pool.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetResourcepoolPoolResultAncestor

    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

    GetResourcepoolPoolResultOrganization

    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

    GetResourcepoolPoolResultParent

    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

    GetResourcepoolPoolResultPermissionResource

    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

    GetResourcepoolPoolResultQualificationPolicy

    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

    GetResourcepoolPoolResultResourceEvaluationStatus

    AdditionalProperties string
    ClassId string
    ErrMsg string
    ObjectType string
    State string
    AdditionalProperties string
    ClassId string
    ErrMsg string
    ObjectType string
    State string
    additionalProperties String
    classId String
    errMsg String
    objectType String
    state String
    additionalProperties string
    classId string
    errMsg string
    objectType string
    state string
    additionalProperties String
    classId String
    errMsg String
    objectType String
    state String

    GetResourcepoolPoolResultResourcePoolParameter

    GetResourcepoolPoolResultSelector

    GetResourcepoolPoolResultTag

    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

    GetResourcepoolPoolResultVersionContext

    GetResourcepoolPoolResultVersionContextInterestedMo

    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

    GetResourcepoolPoolResultVersionContextRefMo

    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

    GetResourcepoolPoolSelector

    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Selector string
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Selector string
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector String
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector string
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector str
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector String
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).

    GetResourcepoolPoolTag

    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.

    GetResourcepoolPoolVersionContext

    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<GetResourcepoolPoolVersionContextInterestedMo>
    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 GetResourcepoolPoolVersionContextRefMo
    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 []GetResourcepoolPoolVersionContextInterestedMo
    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 GetResourcepoolPoolVersionContextRefMo
    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<GetResourcepoolPoolVersionContextInterestedMo>
    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 GetResourcepoolPoolVersionContextRefMo
    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 GetResourcepoolPoolVersionContextInterestedMo[]
    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 GetResourcepoolPoolVersionContextRefMo
    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[GetResourcepoolPoolVersionContextInterestedMo]
    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 GetResourcepoolPoolVersionContextRefMo
    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.

    GetResourcepoolPoolVersionContextInterestedMo

    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'.

    GetResourcepoolPoolVersionContextRefMo

    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