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

intersight.getMemoryUnit

Explore with Pulumi AI

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

    This represents a memory DIMM on a server.

    Using getMemoryUnit

    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 getMemoryUnit(args: GetMemoryUnitArgs, opts?: InvokeOptions): Promise<GetMemoryUnitResult>
    function getMemoryUnitOutput(args: GetMemoryUnitOutputArgs, opts?: InvokeOptions): Output<GetMemoryUnitResult>
    def get_memory_unit(account_moid: Optional[str] = None,
                        additional_properties: Optional[str] = None,
                        admin_state: Optional[str] = None,
                        ancestors: Optional[Sequence[GetMemoryUnitAncestor]] = None,
                        array_id: Optional[float] = None,
                        bank: Optional[float] = None,
                        capacity: Optional[str] = None,
                        class_id: Optional[str] = None,
                        clock: Optional[str] = None,
                        create_time: Optional[str] = None,
                        description: Optional[str] = None,
                        device_mo_id: Optional[str] = None,
                        dn: Optional[str] = None,
                        domain_group_moid: Optional[str] = None,
                        form_factor: Optional[str] = None,
                        id: Optional[str] = None,
                        inventory_device_info: Optional[GetMemoryUnitInventoryDeviceInfo] = None,
                        is_platform_supported: Optional[bool] = None,
                        is_upgraded: Optional[bool] = None,
                        latency: Optional[str] = None,
                        location: Optional[str] = None,
                        memory_array: Optional[GetMemoryUnitMemoryArray] = None,
                        memory_id: Optional[float] = None,
                        mod_time: Optional[str] = None,
                        model: Optional[str] = None,
                        moid: Optional[str] = None,
                        object_type: Optional[str] = None,
                        oper_power_state: Optional[str] = None,
                        oper_reasons: Optional[Sequence[str]] = None,
                        oper_state: Optional[str] = None,
                        operability: Optional[str] = None,
                        owners: Optional[Sequence[str]] = None,
                        parent: Optional[GetMemoryUnitParent] = None,
                        part_number: Optional[str] = None,
                        permission_resources: Optional[Sequence[GetMemoryUnitPermissionResource]] = None,
                        pid: Optional[str] = None,
                        presence: Optional[str] = None,
                        previous_fru: Optional[GetMemoryUnitPreviousFru] = None,
                        registered_device: Optional[GetMemoryUnitRegisteredDevice] = None,
                        revision: Optional[str] = None,
                        rn: Optional[str] = None,
                        serial: Optional[str] = None,
                        set: Optional[float] = None,
                        shared_scope: Optional[str] = None,
                        speed: Optional[str] = None,
                        tags: Optional[Sequence[GetMemoryUnitTag]] = None,
                        thermal: Optional[str] = None,
                        type: Optional[str] = None,
                        vendor: Optional[str] = None,
                        version_context: Optional[GetMemoryUnitVersionContext] = None,
                        visibility: Optional[str] = None,
                        width: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetMemoryUnitResult
    def get_memory_unit_output(account_moid: Optional[pulumi.Input[str]] = None,
                        additional_properties: Optional[pulumi.Input[str]] = None,
                        admin_state: Optional[pulumi.Input[str]] = None,
                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryUnitAncestorArgs]]]] = None,
                        array_id: Optional[pulumi.Input[float]] = None,
                        bank: Optional[pulumi.Input[float]] = None,
                        capacity: Optional[pulumi.Input[str]] = None,
                        class_id: Optional[pulumi.Input[str]] = None,
                        clock: Optional[pulumi.Input[str]] = None,
                        create_time: Optional[pulumi.Input[str]] = None,
                        description: 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,
                        form_factor: Optional[pulumi.Input[str]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        inventory_device_info: Optional[pulumi.Input[GetMemoryUnitInventoryDeviceInfoArgs]] = None,
                        is_platform_supported: Optional[pulumi.Input[bool]] = None,
                        is_upgraded: Optional[pulumi.Input[bool]] = None,
                        latency: Optional[pulumi.Input[str]] = None,
                        location: Optional[pulumi.Input[str]] = None,
                        memory_array: Optional[pulumi.Input[GetMemoryUnitMemoryArrayArgs]] = None,
                        memory_id: Optional[pulumi.Input[float]] = None,
                        mod_time: Optional[pulumi.Input[str]] = None,
                        model: Optional[pulumi.Input[str]] = None,
                        moid: Optional[pulumi.Input[str]] = None,
                        object_type: Optional[pulumi.Input[str]] = None,
                        oper_power_state: Optional[pulumi.Input[str]] = None,
                        oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                        oper_state: Optional[pulumi.Input[str]] = None,
                        operability: Optional[pulumi.Input[str]] = None,
                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                        parent: Optional[pulumi.Input[GetMemoryUnitParentArgs]] = None,
                        part_number: Optional[pulumi.Input[str]] = None,
                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryUnitPermissionResourceArgs]]]] = None,
                        pid: Optional[pulumi.Input[str]] = None,
                        presence: Optional[pulumi.Input[str]] = None,
                        previous_fru: Optional[pulumi.Input[GetMemoryUnitPreviousFruArgs]] = None,
                        registered_device: Optional[pulumi.Input[GetMemoryUnitRegisteredDeviceArgs]] = None,
                        revision: Optional[pulumi.Input[str]] = None,
                        rn: Optional[pulumi.Input[str]] = None,
                        serial: Optional[pulumi.Input[str]] = None,
                        set: Optional[pulumi.Input[float]] = None,
                        shared_scope: Optional[pulumi.Input[str]] = None,
                        speed: Optional[pulumi.Input[str]] = None,
                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryUnitTagArgs]]]] = None,
                        thermal: Optional[pulumi.Input[str]] = None,
                        type: Optional[pulumi.Input[str]] = None,
                        vendor: Optional[pulumi.Input[str]] = None,
                        version_context: Optional[pulumi.Input[GetMemoryUnitVersionContextArgs]] = None,
                        visibility: Optional[pulumi.Input[str]] = None,
                        width: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetMemoryUnitResult]
    func LookupMemoryUnit(ctx *Context, args *LookupMemoryUnitArgs, opts ...InvokeOption) (*LookupMemoryUnitResult, error)
    func LookupMemoryUnitOutput(ctx *Context, args *LookupMemoryUnitOutputArgs, opts ...InvokeOption) LookupMemoryUnitResultOutput

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

    public static class GetMemoryUnit 
    {
        public static Task<GetMemoryUnitResult> InvokeAsync(GetMemoryUnitArgs args, InvokeOptions? opts = null)
        public static Output<GetMemoryUnitResult> Invoke(GetMemoryUnitInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMemoryUnitResult> getMemoryUnit(GetMemoryUnitArgs args, InvokeOptions options)
    public static Output<GetMemoryUnitResult> getMemoryUnit(GetMemoryUnitArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getMemoryUnit:getMemoryUnit
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    This represents the administrative state of the memory unit on a server.
    Ancestors List<GetMemoryUnitAncestor>
    ArrayId double
    This represents the memory array to which the memory unit belongs to.
    Bank double
    This represents the memory bank of the memory unit on a server.
    Capacity string
    This represents the memory capacity in MiB of the memory unit on a server.
    ClassId string
    Clock string
    This represents the clock of the memory unit on a server.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the DIMM.
    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.
    FormFactor string
    This represents the form factor of the memory unit on a server.
    Id string
    InventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    IsPlatformSupported bool
    This field indicates whether the DIMM is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    Latency string
    This represents the latency of the memory unit on a server.
    Location string
    This represents the location of the memory unit on a server.
    MemoryArray GetMemoryUnitMemoryArray
    MemoryId double
    This represents the ID of a regular DIMM on a server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperPowerState string
    This represents the operational power state of the memory unit on a server.
    OperReasons List<string>
    OperState string
    This represents the operational state of the memory unit on a server.
    Operability string
    This represents the operability of the memory unit on a server.
    Owners List<string>
    Parent GetMemoryUnitParent
    PartNumber string
    This field displays the part number of the DIMM.
    PermissionResources List<GetMemoryUnitPermissionResource>
    Pid string
    This field displays the product ID of the DIMM.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetMemoryUnitPreviousFru
    RegisteredDevice GetMemoryUnitRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    Set double
    This represents the set of the memory unit 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.
    Speed string
    This represents the speed of the memory unit on a server.
    Tags List<GetMemoryUnitTag>
    Thermal string
    This represents the thremal state of the memory unit on a server.
    Type string
    This represents the memory type of the memory unit on a server.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetMemoryUnitVersionContext
    Visibility string
    This represents the visibility of the memory unit on a server.
    Width string
    This represents the width of the memory unit on a server.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    This represents the administrative state of the memory unit on a server.
    Ancestors []GetMemoryUnitAncestor
    ArrayId float64
    This represents the memory array to which the memory unit belongs to.
    Bank float64
    This represents the memory bank of the memory unit on a server.
    Capacity string
    This represents the memory capacity in MiB of the memory unit on a server.
    ClassId string
    Clock string
    This represents the clock of the memory unit on a server.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the DIMM.
    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.
    FormFactor string
    This represents the form factor of the memory unit on a server.
    Id string
    InventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    IsPlatformSupported bool
    This field indicates whether the DIMM is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    Latency string
    This represents the latency of the memory unit on a server.
    Location string
    This represents the location of the memory unit on a server.
    MemoryArray GetMemoryUnitMemoryArray
    MemoryId float64
    This represents the ID of a regular DIMM on a server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperPowerState string
    This represents the operational power state of the memory unit on a server.
    OperReasons []string
    OperState string
    This represents the operational state of the memory unit on a server.
    Operability string
    This represents the operability of the memory unit on a server.
    Owners []string
    Parent GetMemoryUnitParent
    PartNumber string
    This field displays the part number of the DIMM.
    PermissionResources []GetMemoryUnitPermissionResource
    Pid string
    This field displays the product ID of the DIMM.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetMemoryUnitPreviousFru
    RegisteredDevice GetMemoryUnitRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    Set float64
    This represents the set of the memory unit 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.
    Speed string
    This represents the speed of the memory unit on a server.
    Tags []GetMemoryUnitTag
    Thermal string
    This represents the thremal state of the memory unit on a server.
    Type string
    This represents the memory type of the memory unit on a server.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetMemoryUnitVersionContext
    Visibility string
    This represents the visibility of the memory unit on a server.
    Width string
    This represents the width of the memory unit on a server.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    This represents the administrative state of the memory unit on a server.
    ancestors List<GetMemoryUnitAncestor>
    arrayId Double
    This represents the memory array to which the memory unit belongs to.
    bank Double
    This represents the memory bank of the memory unit on a server.
    capacity String
    This represents the memory capacity in MiB of the memory unit on a server.
    classId String
    clock String
    This represents the clock of the memory unit on a server.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the DIMM.
    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.
    formFactor String
    This represents the form factor of the memory unit on a server.
    id String
    inventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    isPlatformSupported Boolean
    This field indicates whether the DIMM is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency String
    This represents the latency of the memory unit on a server.
    location String
    This represents the location of the memory unit on a server.
    memoryArray GetMemoryUnitMemoryArray
    memoryId Double
    This represents the ID of a regular DIMM on a server.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operPowerState String
    This represents the operational power state of the memory unit on a server.
    operReasons List<String>
    operState String
    This represents the operational state of the memory unit on a server.
    operability String
    This represents the operability of the memory unit on a server.
    owners List<String>
    parent GetMemoryUnitParent
    partNumber String
    This field displays the part number of the DIMM.
    permissionResources List<GetMemoryUnitPermissionResource>
    pid String
    This field displays the product ID of the DIMM.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetMemoryUnitPreviousFru
    registeredDevice GetMemoryUnitRegisteredDevice
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    set Double
    This represents the set of the memory unit 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.
    speed String
    This represents the speed of the memory unit on a server.
    tags List<GetMemoryUnitTag>
    thermal String
    This represents the thremal state of the memory unit on a server.
    type String
    This represents the memory type of the memory unit on a server.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext GetMemoryUnitVersionContext
    visibility String
    This represents the visibility of the memory unit on a server.
    width String
    This represents the width of the memory unit on a server.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    This represents the administrative state of the memory unit on a server.
    ancestors GetMemoryUnitAncestor[]
    arrayId number
    This represents the memory array to which the memory unit belongs to.
    bank number
    This represents the memory bank of the memory unit on a server.
    capacity string
    This represents the memory capacity in MiB of the memory unit on a server.
    classId string
    clock string
    This represents the clock of the memory unit on a server.
    createTime string
    The time when this managed object was created.
    description string
    This field displays the description of the DIMM.
    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.
    formFactor string
    This represents the form factor of the memory unit on a server.
    id string
    inventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    isPlatformSupported boolean
    This field indicates whether the DIMM is supported on the server or not.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency string
    This represents the latency of the memory unit on a server.
    location string
    This represents the location of the memory unit on a server.
    memoryArray GetMemoryUnitMemoryArray
    memoryId number
    This represents the ID of a regular DIMM on a server.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operPowerState string
    This represents the operational power state of the memory unit on a server.
    operReasons string[]
    operState string
    This represents the operational state of the memory unit on a server.
    operability string
    This represents the operability of the memory unit on a server.
    owners string[]
    parent GetMemoryUnitParent
    partNumber string
    This field displays the part number of the DIMM.
    permissionResources GetMemoryUnitPermissionResource[]
    pid string
    This field displays the product ID of the DIMM.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetMemoryUnitPreviousFru
    registeredDevice GetMemoryUnitRegisteredDevice
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    set number
    This represents the set of the memory unit 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.
    speed string
    This represents the speed of the memory unit on a server.
    tags GetMemoryUnitTag[]
    thermal string
    This represents the thremal state of the memory unit on a server.
    type string
    This represents the memory type of the memory unit on a server.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContext GetMemoryUnitVersionContext
    visibility string
    This represents the visibility of the memory unit on a server.
    width string
    This represents the width of the memory unit on a server.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    This represents the administrative state of the memory unit on a server.
    ancestors Sequence[GetMemoryUnitAncestor]
    array_id float
    This represents the memory array to which the memory unit belongs to.
    bank float
    This represents the memory bank of the memory unit on a server.
    capacity str
    This represents the memory capacity in MiB of the memory unit on a server.
    class_id str
    clock str
    This represents the clock of the memory unit on a server.
    create_time str
    The time when this managed object was created.
    description str
    This field displays the description of the DIMM.
    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.
    form_factor str
    This represents the form factor of the memory unit on a server.
    id str
    inventory_device_info GetMemoryUnitInventoryDeviceInfo
    is_platform_supported bool
    This field indicates whether the DIMM is supported on the server or not.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency str
    This represents the latency of the memory unit on a server.
    location str
    This represents the location of the memory unit on a server.
    memory_array GetMemoryUnitMemoryArray
    memory_id float
    This represents the ID of a regular DIMM on a server.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    oper_power_state str
    This represents the operational power state of the memory unit on a server.
    oper_reasons Sequence[str]
    oper_state str
    This represents the operational state of the memory unit on a server.
    operability str
    This represents the operability of the memory unit on a server.
    owners Sequence[str]
    parent GetMemoryUnitParent
    part_number str
    This field displays the part number of the DIMM.
    permission_resources Sequence[GetMemoryUnitPermissionResource]
    pid str
    This field displays the product ID of the DIMM.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetMemoryUnitPreviousFru
    registered_device GetMemoryUnitRegisteredDevice
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    set float
    This represents the set of the memory unit 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.
    speed str
    This represents the speed of the memory unit on a server.
    tags Sequence[GetMemoryUnitTag]
    thermal str
    This represents the thremal state of the memory unit on a server.
    type str
    This represents the memory type of the memory unit on a server.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_context GetMemoryUnitVersionContext
    visibility str
    This represents the visibility of the memory unit on a server.
    width str
    This represents the width of the memory unit on a server.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    This represents the administrative state of the memory unit on a server.
    ancestors List<Property Map>
    arrayId Number
    This represents the memory array to which the memory unit belongs to.
    bank Number
    This represents the memory bank of the memory unit on a server.
    capacity String
    This represents the memory capacity in MiB of the memory unit on a server.
    classId String
    clock String
    This represents the clock of the memory unit on a server.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the DIMM.
    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.
    formFactor String
    This represents the form factor of the memory unit on a server.
    id String
    inventoryDeviceInfo Property Map
    isPlatformSupported Boolean
    This field indicates whether the DIMM is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency String
    This represents the latency of the memory unit on a server.
    location String
    This represents the location of the memory unit on a server.
    memoryArray Property Map
    memoryId Number
    This represents the ID of a regular DIMM on a server.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operPowerState String
    This represents the operational power state of the memory unit on a server.
    operReasons List<String>
    operState String
    This represents the operational state of the memory unit on a server.
    operability String
    This represents the operability of the memory unit on a server.
    owners List<String>
    parent Property Map
    partNumber String
    This field displays the part number of the DIMM.
    permissionResources List<Property Map>
    pid String
    This field displays the product ID of the DIMM.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    registeredDevice Property Map
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    set Number
    This represents the set of the memory unit 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.
    speed String
    This represents the speed of the memory unit on a server.
    tags List<Property Map>
    thermal String
    This represents the thremal state of the memory unit on a server.
    type String
    This represents the memory type of the memory unit on a server.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext Property Map
    visibility String
    This represents the visibility of the memory unit on a server.
    width String
    This represents the width of the memory unit on a server.

    getMemoryUnit Result

    The following output properties are available:

    Id string
    Results List<GetMemoryUnitResult>
    AccountMoid string
    AdditionalProperties string
    AdminState string
    Ancestors List<GetMemoryUnitAncestor>
    ArrayId double
    Bank double
    Capacity string
    ClassId string
    Clock string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    FormFactor string
    InventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    IsPlatformSupported bool
    IsUpgraded bool
    Latency string
    Location string
    MemoryArray GetMemoryUnitMemoryArray
    MemoryId double
    ModTime string
    Model string
    Moid string
    ObjectType string
    OperPowerState string
    OperReasons List<string>
    OperState string
    Operability string
    Owners List<string>
    Parent GetMemoryUnitParent
    PartNumber string
    PermissionResources List<GetMemoryUnitPermissionResource>
    Pid string
    Presence string
    PreviousFru GetMemoryUnitPreviousFru
    RegisteredDevice GetMemoryUnitRegisteredDevice
    Revision string
    Rn string
    Serial string
    Set double
    SharedScope string
    Speed string
    Tags List<GetMemoryUnitTag>
    Thermal string
    Type string
    Vendor string
    VersionContext GetMemoryUnitVersionContext
    Visibility string
    Width string
    Id string
    Results []GetMemoryUnitResult
    AccountMoid string
    AdditionalProperties string
    AdminState string
    Ancestors []GetMemoryUnitAncestor
    ArrayId float64
    Bank float64
    Capacity string
    ClassId string
    Clock string
    CreateTime string
    Description string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    FormFactor string
    InventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    IsPlatformSupported bool
    IsUpgraded bool
    Latency string
    Location string
    MemoryArray GetMemoryUnitMemoryArray
    MemoryId float64
    ModTime string
    Model string
    Moid string
    ObjectType string
    OperPowerState string
    OperReasons []string
    OperState string
    Operability string
    Owners []string
    Parent GetMemoryUnitParent
    PartNumber string
    PermissionResources []GetMemoryUnitPermissionResource
    Pid string
    Presence string
    PreviousFru GetMemoryUnitPreviousFru
    RegisteredDevice GetMemoryUnitRegisteredDevice
    Revision string
    Rn string
    Serial string
    Set float64
    SharedScope string
    Speed string
    Tags []GetMemoryUnitTag
    Thermal string
    Type string
    Vendor string
    VersionContext GetMemoryUnitVersionContext
    Visibility string
    Width string
    id String
    results List<GetMemoryUnitResult>
    accountMoid String
    additionalProperties String
    adminState String
    ancestors List<GetMemoryUnitAncestor>
    arrayId Double
    bank Double
    capacity String
    classId String
    clock String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    formFactor String
    inventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    isPlatformSupported Boolean
    isUpgraded Boolean
    latency String
    location String
    memoryArray GetMemoryUnitMemoryArray
    memoryId Double
    modTime String
    model String
    moid String
    objectType String
    operPowerState String
    operReasons List<String>
    operState String
    operability String
    owners List<String>
    parent GetMemoryUnitParent
    partNumber String
    permissionResources List<GetMemoryUnitPermissionResource>
    pid String
    presence String
    previousFru GetMemoryUnitPreviousFru
    registeredDevice GetMemoryUnitRegisteredDevice
    revision String
    rn String
    serial String
    set Double
    sharedScope String
    speed String
    tags List<GetMemoryUnitTag>
    thermal String
    type String
    vendor String
    versionContext GetMemoryUnitVersionContext
    visibility String
    width String
    id string
    results GetMemoryUnitResult[]
    accountMoid string
    additionalProperties string
    adminState string
    ancestors GetMemoryUnitAncestor[]
    arrayId number
    bank number
    capacity string
    classId string
    clock string
    createTime string
    description string
    deviceMoId string
    dn string
    domainGroupMoid string
    formFactor string
    inventoryDeviceInfo GetMemoryUnitInventoryDeviceInfo
    isPlatformSupported boolean
    isUpgraded boolean
    latency string
    location string
    memoryArray GetMemoryUnitMemoryArray
    memoryId number
    modTime string
    model string
    moid string
    objectType string
    operPowerState string
    operReasons string[]
    operState string
    operability string
    owners string[]
    parent GetMemoryUnitParent
    partNumber string
    permissionResources GetMemoryUnitPermissionResource[]
    pid string
    presence string
    previousFru GetMemoryUnitPreviousFru
    registeredDevice GetMemoryUnitRegisteredDevice
    revision string
    rn string
    serial string
    set number
    sharedScope string
    speed string
    tags GetMemoryUnitTag[]
    thermal string
    type string
    vendor string
    versionContext GetMemoryUnitVersionContext
    visibility string
    width string
    id str
    results Sequence[GetMemoryUnitResult]
    account_moid str
    additional_properties str
    admin_state str
    ancestors Sequence[GetMemoryUnitAncestor]
    array_id float
    bank float
    capacity str
    class_id str
    clock str
    create_time str
    description str
    device_mo_id str
    dn str
    domain_group_moid str
    form_factor str
    inventory_device_info GetMemoryUnitInventoryDeviceInfo
    is_platform_supported bool
    is_upgraded bool
    latency str
    location str
    memory_array GetMemoryUnitMemoryArray
    memory_id float
    mod_time str
    model str
    moid str
    object_type str
    oper_power_state str
    oper_reasons Sequence[str]
    oper_state str
    operability str
    owners Sequence[str]
    parent GetMemoryUnitParent
    part_number str
    permission_resources Sequence[GetMemoryUnitPermissionResource]
    pid str
    presence str
    previous_fru GetMemoryUnitPreviousFru
    registered_device GetMemoryUnitRegisteredDevice
    revision str
    rn str
    serial str
    set float
    shared_scope str
    speed str
    tags Sequence[GetMemoryUnitTag]
    thermal str
    type str
    vendor str
    version_context GetMemoryUnitVersionContext
    visibility str
    width str
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    adminState String
    ancestors List<Property Map>
    arrayId Number
    bank Number
    capacity String
    classId String
    clock String
    createTime String
    description String
    deviceMoId String
    dn String
    domainGroupMoid String
    formFactor String
    inventoryDeviceInfo Property Map
    isPlatformSupported Boolean
    isUpgraded Boolean
    latency String
    location String
    memoryArray Property Map
    memoryId Number
    modTime String
    model String
    moid String
    objectType String
    operPowerState String
    operReasons List<String>
    operState String
    operability String
    owners List<String>
    parent Property Map
    partNumber String
    permissionResources List<Property Map>
    pid String
    presence String
    previousFru Property Map
    registeredDevice Property Map
    revision String
    rn String
    serial String
    set Number
    sharedScope String
    speed String
    tags List<Property Map>
    thermal String
    type String
    vendor String
    versionContext Property Map
    visibility String
    width String

    Supporting Types

    GetMemoryUnitAncestor

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

    GetMemoryUnitInventoryDeviceInfo

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

    GetMemoryUnitMemoryArray

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

    GetMemoryUnitParent

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

    GetMemoryUnitPermissionResource

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

    GetMemoryUnitPreviousFru

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

    GetMemoryUnitRegisteredDevice

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

    GetMemoryUnitResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    This represents the administrative state of the memory unit on a server.
    Ancestors List<GetMemoryUnitResultAncestor>
    ArrayId double
    This represents the memory array to which the memory unit belongs to.
    Bank double
    This represents the memory bank of the memory unit on a server.
    Capacity string
    This represents the memory capacity in MiB of the memory unit on a server.
    ClassId string
    Clock string
    This represents the clock of the memory unit on a server.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the DIMM.
    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.
    FormFactor string
    This represents the form factor of the memory unit on a server.
    InventoryDeviceInfos List<GetMemoryUnitResultInventoryDeviceInfo>
    IsPlatformSupported bool
    This field indicates whether the DIMM is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    Latency string
    This represents the latency of the memory unit on a server.
    Location string
    This represents the location of the memory unit on a server.
    MemoryArrays List<GetMemoryUnitResultMemoryArray>
    MemoryId double
    This represents the ID of a regular DIMM on a server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperPowerState string
    This represents the operational power state of the memory unit on a server.
    OperReasons List<string>
    OperState string
    This represents the operational state of the memory unit on a server.
    Operability string
    This represents the operability of the memory unit on a server.
    Owners List<string>
    Parents List<GetMemoryUnitResultParent>
    PartNumber string
    This field displays the part number of the DIMM.
    PermissionResources List<GetMemoryUnitResultPermissionResource>
    Pid string
    This field displays the product ID of the DIMM.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetMemoryUnitResultPreviousFrus>
    RegisteredDevices List<GetMemoryUnitResultRegisteredDevice>
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    Set double
    This represents the set of the memory unit 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.
    Speed string
    This represents the speed of the memory unit on a server.
    Tags List<GetMemoryUnitResultTag>
    Thermal string
    This represents the thremal state of the memory unit on a server.
    Type string
    This represents the memory type of the memory unit on a server.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts List<GetMemoryUnitResultVersionContext>
    Visibility string
    This represents the visibility of the memory unit on a server.
    Width string
    This represents the width of the memory unit on a server.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdminState string
    This represents the administrative state of the memory unit on a server.
    Ancestors []GetMemoryUnitResultAncestor
    ArrayId float64
    This represents the memory array to which the memory unit belongs to.
    Bank float64
    This represents the memory bank of the memory unit on a server.
    Capacity string
    This represents the memory capacity in MiB of the memory unit on a server.
    ClassId string
    Clock string
    This represents the clock of the memory unit on a server.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the DIMM.
    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.
    FormFactor string
    This represents the form factor of the memory unit on a server.
    InventoryDeviceInfos []GetMemoryUnitResultInventoryDeviceInfo
    IsPlatformSupported bool
    This field indicates whether the DIMM is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    Latency string
    This represents the latency of the memory unit on a server.
    Location string
    This represents the location of the memory unit on a server.
    MemoryArrays []GetMemoryUnitResultMemoryArray
    MemoryId float64
    This represents the ID of a regular DIMM on a server.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperPowerState string
    This represents the operational power state of the memory unit on a server.
    OperReasons []string
    OperState string
    This represents the operational state of the memory unit on a server.
    Operability string
    This represents the operability of the memory unit on a server.
    Owners []string
    Parents []GetMemoryUnitResultParent
    PartNumber string
    This field displays the part number of the DIMM.
    PermissionResources []GetMemoryUnitResultPermissionResource
    Pid string
    This field displays the product ID of the DIMM.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetMemoryUnitResultPreviousFrus
    RegisteredDevices []GetMemoryUnitResultRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    Set float64
    This represents the set of the memory unit 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.
    Speed string
    This represents the speed of the memory unit on a server.
    Tags []GetMemoryUnitResultTag
    Thermal string
    This represents the thremal state of the memory unit on a server.
    Type string
    This represents the memory type of the memory unit on a server.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts []GetMemoryUnitResultVersionContext
    Visibility string
    This represents the visibility of the memory unit on a server.
    Width string
    This represents the width of the memory unit on a server.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    This represents the administrative state of the memory unit on a server.
    ancestors List<GetMemoryUnitResultAncestor>
    arrayId Double
    This represents the memory array to which the memory unit belongs to.
    bank Double
    This represents the memory bank of the memory unit on a server.
    capacity String
    This represents the memory capacity in MiB of the memory unit on a server.
    classId String
    clock String
    This represents the clock of the memory unit on a server.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the DIMM.
    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.
    formFactor String
    This represents the form factor of the memory unit on a server.
    inventoryDeviceInfos List<GetMemoryUnitResultInventoryDeviceInfo>
    isPlatformSupported Boolean
    This field indicates whether the DIMM is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency String
    This represents the latency of the memory unit on a server.
    location String
    This represents the location of the memory unit on a server.
    memoryArrays List<GetMemoryUnitResultMemoryArray>
    memoryId Double
    This represents the ID of a regular DIMM on a server.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operPowerState String
    This represents the operational power state of the memory unit on a server.
    operReasons List<String>
    operState String
    This represents the operational state of the memory unit on a server.
    operability String
    This represents the operability of the memory unit on a server.
    owners List<String>
    parents List<GetMemoryUnitResultParent>
    partNumber String
    This field displays the part number of the DIMM.
    permissionResources List<GetMemoryUnitResultPermissionResource>
    pid String
    This field displays the product ID of the DIMM.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetMemoryUnitResultPreviousFrus>
    registeredDevices List<GetMemoryUnitResultRegisteredDevice>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    set Double
    This represents the set of the memory unit 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.
    speed String
    This represents the speed of the memory unit on a server.
    tags List<GetMemoryUnitResultTag>
    thermal String
    This represents the thremal state of the memory unit on a server.
    type String
    This represents the memory type of the memory unit on a server.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<GetMemoryUnitResultVersionContext>
    visibility String
    This represents the visibility of the memory unit on a server.
    width String
    This represents the width of the memory unit on a server.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    adminState string
    This represents the administrative state of the memory unit on a server.
    ancestors GetMemoryUnitResultAncestor[]
    arrayId number
    This represents the memory array to which the memory unit belongs to.
    bank number
    This represents the memory bank of the memory unit on a server.
    capacity string
    This represents the memory capacity in MiB of the memory unit on a server.
    classId string
    clock string
    This represents the clock of the memory unit on a server.
    createTime string
    The time when this managed object was created.
    description string
    This field displays the description of the DIMM.
    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.
    formFactor string
    This represents the form factor of the memory unit on a server.
    inventoryDeviceInfos GetMemoryUnitResultInventoryDeviceInfo[]
    isPlatformSupported boolean
    This field indicates whether the DIMM is supported on the server or not.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency string
    This represents the latency of the memory unit on a server.
    location string
    This represents the location of the memory unit on a server.
    memoryArrays GetMemoryUnitResultMemoryArray[]
    memoryId number
    This represents the ID of a regular DIMM on a server.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operPowerState string
    This represents the operational power state of the memory unit on a server.
    operReasons string[]
    operState string
    This represents the operational state of the memory unit on a server.
    operability string
    This represents the operability of the memory unit on a server.
    owners string[]
    parents GetMemoryUnitResultParent[]
    partNumber string
    This field displays the part number of the DIMM.
    permissionResources GetMemoryUnitResultPermissionResource[]
    pid string
    This field displays the product ID of the DIMM.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetMemoryUnitResultPreviousFrus[]
    registeredDevices GetMemoryUnitResultRegisteredDevice[]
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    set number
    This represents the set of the memory unit 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.
    speed string
    This represents the speed of the memory unit on a server.
    tags GetMemoryUnitResultTag[]
    thermal string
    This represents the thremal state of the memory unit on a server.
    type string
    This represents the memory type of the memory unit on a server.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContexts GetMemoryUnitResultVersionContext[]
    visibility string
    This represents the visibility of the memory unit on a server.
    width string
    This represents the width of the memory unit on a server.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    admin_state str
    This represents the administrative state of the memory unit on a server.
    ancestors Sequence[GetMemoryUnitResultAncestor]
    array_id float
    This represents the memory array to which the memory unit belongs to.
    bank float
    This represents the memory bank of the memory unit on a server.
    capacity str
    This represents the memory capacity in MiB of the memory unit on a server.
    class_id str
    clock str
    This represents the clock of the memory unit on a server.
    create_time str
    The time when this managed object was created.
    description str
    This field displays the description of the DIMM.
    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.
    form_factor str
    This represents the form factor of the memory unit on a server.
    inventory_device_infos Sequence[GetMemoryUnitResultInventoryDeviceInfo]
    is_platform_supported bool
    This field indicates whether the DIMM is supported on the server or not.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency str
    This represents the latency of the memory unit on a server.
    location str
    This represents the location of the memory unit on a server.
    memory_arrays Sequence[GetMemoryUnitResultMemoryArray]
    memory_id float
    This represents the ID of a regular DIMM on a server.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    oper_power_state str
    This represents the operational power state of the memory unit on a server.
    oper_reasons Sequence[str]
    oper_state str
    This represents the operational state of the memory unit on a server.
    operability str
    This represents the operability of the memory unit on a server.
    owners Sequence[str]
    parents Sequence[GetMemoryUnitResultParent]
    part_number str
    This field displays the part number of the DIMM.
    permission_resources Sequence[GetMemoryUnitResultPermissionResource]
    pid str
    This field displays the product ID of the DIMM.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetMemoryUnitResultPreviousFrus]
    registered_devices Sequence[GetMemoryUnitResultRegisteredDevice]
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    set float
    This represents the set of the memory unit 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.
    speed str
    This represents the speed of the memory unit on a server.
    tags Sequence[GetMemoryUnitResultTag]
    thermal str
    This represents the thremal state of the memory unit on a server.
    type str
    This represents the memory type of the memory unit on a server.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_contexts Sequence[GetMemoryUnitResultVersionContext]
    visibility str
    This represents the visibility of the memory unit on a server.
    width str
    This represents the width of the memory unit on a server.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    adminState String
    This represents the administrative state of the memory unit on a server.
    ancestors List<Property Map>
    arrayId Number
    This represents the memory array to which the memory unit belongs to.
    bank Number
    This represents the memory bank of the memory unit on a server.
    capacity String
    This represents the memory capacity in MiB of the memory unit on a server.
    classId String
    clock String
    This represents the clock of the memory unit on a server.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the DIMM.
    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.
    formFactor String
    This represents the form factor of the memory unit on a server.
    inventoryDeviceInfos List<Property Map>
    isPlatformSupported Boolean
    This field indicates whether the DIMM is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    latency String
    This represents the latency of the memory unit on a server.
    location String
    This represents the location of the memory unit on a server.
    memoryArrays List<Property Map>
    memoryId Number
    This represents the ID of a regular DIMM on a server.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operPowerState String
    This represents the operational power state of the memory unit on a server.
    operReasons List<String>
    operState String
    This represents the operational state of the memory unit on a server.
    operability String
    This represents the operability of the memory unit on a server.
    owners List<String>
    parents List<Property Map>
    partNumber String
    This field displays the part number of the DIMM.
    permissionResources List<Property Map>
    pid String
    This field displays the product ID of the DIMM.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    registeredDevices List<Property Map>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    set Number
    This represents the set of the memory unit 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.
    speed String
    This represents the speed of the memory unit on a server.
    tags List<Property Map>
    thermal String
    This represents the thremal state of the memory unit on a server.
    type String
    This represents the memory type of the memory unit on a server.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<Property Map>
    visibility String
    This represents the visibility of the memory unit on a server.
    width String
    This represents the width of the memory unit on a server.

    GetMemoryUnitResultAncestor

    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

    GetMemoryUnitResultInventoryDeviceInfo

    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

    GetMemoryUnitResultMemoryArray

    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

    GetMemoryUnitResultParent

    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

    GetMemoryUnitResultPermissionResource

    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

    GetMemoryUnitResultPreviousFrus

    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

    GetMemoryUnitResultRegisteredDevice

    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

    GetMemoryUnitResultTag

    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

    GetMemoryUnitResultVersionContext

    GetMemoryUnitResultVersionContextInterestedMo

    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

    GetMemoryUnitResultVersionContextRefMo

    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

    GetMemoryUnitTag

    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.

    GetMemoryUnitVersionContext

    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<GetMemoryUnitVersionContextInterestedMo>
    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 GetMemoryUnitVersionContextRefMo
    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 []GetMemoryUnitVersionContextInterestedMo
    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 GetMemoryUnitVersionContextRefMo
    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<GetMemoryUnitVersionContextInterestedMo>
    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 GetMemoryUnitVersionContextRefMo
    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 GetMemoryUnitVersionContextInterestedMo[]
    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 GetMemoryUnitVersionContextRefMo
    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[GetMemoryUnitVersionContextInterestedMo]
    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 GetMemoryUnitVersionContextRefMo
    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.

    GetMemoryUnitVersionContextInterestedMo

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

    GetMemoryUnitVersionContextRefMo

    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