1. Packages
  2. Intersight Provider
  3. API Docs
  4. getMemoryPersistentMemoryUnit
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getMemoryPersistentMemoryUnit

Explore with Pulumi AI

Persistent Memory Module on a server.

Using getMemoryPersistentMemoryUnit

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 getMemoryPersistentMemoryUnit(args: GetMemoryPersistentMemoryUnitArgs, opts?: InvokeOptions): Promise<GetMemoryPersistentMemoryUnitResult>
function getMemoryPersistentMemoryUnitOutput(args: GetMemoryPersistentMemoryUnitOutputArgs, opts?: InvokeOptions): Output<GetMemoryPersistentMemoryUnitResult>
Copy
def get_memory_persistent_memory_unit(account_moid: Optional[str] = None,
                                      additional_properties: Optional[str] = None,
                                      admin_state: Optional[str] = None,
                                      ancestors: Optional[Sequence[GetMemoryPersistentMemoryUnitAncestor]] = None,
                                      app_direct_capacity: Optional[str] = None,
                                      array_id: Optional[float] = None,
                                      bank: Optional[float] = None,
                                      capacity: Optional[str] = None,
                                      class_id: Optional[str] = None,
                                      clock: Optional[str] = None,
                                      count_status: Optional[str] = None,
                                      create_time: Optional[str] = None,
                                      device_mo_id: Optional[str] = None,
                                      dn: Optional[str] = None,
                                      domain_group_moid: Optional[str] = None,
                                      firmware_version: Optional[str] = None,
                                      form_factor: Optional[str] = None,
                                      frozen_status: Optional[str] = None,
                                      health_state: Optional[str] = None,
                                      id: Optional[str] = None,
                                      inventory_device_info: Optional[GetMemoryPersistentMemoryUnitInventoryDeviceInfo] = None,
                                      is_upgraded: Optional[bool] = None,
                                      latency: Optional[str] = None,
                                      location: Optional[str] = None,
                                      lock_status: Optional[str] = None,
                                      memory_array: Optional[GetMemoryPersistentMemoryUnitMemoryArray] = None,
                                      memory_capacity: Optional[str] = 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[GetMemoryPersistentMemoryUnitParent] = None,
                                      permission_resources: Optional[Sequence[GetMemoryPersistentMemoryUnitPermissionResource]] = None,
                                      persistent_memory_capacity: Optional[str] = None,
                                      presence: Optional[str] = None,
                                      previous_fru: Optional[GetMemoryPersistentMemoryUnitPreviousFru] = None,
                                      registered_device: Optional[GetMemoryPersistentMemoryUnitRegisteredDevice] = None,
                                      reserved_capacity: Optional[str] = None,
                                      revision: Optional[str] = None,
                                      rn: Optional[str] = None,
                                      security_status: Optional[str] = None,
                                      serial: Optional[str] = None,
                                      set: Optional[float] = None,
                                      shared_scope: Optional[str] = None,
                                      socket_id: Optional[str] = None,
                                      socket_memory_id: Optional[str] = None,
                                      speed: Optional[str] = None,
                                      tags: Optional[Sequence[GetMemoryPersistentMemoryUnitTag]] = None,
                                      thermal: Optional[str] = None,
                                      total_capacity: Optional[str] = None,
                                      type: Optional[str] = None,
                                      uid: Optional[str] = None,
                                      vendor: Optional[str] = None,
                                      version_context: Optional[GetMemoryPersistentMemoryUnitVersionContext] = None,
                                      visibility: Optional[str] = None,
                                      width: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetMemoryPersistentMemoryUnitResult
def get_memory_persistent_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[GetMemoryPersistentMemoryUnitAncestorArgs]]]] = None,
                                      app_direct_capacity: Optional[pulumi.Input[str]] = 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,
                                      count_status: Optional[pulumi.Input[str]] = None,
                                      create_time: Optional[pulumi.Input[str]] = None,
                                      device_mo_id: Optional[pulumi.Input[str]] = None,
                                      dn: Optional[pulumi.Input[str]] = None,
                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                      firmware_version: Optional[pulumi.Input[str]] = None,
                                      form_factor: Optional[pulumi.Input[str]] = None,
                                      frozen_status: Optional[pulumi.Input[str]] = None,
                                      health_state: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      inventory_device_info: Optional[pulumi.Input[GetMemoryPersistentMemoryUnitInventoryDeviceInfoArgs]] = None,
                                      is_upgraded: Optional[pulumi.Input[bool]] = None,
                                      latency: Optional[pulumi.Input[str]] = None,
                                      location: Optional[pulumi.Input[str]] = None,
                                      lock_status: Optional[pulumi.Input[str]] = None,
                                      memory_array: Optional[pulumi.Input[GetMemoryPersistentMemoryUnitMemoryArrayArgs]] = None,
                                      memory_capacity: Optional[pulumi.Input[str]] = 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[GetMemoryPersistentMemoryUnitParentArgs]] = None,
                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryUnitPermissionResourceArgs]]]] = None,
                                      persistent_memory_capacity: Optional[pulumi.Input[str]] = None,
                                      presence: Optional[pulumi.Input[str]] = None,
                                      previous_fru: Optional[pulumi.Input[GetMemoryPersistentMemoryUnitPreviousFruArgs]] = None,
                                      registered_device: Optional[pulumi.Input[GetMemoryPersistentMemoryUnitRegisteredDeviceArgs]] = None,
                                      reserved_capacity: Optional[pulumi.Input[str]] = None,
                                      revision: Optional[pulumi.Input[str]] = None,
                                      rn: Optional[pulumi.Input[str]] = None,
                                      security_status: Optional[pulumi.Input[str]] = None,
                                      serial: Optional[pulumi.Input[str]] = None,
                                      set: Optional[pulumi.Input[float]] = None,
                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                      socket_id: Optional[pulumi.Input[str]] = None,
                                      socket_memory_id: Optional[pulumi.Input[str]] = None,
                                      speed: Optional[pulumi.Input[str]] = None,
                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryUnitTagArgs]]]] = None,
                                      thermal: Optional[pulumi.Input[str]] = None,
                                      total_capacity: Optional[pulumi.Input[str]] = None,
                                      type: Optional[pulumi.Input[str]] = None,
                                      uid: Optional[pulumi.Input[str]] = None,
                                      vendor: Optional[pulumi.Input[str]] = None,
                                      version_context: Optional[pulumi.Input[GetMemoryPersistentMemoryUnitVersionContextArgs]] = None,
                                      visibility: Optional[pulumi.Input[str]] = None,
                                      width: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetMemoryPersistentMemoryUnitResult]
Copy
func LookupMemoryPersistentMemoryUnit(ctx *Context, args *LookupMemoryPersistentMemoryUnitArgs, opts ...InvokeOption) (*LookupMemoryPersistentMemoryUnitResult, error)
func LookupMemoryPersistentMemoryUnitOutput(ctx *Context, args *LookupMemoryPersistentMemoryUnitOutputArgs, opts ...InvokeOption) LookupMemoryPersistentMemoryUnitResultOutput
Copy

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

public static class GetMemoryPersistentMemoryUnit 
{
    public static Task<GetMemoryPersistentMemoryUnitResult> InvokeAsync(GetMemoryPersistentMemoryUnitArgs args, InvokeOptions? opts = null)
    public static Output<GetMemoryPersistentMemoryUnitResult> Invoke(GetMemoryPersistentMemoryUnitInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMemoryPersistentMemoryUnitResult> getMemoryPersistentMemoryUnit(GetMemoryPersistentMemoryUnitArgs args, InvokeOptions options)
public static Output<GetMemoryPersistentMemoryUnitResult> getMemoryPersistentMemoryUnit(GetMemoryPersistentMemoryUnitArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getMemoryPersistentMemoryUnit:getMemoryPersistentMemoryUnit
  arguments:
    # arguments dictionary
Copy

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<GetMemoryPersistentMemoryUnitAncestor>
AppDirectCapacity string
AppDirect capacity in GiB of the Persistent Memory Module on a server.
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.
CountStatus string
Count status of the Persistent Memory Module on a server.
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
FirmwareVersion string
Firmware version of the firware running on the Persistent Memory Module on a server.
FormFactor string
This represents the form factor of the memory unit on a server.
FrozenStatus string
Frozen status of the Persistent Memory Module on a server.
HealthState string
Health state of the Persistent Memory Module on a server.
Id string
InventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
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.
LockStatus string
Lock status of the Persistent Memory Module on a server.
MemoryArray GetMemoryPersistentMemoryUnitMemoryArray
MemoryCapacity string
Memory capacity in GiB of the Persistent Memory Module on a server.
MemoryId double
ID of the Persistent Memory Module 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 GetMemoryPersistentMemoryUnitParent
PermissionResources List<GetMemoryPersistentMemoryUnitPermissionResource>
PersistentMemoryCapacity string
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetMemoryPersistentMemoryUnitPreviousFru
RegisteredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
ReservedCapacity string
Reserved capacity in GiB of the Persistent Memory Module on a server.
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.
SecurityStatus string
Security status of the Persistent Memory Module on a server.
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.
SocketId string
Socket ID of the Persistent Memory Module on a server.
SocketMemoryId string
Socket Memory ID of the Persistent Memory Module on a server.
Speed string
This represents the speed of the memory unit on a server.
Tags List<GetMemoryPersistentMemoryUnitTag>
Thermal string
This represents the thremal state of the memory unit on a server.
TotalCapacity string
Total capacity in GiB of the Persistent Memory Module on a server.
Type string
This represents the memory type of the memory unit on a server.
Uid string
UID of the Persistent Memory Module on a server.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetMemoryPersistentMemoryUnitVersionContext
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 []GetMemoryPersistentMemoryUnitAncestor
AppDirectCapacity string
AppDirect capacity in GiB of the Persistent Memory Module on a server.
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.
CountStatus string
Count status of the Persistent Memory Module on a server.
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
FirmwareVersion string
Firmware version of the firware running on the Persistent Memory Module on a server.
FormFactor string
This represents the form factor of the memory unit on a server.
FrozenStatus string
Frozen status of the Persistent Memory Module on a server.
HealthState string
Health state of the Persistent Memory Module on a server.
Id string
InventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
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.
LockStatus string
Lock status of the Persistent Memory Module on a server.
MemoryArray GetMemoryPersistentMemoryUnitMemoryArray
MemoryCapacity string
Memory capacity in GiB of the Persistent Memory Module on a server.
MemoryId float64
ID of the Persistent Memory Module 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 GetMemoryPersistentMemoryUnitParent
PermissionResources []GetMemoryPersistentMemoryUnitPermissionResource
PersistentMemoryCapacity string
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetMemoryPersistentMemoryUnitPreviousFru
RegisteredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
ReservedCapacity string
Reserved capacity in GiB of the Persistent Memory Module on a server.
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.
SecurityStatus string
Security status of the Persistent Memory Module on a server.
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.
SocketId string
Socket ID of the Persistent Memory Module on a server.
SocketMemoryId string
Socket Memory ID of the Persistent Memory Module on a server.
Speed string
This represents the speed of the memory unit on a server.
Tags []GetMemoryPersistentMemoryUnitTag
Thermal string
This represents the thremal state of the memory unit on a server.
TotalCapacity string
Total capacity in GiB of the Persistent Memory Module on a server.
Type string
This represents the memory type of the memory unit on a server.
Uid string
UID of the Persistent Memory Module on a server.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetMemoryPersistentMemoryUnitVersionContext
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<GetMemoryPersistentMemoryUnitAncestor>
appDirectCapacity String
AppDirect capacity in GiB of the Persistent Memory Module on a server.
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.
countStatus String
Count status of the Persistent Memory Module on a server.
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
firmwareVersion String
Firmware version of the firware running on the Persistent Memory Module on a server.
formFactor String
This represents the form factor of the memory unit on a server.
frozenStatus String
Frozen status of the Persistent Memory Module on a server.
healthState String
Health state of the Persistent Memory Module on a server.
id String
inventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
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.
lockStatus String
Lock status of the Persistent Memory Module on a server.
memoryArray GetMemoryPersistentMemoryUnitMemoryArray
memoryCapacity String
Memory capacity in GiB of the Persistent Memory Module on a server.
memoryId Double
ID of the Persistent Memory Module 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 GetMemoryPersistentMemoryUnitParent
permissionResources List<GetMemoryPersistentMemoryUnitPermissionResource>
persistentMemoryCapacity String
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetMemoryPersistentMemoryUnitPreviousFru
registeredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
reservedCapacity String
Reserved capacity in GiB of the Persistent Memory Module on a server.
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.
securityStatus String
Security status of the Persistent Memory Module on a server.
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.
socketId String
Socket ID of the Persistent Memory Module on a server.
socketMemoryId String
Socket Memory ID of the Persistent Memory Module on a server.
speed String
This represents the speed of the memory unit on a server.
tags List<GetMemoryPersistentMemoryUnitTag>
thermal String
This represents the thremal state of the memory unit on a server.
totalCapacity String
Total capacity in GiB of the Persistent Memory Module on a server.
type String
This represents the memory type of the memory unit on a server.
uid String
UID of the Persistent Memory Module on a server.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext GetMemoryPersistentMemoryUnitVersionContext
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 GetMemoryPersistentMemoryUnitAncestor[]
appDirectCapacity string
AppDirect capacity in GiB of the Persistent Memory Module on a server.
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.
countStatus string
Count status of the Persistent Memory Module on a server.
createTime string
The time when this managed object was created.
deviceMoId string
The database identifier of the registered device of an object.
dn string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid string
The DomainGroup ID for this managed object.
firmwareVersion string
Firmware version of the firware running on the Persistent Memory Module on a server.
formFactor string
This represents the form factor of the memory unit on a server.
frozenStatus string
Frozen status of the Persistent Memory Module on a server.
healthState string
Health state of the Persistent Memory Module on a server.
id string
inventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
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.
lockStatus string
Lock status of the Persistent Memory Module on a server.
memoryArray GetMemoryPersistentMemoryUnitMemoryArray
memoryCapacity string
Memory capacity in GiB of the Persistent Memory Module on a server.
memoryId number
ID of the Persistent Memory Module 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 GetMemoryPersistentMemoryUnitParent
permissionResources GetMemoryPersistentMemoryUnitPermissionResource[]
persistentMemoryCapacity string
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetMemoryPersistentMemoryUnitPreviousFru
registeredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
reservedCapacity string
Reserved capacity in GiB of the Persistent Memory Module on a server.
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.
securityStatus string
Security status of the Persistent Memory Module on a server.
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.
socketId string
Socket ID of the Persistent Memory Module on a server.
socketMemoryId string
Socket Memory ID of the Persistent Memory Module on a server.
speed string
This represents the speed of the memory unit on a server.
tags GetMemoryPersistentMemoryUnitTag[]
thermal string
This represents the thremal state of the memory unit on a server.
totalCapacity string
Total capacity in GiB of the Persistent Memory Module on a server.
type string
This represents the memory type of the memory unit on a server.
uid string
UID of the Persistent Memory Module on a server.
vendor string
This field displays the vendor information of the associated component or hardware.
versionContext GetMemoryPersistentMemoryUnitVersionContext
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[GetMemoryPersistentMemoryUnitAncestor]
app_direct_capacity str
AppDirect capacity in GiB of the Persistent Memory Module on a server.
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.
count_status str
Count status of the Persistent Memory Module on a server.
create_time str
The time when this managed object was created.
device_mo_id str
The database identifier of the registered device of an object.
dn str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid str
The DomainGroup ID for this managed object.
firmware_version str
Firmware version of the firware running on the Persistent Memory Module on a server.
form_factor str
This represents the form factor of the memory unit on a server.
frozen_status str
Frozen status of the Persistent Memory Module on a server.
health_state str
Health state of the Persistent Memory Module on a server.
id str
inventory_device_info GetMemoryPersistentMemoryUnitInventoryDeviceInfo
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.
lock_status str
Lock status of the Persistent Memory Module on a server.
memory_array GetMemoryPersistentMemoryUnitMemoryArray
memory_capacity str
Memory capacity in GiB of the Persistent Memory Module on a server.
memory_id float
ID of the Persistent Memory Module 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 GetMemoryPersistentMemoryUnitParent
permission_resources Sequence[GetMemoryPersistentMemoryUnitPermissionResource]
persistent_memory_capacity str
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_fru GetMemoryPersistentMemoryUnitPreviousFru
registered_device GetMemoryPersistentMemoryUnitRegisteredDevice
reserved_capacity str
Reserved capacity in GiB of the Persistent Memory Module on a server.
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.
security_status str
Security status of the Persistent Memory Module on a server.
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.
socket_id str
Socket ID of the Persistent Memory Module on a server.
socket_memory_id str
Socket Memory ID of the Persistent Memory Module on a server.
speed str
This represents the speed of the memory unit on a server.
tags Sequence[GetMemoryPersistentMemoryUnitTag]
thermal str
This represents the thremal state of the memory unit on a server.
total_capacity str
Total capacity in GiB of the Persistent Memory Module on a server.
type str
This represents the memory type of the memory unit on a server.
uid str
UID of the Persistent Memory Module on a server.
vendor str
This field displays the vendor information of the associated component or hardware.
version_context GetMemoryPersistentMemoryUnitVersionContext
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>
appDirectCapacity String
AppDirect capacity in GiB of the Persistent Memory Module on a server.
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.
countStatus String
Count status of the Persistent Memory Module on a server.
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
firmwareVersion String
Firmware version of the firware running on the Persistent Memory Module on a server.
formFactor String
This represents the form factor of the memory unit on a server.
frozenStatus String
Frozen status of the Persistent Memory Module on a server.
healthState String
Health state of the Persistent Memory Module on a server.
id String
inventoryDeviceInfo Property Map
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.
lockStatus String
Lock status of the Persistent Memory Module on a server.
memoryArray Property Map
memoryCapacity String
Memory capacity in GiB of the Persistent Memory Module on a server.
memoryId Number
ID of the Persistent Memory Module 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
permissionResources List<Property Map>
persistentMemoryCapacity String
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru Property Map
registeredDevice Property Map
reservedCapacity String
Reserved capacity in GiB of the Persistent Memory Module on a server.
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.
securityStatus String
Security status of the Persistent Memory Module on a server.
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.
socketId String
Socket ID of the Persistent Memory Module on a server.
socketMemoryId String
Socket Memory ID of the Persistent Memory Module on a server.
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.
totalCapacity String
Total capacity in GiB of the Persistent Memory Module on a server.
type String
This represents the memory type of the memory unit on a server.
uid String
UID of the Persistent Memory Module 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.

getMemoryPersistentMemoryUnit Result

The following output properties are available:

Id string
Results List<GetMemoryPersistentMemoryUnitResult>
AccountMoid string
AdditionalProperties string
AdminState string
Ancestors List<GetMemoryPersistentMemoryUnitAncestor>
AppDirectCapacity string
ArrayId double
Bank double
Capacity string
ClassId string
Clock string
CountStatus string
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
FirmwareVersion string
FormFactor string
FrozenStatus string
HealthState string
InventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
IsUpgraded bool
Latency string
Location string
LockStatus string
MemoryArray GetMemoryPersistentMemoryUnitMemoryArray
MemoryCapacity string
MemoryId double
ModTime string
Model string
Moid string
ObjectType string
OperPowerState string
OperReasons List<string>
OperState string
Operability string
Owners List<string>
Parent GetMemoryPersistentMemoryUnitParent
PermissionResources List<GetMemoryPersistentMemoryUnitPermissionResource>
PersistentMemoryCapacity string
Presence string
PreviousFru GetMemoryPersistentMemoryUnitPreviousFru
RegisteredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
ReservedCapacity string
Revision string
Rn string
SecurityStatus string
Serial string
Set double
SharedScope string
SocketId string
SocketMemoryId string
Speed string
Tags List<GetMemoryPersistentMemoryUnitTag>
Thermal string
TotalCapacity string
Type string
Uid string
Vendor string
VersionContext GetMemoryPersistentMemoryUnitVersionContext
Visibility string
Width string
Id string
Results []GetMemoryPersistentMemoryUnitResult
AccountMoid string
AdditionalProperties string
AdminState string
Ancestors []GetMemoryPersistentMemoryUnitAncestor
AppDirectCapacity string
ArrayId float64
Bank float64
Capacity string
ClassId string
Clock string
CountStatus string
CreateTime string
DeviceMoId string
Dn string
DomainGroupMoid string
FirmwareVersion string
FormFactor string
FrozenStatus string
HealthState string
InventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
IsUpgraded bool
Latency string
Location string
LockStatus string
MemoryArray GetMemoryPersistentMemoryUnitMemoryArray
MemoryCapacity string
MemoryId float64
ModTime string
Model string
Moid string
ObjectType string
OperPowerState string
OperReasons []string
OperState string
Operability string
Owners []string
Parent GetMemoryPersistentMemoryUnitParent
PermissionResources []GetMemoryPersistentMemoryUnitPermissionResource
PersistentMemoryCapacity string
Presence string
PreviousFru GetMemoryPersistentMemoryUnitPreviousFru
RegisteredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
ReservedCapacity string
Revision string
Rn string
SecurityStatus string
Serial string
Set float64
SharedScope string
SocketId string
SocketMemoryId string
Speed string
Tags []GetMemoryPersistentMemoryUnitTag
Thermal string
TotalCapacity string
Type string
Uid string
Vendor string
VersionContext GetMemoryPersistentMemoryUnitVersionContext
Visibility string
Width string
id String
results List<GetMemoryPersistentMemoryUnitResult>
accountMoid String
additionalProperties String
adminState String
ancestors List<GetMemoryPersistentMemoryUnitAncestor>
appDirectCapacity String
arrayId Double
bank Double
capacity String
classId String
clock String
countStatus String
createTime String
deviceMoId String
dn String
domainGroupMoid String
firmwareVersion String
formFactor String
frozenStatus String
healthState String
inventoryDeviceInfo GetMemoryPersistentMemoryUnitInventoryDeviceInfo
isUpgraded Boolean
latency String
location String
lockStatus String
memoryArray GetMemoryPersistentMemoryUnitMemoryArray
memoryCapacity String
memoryId Double
modTime String
model String
moid String
objectType String
operPowerState String
operReasons List<String>
operState String
operability String
owners List<String>
parent GetMemoryPersistentMemoryUnitParent
permissionResources List<GetMemoryPersistentMemoryUnitPermissionResource>
persistentMemoryCapacity String
presence String
previousFru GetMemoryPersistentMemoryUnitPreviousFru
registeredDevice GetMemoryPersistentMemoryUnitRegisteredDevice
reservedCapacity String
revision String
rn String
securityStatus String
serial String
set Double
sharedScope String
socketId String
socketMemoryId String
speed String
tags List<GetMemoryPersistentMemoryUnitTag>
thermal String
totalCapacity String
type String
uid String
vendor String
versionContext GetMemoryPersistentMemoryUnitVersionContext
visibility String
width String
id str
results Sequence[GetMemoryPersistentMemoryUnitResult]
account_moid str
additional_properties str
admin_state str
ancestors Sequence[GetMemoryPersistentMemoryUnitAncestor]
app_direct_capacity str
array_id float
bank float
capacity str
class_id str
clock str
count_status str
create_time str
device_mo_id str
dn str
domain_group_moid str
firmware_version str
form_factor str
frozen_status str
health_state str
inventory_device_info GetMemoryPersistentMemoryUnitInventoryDeviceInfo
is_upgraded bool
latency str
location str
lock_status str
memory_array GetMemoryPersistentMemoryUnitMemoryArray
memory_capacity str
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 GetMemoryPersistentMemoryUnitParent
permission_resources Sequence[GetMemoryPersistentMemoryUnitPermissionResource]
persistent_memory_capacity str
presence str
previous_fru GetMemoryPersistentMemoryUnitPreviousFru
registered_device GetMemoryPersistentMemoryUnitRegisteredDevice
reserved_capacity str
revision str
rn str
security_status str
serial str
set float
shared_scope str
socket_id str
socket_memory_id str
speed str
tags Sequence[GetMemoryPersistentMemoryUnitTag]
thermal str
total_capacity str
type str
uid str
vendor str
version_context GetMemoryPersistentMemoryUnitVersionContext
visibility str
width str
id String
results List<Property Map>
accountMoid String
additionalProperties String
adminState String
ancestors List<Property Map>
appDirectCapacity String
arrayId Number
bank Number
capacity String
classId String
clock String
countStatus String
createTime String
deviceMoId String
dn String
domainGroupMoid String
firmwareVersion String
formFactor String
frozenStatus String
healthState String
inventoryDeviceInfo Property Map
isUpgraded Boolean
latency String
location String
lockStatus String
memoryArray Property Map
memoryCapacity String
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
permissionResources List<Property Map>
persistentMemoryCapacity String
presence String
previousFru Property Map
registeredDevice Property Map
reservedCapacity String
revision String
rn String
securityStatus String
serial String
set Number
sharedScope String
socketId String
socketMemoryId String
speed String
tags List<Property Map>
thermal String
totalCapacity String
type String
uid String
vendor String
versionContext Property Map
visibility String
width String

Supporting Types

GetMemoryPersistentMemoryUnitAncestor

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

GetMemoryPersistentMemoryUnitInventoryDeviceInfo

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

GetMemoryPersistentMemoryUnitMemoryArray

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

GetMemoryPersistentMemoryUnitParent

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

GetMemoryPersistentMemoryUnitPermissionResource

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

GetMemoryPersistentMemoryUnitPreviousFru

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

GetMemoryPersistentMemoryUnitRegisteredDevice

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

GetMemoryPersistentMemoryUnitResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AdminState This property is required. string
This represents the administrative state of the memory unit on a server.
Ancestors This property is required. List<GetMemoryPersistentMemoryUnitResultAncestor>
AppDirectCapacity This property is required. string
AppDirect capacity in GiB of the Persistent Memory Module on a server.
ArrayId This property is required. double
This represents the memory array to which the memory unit belongs to.
Bank This property is required. double
This represents the memory bank of the memory unit on a server.
Capacity This property is required. string
This represents the memory capacity in MiB of the memory unit on a server.
ClassId This property is required. string
Clock This property is required. string
This represents the clock of the memory unit on a server.
CountStatus This property is required. string
Count status of the Persistent Memory Module on a server.
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FirmwareVersion This property is required. string
Firmware version of the firware running on the Persistent Memory Module on a server.
FormFactor This property is required. string
This represents the form factor of the memory unit on a server.
FrozenStatus This property is required. string
Frozen status of the Persistent Memory Module on a server.
HealthState This property is required. string
Health state of the Persistent Memory Module on a server.
InventoryDeviceInfos This property is required. List<GetMemoryPersistentMemoryUnitResultInventoryDeviceInfo>
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
Latency This property is required. string
This represents the latency of the memory unit on a server.
Location This property is required. string
This represents the location of the memory unit on a server.
LockStatus This property is required. string
Lock status of the Persistent Memory Module on a server.
MemoryArrays This property is required. List<GetMemoryPersistentMemoryUnitResultMemoryArray>
MemoryCapacity This property is required. string
Memory capacity in GiB of the Persistent Memory Module on a server.
MemoryId This property is required. double
ID of the Persistent Memory Module on a server.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
OperPowerState This property is required. string
This represents the operational power state of the memory unit on a server.
OperReasons This property is required. List<string>
OperState This property is required. string
This represents the operational state of the memory unit on a server.
Operability This property is required. string
This represents the operability of the memory unit on a server.
Owners This property is required. List<string>
Parents This property is required. List<GetMemoryPersistentMemoryUnitResultParent>
PermissionResources This property is required. List<GetMemoryPersistentMemoryUnitResultPermissionResource>
PersistentMemoryCapacity This property is required. string
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. List<GetMemoryPersistentMemoryUnitResultPreviousFrus>
RegisteredDevices This property is required. List<GetMemoryPersistentMemoryUnitResultRegisteredDevice>
ReservedCapacity This property is required. string
Reserved capacity in GiB of the Persistent Memory Module on a server.
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
SecurityStatus This property is required. string
Security status of the Persistent Memory Module on a server.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
Set This property is required. double
This represents the set of the memory unit on a server.
SharedScope This property is required. 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.
SocketId This property is required. string
Socket ID of the Persistent Memory Module on a server.
SocketMemoryId This property is required. string
Socket Memory ID of the Persistent Memory Module on a server.
Speed This property is required. string
This represents the speed of the memory unit on a server.
Tags This property is required. List<GetMemoryPersistentMemoryUnitResultTag>
Thermal This property is required. string
This represents the thremal state of the memory unit on a server.
TotalCapacity This property is required. string
Total capacity in GiB of the Persistent Memory Module on a server.
Type This property is required. string
This represents the memory type of the memory unit on a server.
Uid This property is required. string
UID of the Persistent Memory Module on a server.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. List<GetMemoryPersistentMemoryUnitResultVersionContext>
Visibility This property is required. string
This represents the visibility of the memory unit on a server.
Width This property is required. string
This represents the width of the memory unit on a server.
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AdminState This property is required. string
This represents the administrative state of the memory unit on a server.
Ancestors This property is required. []GetMemoryPersistentMemoryUnitResultAncestor
AppDirectCapacity This property is required. string
AppDirect capacity in GiB of the Persistent Memory Module on a server.
ArrayId This property is required. float64
This represents the memory array to which the memory unit belongs to.
Bank This property is required. float64
This represents the memory bank of the memory unit on a server.
Capacity This property is required. string
This represents the memory capacity in MiB of the memory unit on a server.
ClassId This property is required. string
Clock This property is required. string
This represents the clock of the memory unit on a server.
CountStatus This property is required. string
Count status of the Persistent Memory Module on a server.
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FirmwareVersion This property is required. string
Firmware version of the firware running on the Persistent Memory Module on a server.
FormFactor This property is required. string
This represents the form factor of the memory unit on a server.
FrozenStatus This property is required. string
Frozen status of the Persistent Memory Module on a server.
HealthState This property is required. string
Health state of the Persistent Memory Module on a server.
InventoryDeviceInfos This property is required. []GetMemoryPersistentMemoryUnitResultInventoryDeviceInfo
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
Latency This property is required. string
This represents the latency of the memory unit on a server.
Location This property is required. string
This represents the location of the memory unit on a server.
LockStatus This property is required. string
Lock status of the Persistent Memory Module on a server.
MemoryArrays This property is required. []GetMemoryPersistentMemoryUnitResultMemoryArray
MemoryCapacity This property is required. string
Memory capacity in GiB of the Persistent Memory Module on a server.
MemoryId This property is required. float64
ID of the Persistent Memory Module on a server.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
OperPowerState This property is required. string
This represents the operational power state of the memory unit on a server.
OperReasons This property is required. []string
OperState This property is required. string
This represents the operational state of the memory unit on a server.
Operability This property is required. string
This represents the operability of the memory unit on a server.
Owners This property is required. []string
Parents This property is required. []GetMemoryPersistentMemoryUnitResultParent
PermissionResources This property is required. []GetMemoryPersistentMemoryUnitResultPermissionResource
PersistentMemoryCapacity This property is required. string
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. []GetMemoryPersistentMemoryUnitResultPreviousFrus
RegisteredDevices This property is required. []GetMemoryPersistentMemoryUnitResultRegisteredDevice
ReservedCapacity This property is required. string
Reserved capacity in GiB of the Persistent Memory Module on a server.
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
SecurityStatus This property is required. string
Security status of the Persistent Memory Module on a server.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
Set This property is required. float64
This represents the set of the memory unit on a server.
SharedScope This property is required. 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.
SocketId This property is required. string
Socket ID of the Persistent Memory Module on a server.
SocketMemoryId This property is required. string
Socket Memory ID of the Persistent Memory Module on a server.
Speed This property is required. string
This represents the speed of the memory unit on a server.
Tags This property is required. []GetMemoryPersistentMemoryUnitResultTag
Thermal This property is required. string
This represents the thremal state of the memory unit on a server.
TotalCapacity This property is required. string
Total capacity in GiB of the Persistent Memory Module on a server.
Type This property is required. string
This represents the memory type of the memory unit on a server.
Uid This property is required. string
UID of the Persistent Memory Module on a server.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. []GetMemoryPersistentMemoryUnitResultVersionContext
Visibility This property is required. string
This represents the visibility of the memory unit on a server.
Width This property is required. string
This represents the width of the memory unit on a server.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
adminState This property is required. String
This represents the administrative state of the memory unit on a server.
ancestors This property is required. List<GetMemoryPersistentMemoryUnitResultAncestor>
appDirectCapacity This property is required. String
AppDirect capacity in GiB of the Persistent Memory Module on a server.
arrayId This property is required. Double
This represents the memory array to which the memory unit belongs to.
bank This property is required. Double
This represents the memory bank of the memory unit on a server.
capacity This property is required. String
This represents the memory capacity in MiB of the memory unit on a server.
classId This property is required. String
clock This property is required. String
This represents the clock of the memory unit on a server.
countStatus This property is required. String
Count status of the Persistent Memory Module on a server.
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
firmwareVersion This property is required. String
Firmware version of the firware running on the Persistent Memory Module on a server.
formFactor This property is required. String
This represents the form factor of the memory unit on a server.
frozenStatus This property is required. String
Frozen status of the Persistent Memory Module on a server.
healthState This property is required. String
Health state of the Persistent Memory Module on a server.
inventoryDeviceInfos This property is required. List<GetMemoryPersistentMemoryUnitResultInventoryDeviceInfo>
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
latency This property is required. String
This represents the latency of the memory unit on a server.
location This property is required. String
This represents the location of the memory unit on a server.
lockStatus This property is required. String
Lock status of the Persistent Memory Module on a server.
memoryArrays This property is required. List<GetMemoryPersistentMemoryUnitResultMemoryArray>
memoryCapacity This property is required. String
Memory capacity in GiB of the Persistent Memory Module on a server.
memoryId This property is required. Double
ID of the Persistent Memory Module on a server.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
operPowerState This property is required. String
This represents the operational power state of the memory unit on a server.
operReasons This property is required. List<String>
operState This property is required. String
This represents the operational state of the memory unit on a server.
operability This property is required. String
This represents the operability of the memory unit on a server.
owners This property is required. List<String>
parents This property is required. List<GetMemoryPersistentMemoryUnitResultParent>
permissionResources This property is required. List<GetMemoryPersistentMemoryUnitResultPermissionResource>
persistentMemoryCapacity This property is required. String
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<GetMemoryPersistentMemoryUnitResultPreviousFrus>
registeredDevices This property is required. List<GetMemoryPersistentMemoryUnitResultRegisteredDevice>
reservedCapacity This property is required. String
Reserved capacity in GiB of the Persistent Memory Module on a server.
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
securityStatus This property is required. String
Security status of the Persistent Memory Module on a server.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
set This property is required. Double
This represents the set of the memory unit on a server.
sharedScope This property is required. 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.
socketId This property is required. String
Socket ID of the Persistent Memory Module on a server.
socketMemoryId This property is required. String
Socket Memory ID of the Persistent Memory Module on a server.
speed This property is required. String
This represents the speed of the memory unit on a server.
tags This property is required. List<GetMemoryPersistentMemoryUnitResultTag>
thermal This property is required. String
This represents the thremal state of the memory unit on a server.
totalCapacity This property is required. String
Total capacity in GiB of the Persistent Memory Module on a server.
type This property is required. String
This represents the memory type of the memory unit on a server.
uid This property is required. String
UID of the Persistent Memory Module on a server.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<GetMemoryPersistentMemoryUnitResultVersionContext>
visibility This property is required. String
This represents the visibility of the memory unit on a server.
width This property is required. String
This represents the width of the memory unit on a server.
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
adminState This property is required. string
This represents the administrative state of the memory unit on a server.
ancestors This property is required. GetMemoryPersistentMemoryUnitResultAncestor[]
appDirectCapacity This property is required. string
AppDirect capacity in GiB of the Persistent Memory Module on a server.
arrayId This property is required. number
This represents the memory array to which the memory unit belongs to.
bank This property is required. number
This represents the memory bank of the memory unit on a server.
capacity This property is required. string
This represents the memory capacity in MiB of the memory unit on a server.
classId This property is required. string
clock This property is required. string
This represents the clock of the memory unit on a server.
countStatus This property is required. string
Count status of the Persistent Memory Module on a server.
createTime This property is required. string
The time when this managed object was created.
deviceMoId This property is required. string
The database identifier of the registered device of an object.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
firmwareVersion This property is required. string
Firmware version of the firware running on the Persistent Memory Module on a server.
formFactor This property is required. string
This represents the form factor of the memory unit on a server.
frozenStatus This property is required. string
Frozen status of the Persistent Memory Module on a server.
healthState This property is required. string
Health state of the Persistent Memory Module on a server.
inventoryDeviceInfos This property is required. GetMemoryPersistentMemoryUnitResultInventoryDeviceInfo[]
isUpgraded This property is required. boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
latency This property is required. string
This represents the latency of the memory unit on a server.
location This property is required. string
This represents the location of the memory unit on a server.
lockStatus This property is required. string
Lock status of the Persistent Memory Module on a server.
memoryArrays This property is required. GetMemoryPersistentMemoryUnitResultMemoryArray[]
memoryCapacity This property is required. string
Memory capacity in GiB of the Persistent Memory Module on a server.
memoryId This property is required. number
ID of the Persistent Memory Module on a server.
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
This field displays the model number of the associated component or hardware.
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
operPowerState This property is required. string
This represents the operational power state of the memory unit on a server.
operReasons This property is required. string[]
operState This property is required. string
This represents the operational state of the memory unit on a server.
operability This property is required. string
This represents the operability of the memory unit on a server.
owners This property is required. string[]
parents This property is required. GetMemoryPersistentMemoryUnitResultParent[]
permissionResources This property is required. GetMemoryPersistentMemoryUnitResultPermissionResource[]
persistentMemoryCapacity This property is required. string
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. GetMemoryPersistentMemoryUnitResultPreviousFrus[]
registeredDevices This property is required. GetMemoryPersistentMemoryUnitResultRegisteredDevice[]
reservedCapacity This property is required. string
Reserved capacity in GiB of the Persistent Memory Module on a server.
revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
securityStatus This property is required. string
Security status of the Persistent Memory Module on a server.
serial This property is required. string
This field displays the serial number of the associated component or hardware.
set This property is required. number
This represents the set of the memory unit on a server.
sharedScope This property is required. 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.
socketId This property is required. string
Socket ID of the Persistent Memory Module on a server.
socketMemoryId This property is required. string
Socket Memory ID of the Persistent Memory Module on a server.
speed This property is required. string
This represents the speed of the memory unit on a server.
tags This property is required. GetMemoryPersistentMemoryUnitResultTag[]
thermal This property is required. string
This represents the thremal state of the memory unit on a server.
totalCapacity This property is required. string
Total capacity in GiB of the Persistent Memory Module on a server.
type This property is required. string
This represents the memory type of the memory unit on a server.
uid This property is required. string
UID of the Persistent Memory Module on a server.
vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. GetMemoryPersistentMemoryUnitResultVersionContext[]
visibility This property is required. string
This represents the visibility of the memory unit on a server.
width This property is required. string
This represents the width of the memory unit on a server.
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
admin_state This property is required. str
This represents the administrative state of the memory unit on a server.
ancestors This property is required. Sequence[GetMemoryPersistentMemoryUnitResultAncestor]
app_direct_capacity This property is required. str
AppDirect capacity in GiB of the Persistent Memory Module on a server.
array_id This property is required. float
This represents the memory array to which the memory unit belongs to.
bank This property is required. float
This represents the memory bank of the memory unit on a server.
capacity This property is required. str
This represents the memory capacity in MiB of the memory unit on a server.
class_id This property is required. str
clock This property is required. str
This represents the clock of the memory unit on a server.
count_status This property is required. str
Count status of the Persistent Memory Module on a server.
create_time This property is required. str
The time when this managed object was created.
device_mo_id This property is required. str
The database identifier of the registered device of an object.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
firmware_version This property is required. str
Firmware version of the firware running on the Persistent Memory Module on a server.
form_factor This property is required. str
This represents the form factor of the memory unit on a server.
frozen_status This property is required. str
Frozen status of the Persistent Memory Module on a server.
health_state This property is required. str
Health state of the Persistent Memory Module on a server.
inventory_device_infos This property is required. Sequence[GetMemoryPersistentMemoryUnitResultInventoryDeviceInfo]
is_upgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
latency This property is required. str
This represents the latency of the memory unit on a server.
location This property is required. str
This represents the location of the memory unit on a server.
lock_status This property is required. str
Lock status of the Persistent Memory Module on a server.
memory_arrays This property is required. Sequence[GetMemoryPersistentMemoryUnitResultMemoryArray]
memory_capacity This property is required. str
Memory capacity in GiB of the Persistent Memory Module on a server.
memory_id This property is required. float
ID of the Persistent Memory Module on a server.
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
This field displays the model number of the associated component or hardware.
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
oper_power_state This property is required. str
This represents the operational power state of the memory unit on a server.
oper_reasons This property is required. Sequence[str]
oper_state This property is required. str
This represents the operational state of the memory unit on a server.
operability This property is required. str
This represents the operability of the memory unit on a server.
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetMemoryPersistentMemoryUnitResultParent]
permission_resources This property is required. Sequence[GetMemoryPersistentMemoryUnitResultPermissionResource]
persistent_memory_capacity This property is required. str
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence This property is required. str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_frus This property is required. Sequence[GetMemoryPersistentMemoryUnitResultPreviousFrus]
registered_devices This property is required. Sequence[GetMemoryPersistentMemoryUnitResultRegisteredDevice]
reserved_capacity This property is required. str
Reserved capacity in GiB of the Persistent Memory Module on a server.
revision This property is required. str
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
security_status This property is required. str
Security status of the Persistent Memory Module on a server.
serial This property is required. str
This field displays the serial number of the associated component or hardware.
set This property is required. float
This represents the set of the memory unit on a server.
shared_scope This property is required. 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.
socket_id This property is required. str
Socket ID of the Persistent Memory Module on a server.
socket_memory_id This property is required. str
Socket Memory ID of the Persistent Memory Module on a server.
speed This property is required. str
This represents the speed of the memory unit on a server.
tags This property is required. Sequence[GetMemoryPersistentMemoryUnitResultTag]
thermal This property is required. str
This represents the thremal state of the memory unit on a server.
total_capacity This property is required. str
Total capacity in GiB of the Persistent Memory Module on a server.
type This property is required. str
This represents the memory type of the memory unit on a server.
uid This property is required. str
UID of the Persistent Memory Module on a server.
vendor This property is required. str
This field displays the vendor information of the associated component or hardware.
version_contexts This property is required. Sequence[GetMemoryPersistentMemoryUnitResultVersionContext]
visibility This property is required. str
This represents the visibility of the memory unit on a server.
width This property is required. str
This represents the width of the memory unit on a server.
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
adminState This property is required. String
This represents the administrative state of the memory unit on a server.
ancestors This property is required. List<Property Map>
appDirectCapacity This property is required. String
AppDirect capacity in GiB of the Persistent Memory Module on a server.
arrayId This property is required. Number
This represents the memory array to which the memory unit belongs to.
bank This property is required. Number
This represents the memory bank of the memory unit on a server.
capacity This property is required. String
This represents the memory capacity in MiB of the memory unit on a server.
classId This property is required. String
clock This property is required. String
This represents the clock of the memory unit on a server.
countStatus This property is required. String
Count status of the Persistent Memory Module on a server.
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
firmwareVersion This property is required. String
Firmware version of the firware running on the Persistent Memory Module on a server.
formFactor This property is required. String
This represents the form factor of the memory unit on a server.
frozenStatus This property is required. String
Frozen status of the Persistent Memory Module on a server.
healthState This property is required. String
Health state of the Persistent Memory Module on a server.
inventoryDeviceInfos This property is required. List<Property Map>
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
latency This property is required. String
This represents the latency of the memory unit on a server.
location This property is required. String
This represents the location of the memory unit on a server.
lockStatus This property is required. String
Lock status of the Persistent Memory Module on a server.
memoryArrays This property is required. List<Property Map>
memoryCapacity This property is required. String
Memory capacity in GiB of the Persistent Memory Module on a server.
memoryId This property is required. Number
ID of the Persistent Memory Module on a server.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
operPowerState This property is required. String
This represents the operational power state of the memory unit on a server.
operReasons This property is required. List<String>
operState This property is required. String
This represents the operational state of the memory unit on a server.
operability This property is required. String
This represents the operability of the memory unit on a server.
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
persistentMemoryCapacity This property is required. String
Persistent Memory capacity in GiB of the Persistent Memory Module on a server.
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
reservedCapacity This property is required. String
Reserved capacity in GiB of the Persistent Memory Module on a server.
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
securityStatus This property is required. String
Security status of the Persistent Memory Module on a server.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
set This property is required. Number
This represents the set of the memory unit on a server.
sharedScope This property is required. 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.
socketId This property is required. String
Socket ID of the Persistent Memory Module on a server.
socketMemoryId This property is required. String
Socket Memory ID of the Persistent Memory Module on a server.
speed This property is required. String
This represents the speed of the memory unit on a server.
tags This property is required. List<Property Map>
thermal This property is required. String
This represents the thremal state of the memory unit on a server.
totalCapacity This property is required. String
Total capacity in GiB of the Persistent Memory Module on a server.
type This property is required. String
This represents the memory type of the memory unit on a server.
uid This property is required. String
UID of the Persistent Memory Module on a server.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<Property Map>
visibility This property is required. String
This represents the visibility of the memory unit on a server.
width This property is required. String
This represents the width of the memory unit on a server.

GetMemoryPersistentMemoryUnitResultAncestor

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

GetMemoryPersistentMemoryUnitResultInventoryDeviceInfo

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

GetMemoryPersistentMemoryUnitResultMemoryArray

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

GetMemoryPersistentMemoryUnitResultParent

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

GetMemoryPersistentMemoryUnitResultPermissionResource

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

GetMemoryPersistentMemoryUnitResultPreviousFrus

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

GetMemoryPersistentMemoryUnitResultRegisteredDevice

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

GetMemoryPersistentMemoryUnitResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetMemoryPersistentMemoryUnitResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetMemoryPersistentMemoryUnitResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetMemoryPersistentMemoryUnitResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetMemoryPersistentMemoryUnitResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetMemoryPersistentMemoryUnitResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetMemoryPersistentMemoryUnitResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetMemoryPersistentMemoryUnitResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetMemoryPersistentMemoryUnitResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetMemoryPersistentMemoryUnitResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetMemoryPersistentMemoryUnitResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetMemoryPersistentMemoryUnitResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetMemoryPersistentMemoryUnitResultVersionContextInterestedMo

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

GetMemoryPersistentMemoryUnitResultVersionContextRefMo

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

GetMemoryPersistentMemoryUnitTag

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.

GetMemoryPersistentMemoryUnitVersionContext

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<GetMemoryPersistentMemoryUnitVersionContextInterestedMo>
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 GetMemoryPersistentMemoryUnitVersionContextRefMo
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 []GetMemoryPersistentMemoryUnitVersionContextInterestedMo
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 GetMemoryPersistentMemoryUnitVersionContextRefMo
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<GetMemoryPersistentMemoryUnitVersionContextInterestedMo>
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 GetMemoryPersistentMemoryUnitVersionContextRefMo
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 GetMemoryPersistentMemoryUnitVersionContextInterestedMo[]
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 GetMemoryPersistentMemoryUnitVersionContextRefMo
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[GetMemoryPersistentMemoryUnitVersionContextInterestedMo]
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 GetMemoryPersistentMemoryUnitVersionContextRefMo
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.

GetMemoryPersistentMemoryUnitVersionContextInterestedMo

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

GetMemoryPersistentMemoryUnitVersionContextRefMo

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.