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

intersight.getMemoryPersistentMemoryConfiguration

Explore with Pulumi AI

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

    Persistent Memory configuration on all the Persistent Memory Modules on a server.

    Using getMemoryPersistentMemoryConfiguration

    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 getMemoryPersistentMemoryConfiguration(args: GetMemoryPersistentMemoryConfigurationArgs, opts?: InvokeOptions): Promise<GetMemoryPersistentMemoryConfigurationResult>
    function getMemoryPersistentMemoryConfigurationOutput(args: GetMemoryPersistentMemoryConfigurationOutputArgs, opts?: InvokeOptions): Output<GetMemoryPersistentMemoryConfigurationResult>
    def get_memory_persistent_memory_configuration(account_moid: Optional[str] = None,
                                                   additional_properties: Optional[str] = None,
                                                   ancestors: Optional[Sequence[GetMemoryPersistentMemoryConfigurationAncestor]] = None,
                                                   class_id: Optional[str] = None,
                                                   compute_board: Optional[GetMemoryPersistentMemoryConfigurationComputeBoard] = None,
                                                   create_time: Optional[str] = None,
                                                   device_mo_id: Optional[str] = None,
                                                   dn: Optional[str] = None,
                                                   domain_group_moid: Optional[str] = None,
                                                   id: Optional[str] = None,
                                                   inventory_device_info: Optional[GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo] = None,
                                                   memory_capacity: Optional[str] = None,
                                                   mod_time: Optional[str] = None,
                                                   moid: Optional[str] = None,
                                                   num_of_modules: Optional[str] = None,
                                                   num_of_regions: Optional[str] = None,
                                                   object_type: Optional[str] = None,
                                                   owners: Optional[Sequence[str]] = None,
                                                   parent: Optional[GetMemoryPersistentMemoryConfigurationParent] = None,
                                                   permission_resources: Optional[Sequence[GetMemoryPersistentMemoryConfigurationPermissionResource]] = None,
                                                   persistent_memory_capacity: Optional[str] = None,
                                                   persistent_memory_config_result: Optional[GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult] = None,
                                                   persistent_memory_regions: Optional[Sequence[GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion]] = None,
                                                   registered_device: Optional[GetMemoryPersistentMemoryConfigurationRegisteredDevice] = None,
                                                   reserved_capacity: Optional[str] = None,
                                                   rn: Optional[str] = None,
                                                   security_state: Optional[str] = None,
                                                   shared_scope: Optional[str] = None,
                                                   tags: Optional[Sequence[GetMemoryPersistentMemoryConfigurationTag]] = None,
                                                   total_capacity: Optional[str] = None,
                                                   version_context: Optional[GetMemoryPersistentMemoryConfigurationVersionContext] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetMemoryPersistentMemoryConfigurationResult
    def get_memory_persistent_memory_configuration_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryConfigurationAncestorArgs]]]] = None,
                                                   class_id: Optional[pulumi.Input[str]] = None,
                                                   compute_board: Optional[pulumi.Input[GetMemoryPersistentMemoryConfigurationComputeBoardArgs]] = None,
                                                   create_time: Optional[pulumi.Input[str]] = None,
                                                   device_mo_id: Optional[pulumi.Input[str]] = None,
                                                   dn: Optional[pulumi.Input[str]] = None,
                                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                   id: Optional[pulumi.Input[str]] = None,
                                                   inventory_device_info: Optional[pulumi.Input[GetMemoryPersistentMemoryConfigurationInventoryDeviceInfoArgs]] = None,
                                                   memory_capacity: Optional[pulumi.Input[str]] = None,
                                                   mod_time: Optional[pulumi.Input[str]] = None,
                                                   moid: Optional[pulumi.Input[str]] = None,
                                                   num_of_modules: Optional[pulumi.Input[str]] = None,
                                                   num_of_regions: Optional[pulumi.Input[str]] = None,
                                                   object_type: Optional[pulumi.Input[str]] = None,
                                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                   parent: Optional[pulumi.Input[GetMemoryPersistentMemoryConfigurationParentArgs]] = None,
                                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryConfigurationPermissionResourceArgs]]]] = None,
                                                   persistent_memory_capacity: Optional[pulumi.Input[str]] = None,
                                                   persistent_memory_config_result: Optional[pulumi.Input[GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResultArgs]] = None,
                                                   persistent_memory_regions: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryConfigurationPersistentMemoryRegionArgs]]]] = None,
                                                   registered_device: Optional[pulumi.Input[GetMemoryPersistentMemoryConfigurationRegisteredDeviceArgs]] = None,
                                                   reserved_capacity: Optional[pulumi.Input[str]] = None,
                                                   rn: Optional[pulumi.Input[str]] = None,
                                                   security_state: Optional[pulumi.Input[str]] = None,
                                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryConfigurationTagArgs]]]] = None,
                                                   total_capacity: Optional[pulumi.Input[str]] = None,
                                                   version_context: Optional[pulumi.Input[GetMemoryPersistentMemoryConfigurationVersionContextArgs]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetMemoryPersistentMemoryConfigurationResult]
    func LookupMemoryPersistentMemoryConfiguration(ctx *Context, args *LookupMemoryPersistentMemoryConfigurationArgs, opts ...InvokeOption) (*LookupMemoryPersistentMemoryConfigurationResult, error)
    func LookupMemoryPersistentMemoryConfigurationOutput(ctx *Context, args *LookupMemoryPersistentMemoryConfigurationOutputArgs, opts ...InvokeOption) LookupMemoryPersistentMemoryConfigurationResultOutput

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

    public static class GetMemoryPersistentMemoryConfiguration 
    {
        public static Task<GetMemoryPersistentMemoryConfigurationResult> InvokeAsync(GetMemoryPersistentMemoryConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetMemoryPersistentMemoryConfigurationResult> Invoke(GetMemoryPersistentMemoryConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMemoryPersistentMemoryConfigurationResult> getMemoryPersistentMemoryConfiguration(GetMemoryPersistentMemoryConfigurationArgs args, InvokeOptions options)
    public static Output<GetMemoryPersistentMemoryConfigurationResult> getMemoryPersistentMemoryConfiguration(GetMemoryPersistentMemoryConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getMemoryPersistentMemoryConfiguration:getMemoryPersistentMemoryConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetMemoryPersistentMemoryConfigurationAncestor>
    ClassId string
    ComputeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    MemoryCapacity string
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumOfModules string
    Number of Persistent Memory Modules on a server.
    NumOfRegions string
    Number of Persistent Memory Regions on a server.
    ObjectType string
    Owners List<string>
    Parent GetMemoryPersistentMemoryConfigurationParent
    PermissionResources List<GetMemoryPersistentMemoryConfigurationPermissionResource>
    PersistentMemoryCapacity string
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    PersistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    PersistentMemoryRegions List<GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion>
    RegisteredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    ReservedCapacity string
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SecurityState string
    Collective security state of all Persistent Memory modules on a server.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetMemoryPersistentMemoryConfigurationTag>
    TotalCapacity string
    Total capacity in GiB of a Persistent Memory configuration on a server.
    VersionContext GetMemoryPersistentMemoryConfigurationVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetMemoryPersistentMemoryConfigurationAncestor
    ClassId string
    ComputeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    InventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    MemoryCapacity string
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumOfModules string
    Number of Persistent Memory Modules on a server.
    NumOfRegions string
    Number of Persistent Memory Regions on a server.
    ObjectType string
    Owners []string
    Parent GetMemoryPersistentMemoryConfigurationParent
    PermissionResources []GetMemoryPersistentMemoryConfigurationPermissionResource
    PersistentMemoryCapacity string
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    PersistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    PersistentMemoryRegions []GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion
    RegisteredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    ReservedCapacity string
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SecurityState string
    Collective security state of all Persistent Memory modules on a server.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetMemoryPersistentMemoryConfigurationTag
    TotalCapacity string
    Total capacity in GiB of a Persistent Memory configuration on a server.
    VersionContext GetMemoryPersistentMemoryConfigurationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetMemoryPersistentMemoryConfigurationAncestor>
    classId String
    computeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    memoryCapacity String
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numOfModules String
    Number of Persistent Memory Modules on a server.
    numOfRegions String
    Number of Persistent Memory Regions on a server.
    objectType String
    owners List<String>
    parent GetMemoryPersistentMemoryConfigurationParent
    permissionResources List<GetMemoryPersistentMemoryConfigurationPermissionResource>
    persistentMemoryCapacity String
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    persistentMemoryRegions List<GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion>
    registeredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    reservedCapacity String
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    securityState String
    Collective security state of all Persistent Memory modules on a server.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetMemoryPersistentMemoryConfigurationTag>
    totalCapacity String
    Total capacity in GiB of a Persistent Memory configuration on a server.
    versionContext GetMemoryPersistentMemoryConfigurationVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetMemoryPersistentMemoryConfigurationAncestor[]
    classId string
    computeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    inventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    memoryCapacity string
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    numOfModules string
    Number of Persistent Memory Modules on a server.
    numOfRegions string
    Number of Persistent Memory Regions on a server.
    objectType string
    owners string[]
    parent GetMemoryPersistentMemoryConfigurationParent
    permissionResources GetMemoryPersistentMemoryConfigurationPermissionResource[]
    persistentMemoryCapacity string
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    persistentMemoryRegions GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion[]
    registeredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    reservedCapacity string
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    securityState string
    Collective security state of all Persistent Memory modules on a server.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetMemoryPersistentMemoryConfigurationTag[]
    totalCapacity string
    Total capacity in GiB of a Persistent Memory configuration on a server.
    versionContext GetMemoryPersistentMemoryConfigurationVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetMemoryPersistentMemoryConfigurationAncestor]
    class_id str
    compute_board GetMemoryPersistentMemoryConfigurationComputeBoard
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    inventory_device_info GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    memory_capacity str
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    num_of_modules str
    Number of Persistent Memory Modules on a server.
    num_of_regions str
    Number of Persistent Memory Regions on a server.
    object_type str
    owners Sequence[str]
    parent GetMemoryPersistentMemoryConfigurationParent
    permission_resources Sequence[GetMemoryPersistentMemoryConfigurationPermissionResource]
    persistent_memory_capacity str
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistent_memory_config_result GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    persistent_memory_regions Sequence[GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion]
    registered_device GetMemoryPersistentMemoryConfigurationRegisteredDevice
    reserved_capacity str
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    security_state str
    Collective security state of all Persistent Memory modules on a server.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetMemoryPersistentMemoryConfigurationTag]
    total_capacity str
    Total capacity in GiB of a Persistent Memory configuration on a server.
    version_context GetMemoryPersistentMemoryConfigurationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    computeBoard Property Map
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    inventoryDeviceInfo Property Map
    memoryCapacity String
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numOfModules String
    Number of Persistent Memory Modules on a server.
    numOfRegions String
    Number of Persistent Memory Regions on a server.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    persistentMemoryCapacity String
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistentMemoryConfigResult Property Map
    persistentMemoryRegions List<Property Map>
    registeredDevice Property Map
    reservedCapacity String
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    securityState String
    Collective security state of all Persistent Memory modules on a server.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    totalCapacity String
    Total capacity in GiB of a Persistent Memory configuration on a server.
    versionContext Property Map

    getMemoryPersistentMemoryConfiguration Result

    The following output properties are available:

    Id string
    Results List<GetMemoryPersistentMemoryConfigurationResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetMemoryPersistentMemoryConfigurationAncestor>
    ClassId string
    ComputeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    InventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    MemoryCapacity string
    ModTime string
    Moid string
    NumOfModules string
    NumOfRegions string
    ObjectType string
    Owners List<string>
    Parent GetMemoryPersistentMemoryConfigurationParent
    PermissionResources List<GetMemoryPersistentMemoryConfigurationPermissionResource>
    PersistentMemoryCapacity string
    PersistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    PersistentMemoryRegions List<GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion>
    RegisteredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    ReservedCapacity string
    Rn string
    SecurityState string
    SharedScope string
    Tags List<GetMemoryPersistentMemoryConfigurationTag>
    TotalCapacity string
    VersionContext GetMemoryPersistentMemoryConfigurationVersionContext
    Id string
    Results []GetMemoryPersistentMemoryConfigurationResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetMemoryPersistentMemoryConfigurationAncestor
    ClassId string
    ComputeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    InventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    MemoryCapacity string
    ModTime string
    Moid string
    NumOfModules string
    NumOfRegions string
    ObjectType string
    Owners []string
    Parent GetMemoryPersistentMemoryConfigurationParent
    PermissionResources []GetMemoryPersistentMemoryConfigurationPermissionResource
    PersistentMemoryCapacity string
    PersistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    PersistentMemoryRegions []GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion
    RegisteredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    ReservedCapacity string
    Rn string
    SecurityState string
    SharedScope string
    Tags []GetMemoryPersistentMemoryConfigurationTag
    TotalCapacity string
    VersionContext GetMemoryPersistentMemoryConfigurationVersionContext
    id String
    results List<GetMemoryPersistentMemoryConfigurationResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetMemoryPersistentMemoryConfigurationAncestor>
    classId String
    computeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    inventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    memoryCapacity String
    modTime String
    moid String
    numOfModules String
    numOfRegions String
    objectType String
    owners List<String>
    parent GetMemoryPersistentMemoryConfigurationParent
    permissionResources List<GetMemoryPersistentMemoryConfigurationPermissionResource>
    persistentMemoryCapacity String
    persistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    persistentMemoryRegions List<GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion>
    registeredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    reservedCapacity String
    rn String
    securityState String
    sharedScope String
    tags List<GetMemoryPersistentMemoryConfigurationTag>
    totalCapacity String
    versionContext GetMemoryPersistentMemoryConfigurationVersionContext
    id string
    results GetMemoryPersistentMemoryConfigurationResult[]
    accountMoid string
    additionalProperties string
    ancestors GetMemoryPersistentMemoryConfigurationAncestor[]
    classId string
    computeBoard GetMemoryPersistentMemoryConfigurationComputeBoard
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    inventoryDeviceInfo GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    memoryCapacity string
    modTime string
    moid string
    numOfModules string
    numOfRegions string
    objectType string
    owners string[]
    parent GetMemoryPersistentMemoryConfigurationParent
    permissionResources GetMemoryPersistentMemoryConfigurationPermissionResource[]
    persistentMemoryCapacity string
    persistentMemoryConfigResult GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    persistentMemoryRegions GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion[]
    registeredDevice GetMemoryPersistentMemoryConfigurationRegisteredDevice
    reservedCapacity string
    rn string
    securityState string
    sharedScope string
    tags GetMemoryPersistentMemoryConfigurationTag[]
    totalCapacity string
    versionContext GetMemoryPersistentMemoryConfigurationVersionContext
    id str
    results Sequence[GetMemoryPersistentMemoryConfigurationResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetMemoryPersistentMemoryConfigurationAncestor]
    class_id str
    compute_board GetMemoryPersistentMemoryConfigurationComputeBoard
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    inventory_device_info GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo
    memory_capacity str
    mod_time str
    moid str
    num_of_modules str
    num_of_regions str
    object_type str
    owners Sequence[str]
    parent GetMemoryPersistentMemoryConfigurationParent
    permission_resources Sequence[GetMemoryPersistentMemoryConfigurationPermissionResource]
    persistent_memory_capacity str
    persistent_memory_config_result GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult
    persistent_memory_regions Sequence[GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion]
    registered_device GetMemoryPersistentMemoryConfigurationRegisteredDevice
    reserved_capacity str
    rn str
    security_state str
    shared_scope str
    tags Sequence[GetMemoryPersistentMemoryConfigurationTag]
    total_capacity str
    version_context GetMemoryPersistentMemoryConfigurationVersionContext

    Supporting Types

    GetMemoryPersistentMemoryConfigurationAncestor

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationComputeBoard

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationInventoryDeviceInfo

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationParent

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationPermissionResource

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationPersistentMemoryConfigResult

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationPersistentMemoryRegion

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationRegisteredDevice

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetMemoryPersistentMemoryConfigurationResultAncestor>
    ClassId string
    ComputeBoards List<GetMemoryPersistentMemoryConfigurationResultComputeBoard>
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InventoryDeviceInfos List<GetMemoryPersistentMemoryConfigurationResultInventoryDeviceInfo>
    MemoryCapacity string
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumOfModules string
    Number of Persistent Memory Modules on a server.
    NumOfRegions string
    Number of Persistent Memory Regions on a server.
    ObjectType string
    Owners List<string>
    Parents List<GetMemoryPersistentMemoryConfigurationResultParent>
    PermissionResources List<GetMemoryPersistentMemoryConfigurationResultPermissionResource>
    PersistentMemoryCapacity string
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    PersistentMemoryConfigResults List<GetMemoryPersistentMemoryConfigurationResultPersistentMemoryConfigResult>
    PersistentMemoryRegions List<GetMemoryPersistentMemoryConfigurationResultPersistentMemoryRegion>
    RegisteredDevices List<GetMemoryPersistentMemoryConfigurationResultRegisteredDevice>
    ReservedCapacity string
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SecurityState string
    Collective security state of all Persistent Memory modules on a server.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetMemoryPersistentMemoryConfigurationResultTag>
    TotalCapacity string
    Total capacity in GiB of a Persistent Memory configuration on a server.
    VersionContexts List<GetMemoryPersistentMemoryConfigurationResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetMemoryPersistentMemoryConfigurationResultAncestor
    ClassId string
    ComputeBoards []GetMemoryPersistentMemoryConfigurationResultComputeBoard
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    InventoryDeviceInfos []GetMemoryPersistentMemoryConfigurationResultInventoryDeviceInfo
    MemoryCapacity string
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NumOfModules string
    Number of Persistent Memory Modules on a server.
    NumOfRegions string
    Number of Persistent Memory Regions on a server.
    ObjectType string
    Owners []string
    Parents []GetMemoryPersistentMemoryConfigurationResultParent
    PermissionResources []GetMemoryPersistentMemoryConfigurationResultPermissionResource
    PersistentMemoryCapacity string
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    PersistentMemoryConfigResults []GetMemoryPersistentMemoryConfigurationResultPersistentMemoryConfigResult
    PersistentMemoryRegions []GetMemoryPersistentMemoryConfigurationResultPersistentMemoryRegion
    RegisteredDevices []GetMemoryPersistentMemoryConfigurationResultRegisteredDevice
    ReservedCapacity string
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    SecurityState string
    Collective security state of all Persistent Memory modules on a server.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetMemoryPersistentMemoryConfigurationResultTag
    TotalCapacity string
    Total capacity in GiB of a Persistent Memory configuration on a server.
    VersionContexts []GetMemoryPersistentMemoryConfigurationResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetMemoryPersistentMemoryConfigurationResultAncestor>
    classId String
    computeBoards List<GetMemoryPersistentMemoryConfigurationResultComputeBoard>
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inventoryDeviceInfos List<GetMemoryPersistentMemoryConfigurationResultInventoryDeviceInfo>
    memoryCapacity String
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numOfModules String
    Number of Persistent Memory Modules on a server.
    numOfRegions String
    Number of Persistent Memory Regions on a server.
    objectType String
    owners List<String>
    parents List<GetMemoryPersistentMemoryConfigurationResultParent>
    permissionResources List<GetMemoryPersistentMemoryConfigurationResultPermissionResource>
    persistentMemoryCapacity String
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistentMemoryConfigResults List<GetMemoryPersistentMemoryConfigurationResultPersistentMemoryConfigResult>
    persistentMemoryRegions List<GetMemoryPersistentMemoryConfigurationResultPersistentMemoryRegion>
    registeredDevices List<GetMemoryPersistentMemoryConfigurationResultRegisteredDevice>
    reservedCapacity String
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    securityState String
    Collective security state of all Persistent Memory modules on a server.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetMemoryPersistentMemoryConfigurationResultTag>
    totalCapacity String
    Total capacity in GiB of a Persistent Memory configuration on a server.
    versionContexts List<GetMemoryPersistentMemoryConfigurationResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetMemoryPersistentMemoryConfigurationResultAncestor[]
    classId string
    computeBoards GetMemoryPersistentMemoryConfigurationResultComputeBoard[]
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    inventoryDeviceInfos GetMemoryPersistentMemoryConfigurationResultInventoryDeviceInfo[]
    memoryCapacity string
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    numOfModules string
    Number of Persistent Memory Modules on a server.
    numOfRegions string
    Number of Persistent Memory Regions on a server.
    objectType string
    owners string[]
    parents GetMemoryPersistentMemoryConfigurationResultParent[]
    permissionResources GetMemoryPersistentMemoryConfigurationResultPermissionResource[]
    persistentMemoryCapacity string
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistentMemoryConfigResults GetMemoryPersistentMemoryConfigurationResultPersistentMemoryConfigResult[]
    persistentMemoryRegions GetMemoryPersistentMemoryConfigurationResultPersistentMemoryRegion[]
    registeredDevices GetMemoryPersistentMemoryConfigurationResultRegisteredDevice[]
    reservedCapacity string
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn string
    The Relative Name uniquely identifies an object within a given context.
    securityState string
    Collective security state of all Persistent Memory modules on a server.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetMemoryPersistentMemoryConfigurationResultTag[]
    totalCapacity string
    Total capacity in GiB of a Persistent Memory configuration on a server.
    versionContexts GetMemoryPersistentMemoryConfigurationResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetMemoryPersistentMemoryConfigurationResultAncestor]
    class_id str
    compute_boards Sequence[GetMemoryPersistentMemoryConfigurationResultComputeBoard]
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    inventory_device_infos Sequence[GetMemoryPersistentMemoryConfigurationResultInventoryDeviceInfo]
    memory_capacity str
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    num_of_modules str
    Number of Persistent Memory Modules on a server.
    num_of_regions str
    Number of Persistent Memory Regions on a server.
    object_type str
    owners Sequence[str]
    parents Sequence[GetMemoryPersistentMemoryConfigurationResultParent]
    permission_resources Sequence[GetMemoryPersistentMemoryConfigurationResultPermissionResource]
    persistent_memory_capacity str
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistent_memory_config_results Sequence[GetMemoryPersistentMemoryConfigurationResultPersistentMemoryConfigResult]
    persistent_memory_regions Sequence[GetMemoryPersistentMemoryConfigurationResultPersistentMemoryRegion]
    registered_devices Sequence[GetMemoryPersistentMemoryConfigurationResultRegisteredDevice]
    reserved_capacity str
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn str
    The Relative Name uniquely identifies an object within a given context.
    security_state str
    Collective security state of all Persistent Memory modules on a server.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetMemoryPersistentMemoryConfigurationResultTag]
    total_capacity str
    Total capacity in GiB of a Persistent Memory configuration on a server.
    version_contexts Sequence[GetMemoryPersistentMemoryConfigurationResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    computeBoards List<Property Map>
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    inventoryDeviceInfos List<Property Map>
    memoryCapacity String
    Memory capacity in GiB of a Persistent Memory configuration on a server.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    numOfModules String
    Number of Persistent Memory Modules on a server.
    numOfRegions String
    Number of Persistent Memory Regions on a server.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    persistentMemoryCapacity String
    Persistent memory capacity in GiB of a Persistent Memory configuration on a server.
    persistentMemoryConfigResults List<Property Map>
    persistentMemoryRegions List<Property Map>
    registeredDevices List<Property Map>
    reservedCapacity String
    Reserved capacity in GiB of a Persistent Memory configuration on a server.
    rn String
    The Relative Name uniquely identifies an object within a given context.
    securityState String
    Collective security state of all Persistent Memory modules on a server.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    totalCapacity String
    Total capacity in GiB of a Persistent Memory configuration on a server.
    versionContexts List<Property Map>

    GetMemoryPersistentMemoryConfigurationResultAncestor

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

    GetMemoryPersistentMemoryConfigurationResultComputeBoard

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

    GetMemoryPersistentMemoryConfigurationResultInventoryDeviceInfo

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

    GetMemoryPersistentMemoryConfigurationResultParent

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

    GetMemoryPersistentMemoryConfigurationResultPermissionResource

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

    GetMemoryPersistentMemoryConfigurationResultPersistentMemoryConfigResult

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

    GetMemoryPersistentMemoryConfigurationResultPersistentMemoryRegion

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

    GetMemoryPersistentMemoryConfigurationResultRegisteredDevice

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

    GetMemoryPersistentMemoryConfigurationResultTag

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

    GetMemoryPersistentMemoryConfigurationResultVersionContext

    GetMemoryPersistentMemoryConfigurationResultVersionContextInterestedMo

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

    GetMemoryPersistentMemoryConfigurationResultVersionContextRefMo

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

    GetMemoryPersistentMemoryConfigurationTag

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

    GetMemoryPersistentMemoryConfigurationVersionContext

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationVersionContextInterestedMo

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryConfigurationVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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