intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getResourcepoolPool
Explore with Pulumi AI
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:
- Account
Moid 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. - Additional
Properties string - Ancestors
List<Get
Resourcepool Pool Ancestor> - Assigned double
- Number of IDs that are currently assigned (in use).
- Assignment
Order 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. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Organization
Get
Resourcepool Pool Organization - Owners List<string>
- Parent
Get
Resourcepool Pool Parent - Permission
Resources List<GetResourcepool Pool Permission Resource> - Pool
Type 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. - Qualification
Policies List<GetResourcepool Pool Qualification Policy> - Reserved double
- Number of IDs that are currently reserved (and not in use).
- Resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - Resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - Resource
Type 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<Get
Resourcepool Pool Selector> - 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.
- List<Get
Resourcepool Pool Tag> - Version
Context GetResourcepool Pool Version Context
- Account
Moid 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. - Additional
Properties string - Ancestors
[]Get
Resourcepool Pool Ancestor - Assigned float64
- Number of IDs that are currently assigned (in use).
- Assignment
Order 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. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Organization
Get
Resourcepool Pool Organization - Owners []string
- Parent
Get
Resourcepool Pool Parent - Permission
Resources []GetResourcepool Pool Permission Resource - Pool
Type 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. - Qualification
Policies []GetResourcepool Pool Qualification Policy - Reserved float64
- Number of IDs that are currently reserved (and not in use).
- Resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - Resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - Resource
Type 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
[]Get
Resourcepool Pool Selector - 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.
- []Get
Resourcepool Pool Tag - Version
Context GetResourcepool Pool Version Context
- account
Moid 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. - additional
Properties String - ancestors
List<Get
Resourcepool Pool Ancestor> - assigned Double
- Number of IDs that are currently assigned (in use).
- assignment
Order 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. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - organization
Get
Resourcepool Pool Organization - owners List<String>
- parent
Get
Resourcepool Pool Parent - permission
Resources List<GetResourcepool Pool Permission Resource> - pool
Type 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. - qualification
Policies List<GetResourcepool Pool Qualification Policy> - reserved Double
- Number of IDs that are currently reserved (and not in use).
- resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - resource
Type 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<Get
Resourcepool Pool Selector> - 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.
- List<Get
Resourcepool Pool Tag> - version
Context GetResourcepool Pool Version Context
- account
Moid 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. - additional
Properties string - ancestors
Get
Resourcepool Pool Ancestor[] - assigned number
- Number of IDs that are currently assigned (in use).
- assignment
Order 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. - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- object
Type string - organization
Get
Resourcepool Pool Organization - owners string[]
- parent
Get
Resourcepool Pool Parent - permission
Resources GetResourcepool Pool Permission Resource[] - pool
Type 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. - qualification
Policies GetResourcepool Pool Qualification Policy[] - reserved number
- Number of IDs that are currently reserved (and not in use).
- resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - resource
Type 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
Get
Resourcepool Pool Selector[] - 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.
- Get
Resourcepool Pool Tag[] - version
Context GetResourcepool Pool Version Context
- 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[Get
Resourcepool Pool Ancestor] - 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_ strmoid - 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
Get
Resourcepool Pool Organization - owners Sequence[str]
- parent
Get
Resourcepool Pool Parent - permission_
resources Sequence[GetResourcepool Pool Permission Resource] - 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[GetResourcepool Pool Qualification Policy] - reserved float
- Number of IDs that are currently reserved (and not in use).
- resource_
evaluation_ Getstatus Resourcepool Pool Resource Evaluation Status - resource_
pool_ Getparameters Resourcepool Pool Resource Pool Parameters - 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[Get
Resourcepool Pool Selector] - 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.
- Sequence[Get
Resourcepool Pool Tag] - version_
context GetResourcepool Pool Version Context
- account
Moid 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. - additional
Properties String - ancestors List<Property Map>
- assigned Number
- Number of IDs that are currently assigned (in use).
- assignment
Order 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. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - pool
Type 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. - qualification
Policies List<Property Map> - reserved Number
- Number of IDs that are currently reserved (and not in use).
- resource
Evaluation Property MapStatus - resource
Pool Property MapParameters - resource
Type 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>
- 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.
- List<Property Map>
- version
Context Property Map
getResourcepoolPool Result
The following output properties are available:
- Id string
- Results
List<Get
Resourcepool Pool Result> - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Resourcepool Pool Ancestor> - Assigned double
- Assignment
Order string - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Resourcepool Pool Organization - Owners List<string>
- Parent
Get
Resourcepool Pool Parent - Permission
Resources List<GetResourcepool Pool Permission Resource> - Pool
Type string - Qualification
Policies List<GetResourcepool Pool Qualification Policy> - Reserved double
- Resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - Resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - Resource
Type string - Selectors
List<Get
Resourcepool Pool Selector> - string
- Size double
- List<Get
Resourcepool Pool Tag> - Version
Context GetResourcepool Pool Version Context
- Id string
- Results
[]Get
Resourcepool Pool Result - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Resourcepool Pool Ancestor - Assigned float64
- Assignment
Order string - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Resourcepool Pool Organization - Owners []string
- Parent
Get
Resourcepool Pool Parent - Permission
Resources []GetResourcepool Pool Permission Resource - Pool
Type string - Qualification
Policies []GetResourcepool Pool Qualification Policy - Reserved float64
- Resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - Resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - Resource
Type string - Selectors
[]Get
Resourcepool Pool Selector - string
- Size float64
- []Get
Resourcepool Pool Tag - Version
Context GetResourcepool Pool Version Context
- id String
- results
List<Get
Resourcepool Pool Result> - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Resourcepool Pool Ancestor> - assigned Double
- assignment
Order String - class
Id String - create
Time String - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - organization
Get
Resourcepool Pool Organization - owners List<String>
- parent
Get
Resourcepool Pool Parent - permission
Resources List<GetResourcepool Pool Permission Resource> - pool
Type String - qualification
Policies List<GetResourcepool Pool Qualification Policy> - reserved Double
- resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - resource
Type String - selectors
List<Get
Resourcepool Pool Selector> - String
- size Double
- List<Get
Resourcepool Pool Tag> - version
Context GetResourcepool Pool Version Context
- id string
- results
Get
Resourcepool Pool Result[] - account
Moid string - action string
- additional
Properties string - ancestors
Get
Resourcepool Pool Ancestor[] - assigned number
- assignment
Order string - class
Id string - create
Time string - description string
- domain
Group stringMoid - mod
Time string - moid string
- name string
- object
Type string - organization
Get
Resourcepool Pool Organization - owners string[]
- parent
Get
Resourcepool Pool Parent - permission
Resources GetResourcepool Pool Permission Resource[] - pool
Type string - qualification
Policies GetResourcepool Pool Qualification Policy[] - reserved number
- resource
Evaluation GetStatus Resourcepool Pool Resource Evaluation Status - resource
Pool GetParameters Resourcepool Pool Resource Pool Parameters - resource
Type string - selectors
Get
Resourcepool Pool Selector[] - string
- size number
- Get
Resourcepool Pool Tag[] - version
Context GetResourcepool Pool Version Context
- id str
- results
Sequence[Get
Resourcepool Pool Result] - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Resourcepool Pool Ancestor] - assigned float
- assignment_
order str - class_
id str - create_
time str - description str
- domain_
group_ strmoid - mod_
time str - moid str
- name str
- object_
type str - organization
Get
Resourcepool Pool Organization - owners Sequence[str]
- parent
Get
Resourcepool Pool Parent - permission_
resources Sequence[GetResourcepool Pool Permission Resource] - pool_
type str - qualification_
policies Sequence[GetResourcepool Pool Qualification Policy] - reserved float
- resource_
evaluation_ Getstatus Resourcepool Pool Resource Evaluation Status - resource_
pool_ Getparameters Resourcepool Pool Resource Pool Parameters - resource_
type str - selectors
Sequence[Get
Resourcepool Pool Selector] - str
- size float
- Sequence[Get
Resourcepool Pool Tag] - version_
context GetResourcepool Pool Version Context
- id String
- results List<Property Map>
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- assigned Number
- assignment
Order String - class
Id String - create
Time String - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - pool
Type String - qualification
Policies List<Property Map> - reserved Number
- resource
Evaluation Property MapStatus - resource
Pool Property MapParameters - resource
Type String - selectors List<Property Map>
- String
- size Number
- List<Property Map>
- version
Context Property Map
Supporting Types
GetResourcepoolPoolAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetResourcepoolPoolOrganization
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetResourcepoolPoolParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetResourcepoolPoolPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetResourcepoolPoolQualificationPolicy
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetResourcepoolPoolResourceEvaluationStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Err
Msg string - The reason for the failure in ResourceEvaluation.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Err
Msg string - The reason for the failure in ResourceEvaluation.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- err
Msg String - The reason for the failure in ResourceEvaluation.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- err
Msg string - The reason for the failure in ResourceEvaluation.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- err
Msg String - The reason for the failure in ResourceEvaluation.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type 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
- Account
Moid 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. - Additional
Properties string - Ancestors
List<Get
Resourcepool Pool Result Ancestor> - Assigned double
- Number of IDs that are currently assigned (in use).
- Assignment
Order 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. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Organizations
List<Get
Resourcepool Pool Result Organization> - Owners List<string>
- Parents
List<Get
Resourcepool Pool Result Parent> - Permission
Resources List<GetResourcepool Pool Result Permission Resource> - Pool
Type 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. - Qualification
Policies List<GetResourcepool Pool Result Qualification Policy> - Reserved double
- Number of IDs that are currently reserved (and not in use).
- Resource
Evaluation List<GetStatuses Resourcepool Pool Result Resource Evaluation Status> - Resource
Pool List<GetParameters Resourcepool Pool Result Resource Pool Parameter> - Resource
Type 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<Get
Resourcepool Pool Result Selector> - 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.
- List<Get
Resourcepool Pool Result Tag> - Version
Contexts List<GetResourcepool Pool Result Version Context>
- Account
Moid 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. - Additional
Properties string - Ancestors
[]Get
Resourcepool Pool Result Ancestor - Assigned float64
- Number of IDs that are currently assigned (in use).
- Assignment
Order 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. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Organizations
[]Get
Resourcepool Pool Result Organization - Owners []string
- Parents
[]Get
Resourcepool Pool Result Parent - Permission
Resources []GetResourcepool Pool Result Permission Resource - Pool
Type 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. - Qualification
Policies []GetResourcepool Pool Result Qualification Policy - Reserved float64
- Number of IDs that are currently reserved (and not in use).
- Resource
Evaluation []GetStatuses Resourcepool Pool Result Resource Evaluation Status - Resource
Pool []GetParameters Resourcepool Pool Result Resource Pool Parameter - Resource
Type 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
[]Get
Resourcepool Pool Result Selector - 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.
- []Get
Resourcepool Pool Result Tag - Version
Contexts []GetResourcepool Pool Result Version Context
- account
Moid 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. - additional
Properties String - ancestors
List<Get
Resourcepool Pool Result Ancestor> - assigned Double
- Number of IDs that are currently assigned (in use).
- assignment
Order 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. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - organizations
List<Get
Resourcepool Pool Result Organization> - owners List<String>
- parents
List<Get
Resourcepool Pool Result Parent> - permission
Resources List<GetResourcepool Pool Result Permission Resource> - pool
Type 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. - qualification
Policies List<GetResourcepool Pool Result Qualification Policy> - reserved Double
- Number of IDs that are currently reserved (and not in use).
- resource
Evaluation List<GetStatuses Resourcepool Pool Result Resource Evaluation Status> - resource
Pool List<GetParameters Resourcepool Pool Result Resource Pool Parameter> - resource
Type 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<Get
Resourcepool Pool Result Selector> - 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.
- List<Get
Resourcepool Pool Result Tag> - version
Contexts List<GetResourcepool Pool Result Version Context>
- account
Moid 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. - additional
Properties string - ancestors
Get
Resourcepool Pool Result Ancestor[] - assigned number
- Number of IDs that are currently assigned (in use).
- assignment
Order 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. - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- object
Type string - organizations
Get
Resourcepool Pool Result Organization[] - owners string[]
- parents
Get
Resourcepool Pool Result Parent[] - permission
Resources GetResourcepool Pool Result Permission Resource[] - pool
Type 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. - qualification
Policies GetResourcepool Pool Result Qualification Policy[] - reserved number
- Number of IDs that are currently reserved (and not in use).
- resource
Evaluation GetStatuses Resourcepool Pool Result Resource Evaluation Status[] - resource
Pool GetParameters Resourcepool Pool Result Resource Pool Parameter[] - resource
Type 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
Get
Resourcepool Pool Result Selector[] - 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.
- Get
Resourcepool Pool Result Tag[] - version
Contexts GetResourcepool Pool Result Version Context[]
- 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[Get
Resourcepool Pool Result Ancestor] - 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_ strmoid - 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[Get
Resourcepool Pool Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Resourcepool Pool Result Parent] - permission_
resources Sequence[GetResourcepool Pool Result Permission Resource] - 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[GetResourcepool Pool Result Qualification Policy] - reserved float
- Number of IDs that are currently reserved (and not in use).
- resource_
evaluation_ Sequence[Getstatuses Resourcepool Pool Result Resource Evaluation Status] - resource_
pool_ Sequence[Getparameters Resourcepool Pool Result Resource Pool Parameter] - 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[Get
Resourcepool Pool Result Selector] - 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.
- Sequence[Get
Resourcepool Pool Result Tag] - version_
contexts Sequence[GetResourcepool Pool Result Version Context]
- account
Moid 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. - additional
Properties String - ancestors List<Property Map>
- assigned Number
- Number of IDs that are currently assigned (in use).
- assignment
Order 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. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - pool
Type 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. - qualification
Policies List<Property Map> - reserved Number
- Number of IDs that are currently reserved (and not in use).
- resource
Evaluation List<Property Map>Statuses - resource
Pool List<Property Map>Parameters - resource
Type 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>
- 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.
- List<Property Map>
- version
Contexts List<Property Map>
GetResourcepoolPoolResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolResultQualificationPolicy
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolResultResourceEvaluationStatus
- Additional
Properties string - Class
Id string - Err
Msg string - Object
Type string - State string
- Additional
Properties string - Class
Id string - Err
Msg string - Object
Type string - State string
- additional
Properties String - class
Id String - err
Msg String - object
Type String - state String
- additional
Properties string - class
Id string - err
Msg string - object
Type string - state string
- additional_
properties str - class_
id str - err_
msg str - object_
type str - state str
- additional
Properties String - class
Id String - err
Msg String - object
Type String - state String
GetResourcepoolPoolResultResourcePoolParameter
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetResourcepoolPoolResultSelector
- Additional
Properties string - Class
Id string - Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Object
Type string - Selector string
- additional
Properties String - class
Id String - object
Type String - selector String
- additional
Properties string - class
Id string - object
Type string - selector string
- additional_
properties str - class_
id str - object_
type str - selector str
- additional
Properties String - class
Id String - object
Type String - selector String
GetResourcepoolPoolResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetResourcepoolPoolResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetResourcepool Pool Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetResourcepool Pool Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetResourcepoolPoolResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetResourcepoolPoolSelector
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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).
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object
Type 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetResourcepoolPoolVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetResourcepool Pool Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetResourcepool Pool Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetResourcepool Pool Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetResourcepool Pool Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetResourcepool Pool Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetResourcepool Pool Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetResourcepool Pool Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetResourcepool Pool Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetResourcepool Pool Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetResourcepool Pool Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetResourcepoolPoolVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetResourcepoolPoolVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet