intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getMemoryUnit
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
This represents a memory DIMM on a server.
Using getMemoryUnit
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMemoryUnit(args: GetMemoryUnitArgs, opts?: InvokeOptions): Promise<GetMemoryUnitResult>
function getMemoryUnitOutput(args: GetMemoryUnitOutputArgs, opts?: InvokeOptions): Output<GetMemoryUnitResult>
def get_memory_unit(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
admin_state: Optional[str] = None,
ancestors: Optional[Sequence[GetMemoryUnitAncestor]] = None,
array_id: Optional[float] = None,
bank: Optional[float] = None,
capacity: Optional[str] = None,
class_id: Optional[str] = None,
clock: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
form_factor: Optional[str] = None,
id: Optional[str] = None,
inventory_device_info: Optional[GetMemoryUnitInventoryDeviceInfo] = None,
is_platform_supported: Optional[bool] = None,
is_upgraded: Optional[bool] = None,
latency: Optional[str] = None,
location: Optional[str] = None,
memory_array: Optional[GetMemoryUnitMemoryArray] = None,
memory_id: Optional[float] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
oper_power_state: Optional[str] = None,
oper_reasons: Optional[Sequence[str]] = None,
oper_state: Optional[str] = None,
operability: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetMemoryUnitParent] = None,
part_number: Optional[str] = None,
permission_resources: Optional[Sequence[GetMemoryUnitPermissionResource]] = None,
pid: Optional[str] = None,
presence: Optional[str] = None,
previous_fru: Optional[GetMemoryUnitPreviousFru] = None,
registered_device: Optional[GetMemoryUnitRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
serial: Optional[str] = None,
set: Optional[float] = None,
shared_scope: Optional[str] = None,
speed: Optional[str] = None,
tags: Optional[Sequence[GetMemoryUnitTag]] = None,
thermal: Optional[str] = None,
type: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetMemoryUnitVersionContext] = None,
visibility: Optional[str] = None,
width: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMemoryUnitResult
def get_memory_unit_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
admin_state: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryUnitAncestorArgs]]]] = None,
array_id: Optional[pulumi.Input[float]] = None,
bank: Optional[pulumi.Input[float]] = None,
capacity: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
clock: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
form_factor: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
inventory_device_info: Optional[pulumi.Input[GetMemoryUnitInventoryDeviceInfoArgs]] = None,
is_platform_supported: Optional[pulumi.Input[bool]] = None,
is_upgraded: Optional[pulumi.Input[bool]] = None,
latency: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
memory_array: Optional[pulumi.Input[GetMemoryUnitMemoryArrayArgs]] = None,
memory_id: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_power_state: Optional[pulumi.Input[str]] = None,
oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
operability: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetMemoryUnitParentArgs]] = None,
part_number: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryUnitPermissionResourceArgs]]]] = None,
pid: Optional[pulumi.Input[str]] = None,
presence: Optional[pulumi.Input[str]] = None,
previous_fru: Optional[pulumi.Input[GetMemoryUnitPreviousFruArgs]] = None,
registered_device: Optional[pulumi.Input[GetMemoryUnitRegisteredDeviceArgs]] = None,
revision: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
set: Optional[pulumi.Input[float]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
speed: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryUnitTagArgs]]]] = None,
thermal: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetMemoryUnitVersionContextArgs]] = None,
visibility: Optional[pulumi.Input[str]] = None,
width: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMemoryUnitResult]
func LookupMemoryUnit(ctx *Context, args *LookupMemoryUnitArgs, opts ...InvokeOption) (*LookupMemoryUnitResult, error)
func LookupMemoryUnitOutput(ctx *Context, args *LookupMemoryUnitOutputArgs, opts ...InvokeOption) LookupMemoryUnitResultOutput
> Note: This function is named LookupMemoryUnit
in the Go SDK.
public static class GetMemoryUnit
{
public static Task<GetMemoryUnitResult> InvokeAsync(GetMemoryUnitArgs args, InvokeOptions? opts = null)
public static Output<GetMemoryUnitResult> Invoke(GetMemoryUnitInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMemoryUnitResult> getMemoryUnit(GetMemoryUnitArgs args, InvokeOptions options)
public static Output<GetMemoryUnitResult> getMemoryUnit(GetMemoryUnitArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getMemoryUnit:getMemoryUnit
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - This represents the administrative state of the memory unit on a server.
- Ancestors
List<Get
Memory Unit Ancestor> - Array
Id 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.
- Class
Id string - Clock string
- This represents the clock of the memory unit on a server.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the DIMM.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Form
Factor string - This represents the form factor of the memory unit on a server.
- Id string
- Inventory
Device GetInfo Memory Unit Inventory Device Info - Is
Platform boolSupported - This field indicates whether the DIMM is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Latency 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.
- Memory
Array GetMemory Unit Memory Array - Memory
Id double - This represents the ID of a regular DIMM on a server.
- Mod
Time 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.
- Object
Type string - Oper
Power stringState - This represents the operational power state of the memory unit on a server.
- Oper
Reasons List<string> - Oper
State 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
Get
Memory Unit Parent - Part
Number string - This field displays the part number of the DIMM.
- Permission
Resources List<GetMemory Unit Permission Resource> - Pid string
- This field displays the product ID of the DIMM.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetMemory Unit Previous Fru - Registered
Device GetMemory Unit Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- Set double
- This represents the set of the memory unit on a server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Speed string
- This represents the speed of the memory unit on a server.
- List<Get
Memory Unit Tag> - Thermal string
- This represents the thremal state of the memory unit on a server.
- Type string
- This represents the memory type of the memory unit on a server.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetMemory Unit Version Context - 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 string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - This represents the administrative state of the memory unit on a server.
- Ancestors
[]Get
Memory Unit Ancestor - Array
Id 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.
- Class
Id string - Clock string
- This represents the clock of the memory unit on a server.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the DIMM.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Form
Factor string - This represents the form factor of the memory unit on a server.
- Id string
- Inventory
Device GetInfo Memory Unit Inventory Device Info - Is
Platform boolSupported - This field indicates whether the DIMM is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Latency 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.
- Memory
Array GetMemory Unit Memory Array - Memory
Id float64 - This represents the ID of a regular DIMM on a server.
- Mod
Time 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.
- Object
Type string - Oper
Power stringState - This represents the operational power state of the memory unit on a server.
- Oper
Reasons []string - Oper
State 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
Get
Memory Unit Parent - Part
Number string - This field displays the part number of the DIMM.
- Permission
Resources []GetMemory Unit Permission Resource - Pid string
- This field displays the product ID of the DIMM.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetMemory Unit Previous Fru - Registered
Device GetMemory Unit Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- Set float64
- This represents the set of the memory unit on a server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Speed string
- This represents the speed of the memory unit on a server.
- []Get
Memory Unit Tag - Thermal string
- This represents the thremal state of the memory unit on a server.
- Type string
- This represents the memory type of the memory unit on a server.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetMemory Unit Version Context - 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 String - The Account ID for this managed object.
- additional
Properties String - admin
State String - This represents the administrative state of the memory unit on a server.
- ancestors
List<Get
Memory Unit Ancestor> - array
Id 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.
- class
Id String - clock String
- This represents the clock of the memory unit on a server.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the DIMM.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- form
Factor String - This represents the form factor of the memory unit on a server.
- id String
- inventory
Device GetInfo Memory Unit Inventory Device Info - is
Platform BooleanSupported - This field indicates whether the DIMM is supported on the server or not.
- is
Upgraded 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.
- memory
Array GetMemory Unit Memory Array - memory
Id Double - This represents the ID of a regular DIMM on a server.
- mod
Time 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.
- object
Type String - oper
Power StringState - This represents the operational power state of the memory unit on a server.
- oper
Reasons List<String> - oper
State 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
Get
Memory Unit Parent - part
Number String - This field displays the part number of the DIMM.
- permission
Resources List<GetMemory Unit Permission Resource> - pid String
- This field displays the product ID of the DIMM.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetMemory Unit Previous Fru - registered
Device GetMemory Unit Registered Device - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- set Double
- This represents the set of the memory unit on a server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed String
- This represents the speed of the memory unit on a server.
- List<Get
Memory Unit Tag> - thermal String
- This represents the thremal state of the memory unit on a server.
- type String
- This represents the memory type of the memory unit on a server.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetMemory Unit Version Context - 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 string - The Account ID for this managed object.
- additional
Properties string - admin
State string - This represents the administrative state of the memory unit on a server.
- ancestors
Get
Memory Unit Ancestor[] - array
Id 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.
- class
Id string - clock string
- This represents the clock of the memory unit on a server.
- create
Time string - The time when this managed object was created.
- description string
- This field displays the description of the DIMM.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- form
Factor string - This represents the form factor of the memory unit on a server.
- id string
- inventory
Device GetInfo Memory Unit Inventory Device Info - is
Platform booleanSupported - This field indicates whether the DIMM is supported on the server or not.
- is
Upgraded 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.
- memory
Array GetMemory Unit Memory Array - memory
Id number - This represents the ID of a regular DIMM on a server.
- mod
Time 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.
- object
Type string - oper
Power stringState - This represents the operational power state of the memory unit on a server.
- oper
Reasons string[] - oper
State 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
Get
Memory Unit Parent - part
Number string - This field displays the part number of the DIMM.
- permission
Resources GetMemory Unit Permission Resource[] - pid string
- This field displays the product ID of the DIMM.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetMemory Unit Previous Fru - registered
Device GetMemory Unit Registered Device - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- set number
- This represents the set of the memory unit on a server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed string
- This represents the speed of the memory unit on a server.
- Get
Memory Unit Tag[] - thermal string
- This represents the thremal state of the memory unit on a server.
- type string
- This represents the memory type of the memory unit on a server.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetMemory Unit Version Context - 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[Get
Memory Unit Ancestor] - array_
id float - This represents the memory array to which the memory unit belongs to.
- bank float
- This represents the memory bank of the memory unit on a server.
- capacity str
- This represents the memory capacity in MiB of the memory unit on a server.
- class_
id str - clock str
- This represents the clock of the memory unit on a server.
- create_
time str - The time when this managed object was created.
- description str
- This field displays the description of the DIMM.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- form_
factor str - This represents the form factor of the memory unit on a server.
- id str
- inventory_
device_ Getinfo Memory Unit Inventory Device Info - is_
platform_ boolsupported - This field indicates whether the DIMM is supported on the server or not.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- latency str
- This represents the latency of the memory unit on a server.
- location str
- This represents the location of the memory unit on a server.
- memory_
array GetMemory Unit Memory Array - memory_
id float - This represents the ID of a regular DIMM on a server.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - oper_
power_ strstate - 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
Get
Memory Unit Parent - part_
number str - This field displays the part number of the DIMM.
- permission_
resources Sequence[GetMemory Unit Permission Resource] - pid str
- This field displays the product ID of the DIMM.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru GetMemory Unit Previous Fru - registered_
device GetMemory Unit Registered Device - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- set float
- This represents the set of the memory unit on a server.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed str
- This represents the speed of the memory unit on a server.
- Sequence[Get
Memory Unit Tag] - thermal str
- This represents the thremal state of the memory unit on a server.
- type str
- This represents the memory type of the memory unit on a server.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetMemory Unit Version Context - 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.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
State String - This represents the administrative state of the memory unit on a server.
- ancestors List<Property Map>
- array
Id 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.
- class
Id String - clock String
- This represents the clock of the memory unit on a server.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the DIMM.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- form
Factor String - This represents the form factor of the memory unit on a server.
- id String
- inventory
Device Property MapInfo - is
Platform BooleanSupported - This field indicates whether the DIMM is supported on the server or not.
- is
Upgraded 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.
- memory
Array Property Map - memory
Id Number - This represents the ID of a regular DIMM on a server.
- mod
Time 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.
- object
Type String - oper
Power StringState - This represents the operational power state of the memory unit on a server.
- oper
Reasons List<String> - oper
State 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
- part
Number String - This field displays the part number of the DIMM.
- permission
Resources List<Property Map> - pid String
- This field displays the product ID of the DIMM.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - registered
Device Property Map - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- set Number
- This represents the set of the memory unit on a server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed String
- This represents the speed of the memory unit on a server.
- List<Property Map>
- thermal String
- This represents the thremal state of the memory unit on a server.
- type String
- This represents the memory type of the memory unit on a server.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map - visibility String
- This represents the visibility of the memory unit on a server.
- width String
- This represents the width of the memory unit on a server.
getMemoryUnit Result
The following output properties are available:
- Id string
- Results
List<Get
Memory Unit Result> - Account
Moid string - Additional
Properties string - Admin
State string - Ancestors
List<Get
Memory Unit Ancestor> - Array
Id double - Bank double
- Capacity string
- Class
Id string - Clock string
- Create
Time string - Description string
- Device
Mo stringId - Dn string
- Domain
Group stringMoid - Form
Factor string - Inventory
Device GetInfo Memory Unit Inventory Device Info - Is
Platform boolSupported - Is
Upgraded bool - Latency string
- Location string
- Memory
Array GetMemory Unit Memory Array - Memory
Id double - Mod
Time string - Model string
- Moid string
- Object
Type string - Oper
Power stringState - Oper
Reasons List<string> - Oper
State string - Operability string
- Owners List<string>
- Parent
Get
Memory Unit Parent - Part
Number string - Permission
Resources List<GetMemory Unit Permission Resource> - Pid string
- Presence string
- Previous
Fru GetMemory Unit Previous Fru - Registered
Device GetMemory Unit Registered Device - Revision string
- Rn string
- Serial string
- Set double
- string
- Speed string
- List<Get
Memory Unit Tag> - Thermal string
- Type string
- Vendor string
- Version
Context GetMemory Unit Version Context - Visibility string
- Width string
- Id string
- Results
[]Get
Memory Unit Result - Account
Moid string - Additional
Properties string - Admin
State string - Ancestors
[]Get
Memory Unit Ancestor - Array
Id float64 - Bank float64
- Capacity string
- Class
Id string - Clock string
- Create
Time string - Description string
- Device
Mo stringId - Dn string
- Domain
Group stringMoid - Form
Factor string - Inventory
Device GetInfo Memory Unit Inventory Device Info - Is
Platform boolSupported - Is
Upgraded bool - Latency string
- Location string
- Memory
Array GetMemory Unit Memory Array - Memory
Id float64 - Mod
Time string - Model string
- Moid string
- Object
Type string - Oper
Power stringState - Oper
Reasons []string - Oper
State string - Operability string
- Owners []string
- Parent
Get
Memory Unit Parent - Part
Number string - Permission
Resources []GetMemory Unit Permission Resource - Pid string
- Presence string
- Previous
Fru GetMemory Unit Previous Fru - Registered
Device GetMemory Unit Registered Device - Revision string
- Rn string
- Serial string
- Set float64
- string
- Speed string
- []Get
Memory Unit Tag - Thermal string
- Type string
- Vendor string
- Version
Context GetMemory Unit Version Context - Visibility string
- Width string
- id String
- results
List<Get
Memory Unit Result> - account
Moid String - additional
Properties String - admin
State String - ancestors
List<Get
Memory Unit Ancestor> - array
Id Double - bank Double
- capacity String
- class
Id String - clock String
- create
Time String - description String
- device
Mo StringId - dn String
- domain
Group StringMoid - form
Factor String - inventory
Device GetInfo Memory Unit Inventory Device Info - is
Platform BooleanSupported - is
Upgraded Boolean - latency String
- location String
- memory
Array GetMemory Unit Memory Array - memory
Id Double - mod
Time String - model String
- moid String
- object
Type String - oper
Power StringState - oper
Reasons List<String> - oper
State String - operability String
- owners List<String>
- parent
Get
Memory Unit Parent - part
Number String - permission
Resources List<GetMemory Unit Permission Resource> - pid String
- presence String
- previous
Fru GetMemory Unit Previous Fru - registered
Device GetMemory Unit Registered Device - revision String
- rn String
- serial String
- set Double
- String
- speed String
- List<Get
Memory Unit Tag> - thermal String
- type String
- vendor String
- version
Context GetMemory Unit Version Context - visibility String
- width String
- id string
- results
Get
Memory Unit Result[] - account
Moid string - additional
Properties string - admin
State string - ancestors
Get
Memory Unit Ancestor[] - array
Id number - bank number
- capacity string
- class
Id string - clock string
- create
Time string - description string
- device
Mo stringId - dn string
- domain
Group stringMoid - form
Factor string - inventory
Device GetInfo Memory Unit Inventory Device Info - is
Platform booleanSupported - is
Upgraded boolean - latency string
- location string
- memory
Array GetMemory Unit Memory Array - memory
Id number - mod
Time string - model string
- moid string
- object
Type string - oper
Power stringState - oper
Reasons string[] - oper
State string - operability string
- owners string[]
- parent
Get
Memory Unit Parent - part
Number string - permission
Resources GetMemory Unit Permission Resource[] - pid string
- presence string
- previous
Fru GetMemory Unit Previous Fru - registered
Device GetMemory Unit Registered Device - revision string
- rn string
- serial string
- set number
- string
- speed string
- Get
Memory Unit Tag[] - thermal string
- type string
- vendor string
- version
Context GetMemory Unit Version Context - visibility string
- width string
- id str
- results
Sequence[Get
Memory Unit Result] - account_
moid str - additional_
properties str - admin_
state str - ancestors
Sequence[Get
Memory Unit Ancestor] - array_
id float - bank float
- capacity str
- class_
id str - clock str
- create_
time str - description str
- device_
mo_ strid - dn str
- domain_
group_ strmoid - form_
factor str - inventory_
device_ Getinfo Memory Unit Inventory Device Info - is_
platform_ boolsupported - is_
upgraded bool - latency str
- location str
- memory_
array GetMemory Unit Memory Array - memory_
id float - mod_
time str - model str
- moid str
- object_
type str - oper_
power_ strstate - oper_
reasons Sequence[str] - oper_
state str - operability str
- owners Sequence[str]
- parent
Get
Memory Unit Parent - part_
number str - permission_
resources Sequence[GetMemory Unit Permission Resource] - pid str
- presence str
- previous_
fru GetMemory Unit Previous Fru - registered_
device GetMemory Unit Registered Device - revision str
- rn str
- serial str
- set float
- str
- speed str
- Sequence[Get
Memory Unit Tag] - thermal str
- type str
- vendor str
- version_
context GetMemory Unit Version Context - visibility str
- width str
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - admin
State String - ancestors List<Property Map>
- array
Id Number - bank Number
- capacity String
- class
Id String - clock String
- create
Time String - description String
- device
Mo StringId - dn String
- domain
Group StringMoid - form
Factor String - inventory
Device Property MapInfo - is
Platform BooleanSupported - is
Upgraded Boolean - latency String
- location String
- memory
Array Property Map - memory
Id Number - mod
Time String - model String
- moid String
- object
Type String - oper
Power StringState - oper
Reasons List<String> - oper
State String - operability String
- owners List<String>
- parent Property Map
- part
Number String - permission
Resources List<Property Map> - pid String
- presence String
- previous
Fru Property Map - registered
Device Property Map - revision String
- rn String
- serial String
- set Number
- String
- speed String
- List<Property Map>
- thermal String
- type String
- vendor String
- version
Context Property Map - visibility String
- width String
Supporting Types
GetMemoryUnitAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitInventoryDeviceInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitMemoryArray
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitPreviousFru
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - This represents the administrative state of the memory unit on a server.
- Ancestors
List<Get
Memory Unit Result Ancestor> - Array
Id 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.
- Class
Id string - Clock string
- This represents the clock of the memory unit on a server.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the DIMM.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Form
Factor string - This represents the form factor of the memory unit on a server.
- Inventory
Device List<GetInfos Memory Unit Result Inventory Device Info> - Is
Platform boolSupported - This field indicates whether the DIMM is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Latency 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.
- Memory
Arrays List<GetMemory Unit Result Memory Array> - Memory
Id double - This represents the ID of a regular DIMM on a server.
- Mod
Time 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.
- Object
Type string - Oper
Power stringState - This represents the operational power state of the memory unit on a server.
- Oper
Reasons List<string> - Oper
State string - This represents the operational state of the memory unit on a server.
- Operability string
- This represents the operability of the memory unit on a server.
- Owners List<string>
- Parents
List<Get
Memory Unit Result Parent> - Part
Number string - This field displays the part number of the DIMM.
- Permission
Resources List<GetMemory Unit Result Permission Resource> - Pid string
- This field displays the product ID of the DIMM.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus List<GetMemory Unit Result Previous Frus> - Registered
Devices List<GetMemory Unit Result Registered Device> - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- Set double
- This represents the set of the memory unit on a server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Speed string
- This represents the speed of the memory unit on a server.
- List<Get
Memory Unit Result Tag> - Thermal string
- This represents the thremal state of the memory unit on a server.
- Type string
- This represents the memory type of the memory unit on a server.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts List<GetMemory Unit Result Version Context> - 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 string - The Account ID for this managed object.
- Additional
Properties string - Admin
State string - This represents the administrative state of the memory unit on a server.
- Ancestors
[]Get
Memory Unit Result Ancestor - Array
Id 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.
- Class
Id string - Clock string
- This represents the clock of the memory unit on a server.
- Create
Time string - The time when this managed object was created.
- Description string
- This field displays the description of the DIMM.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Form
Factor string - This represents the form factor of the memory unit on a server.
- Inventory
Device []GetInfos Memory Unit Result Inventory Device Info - Is
Platform boolSupported - This field indicates whether the DIMM is supported on the server or not.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Latency 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.
- Memory
Arrays []GetMemory Unit Result Memory Array - Memory
Id float64 - This represents the ID of a regular DIMM on a server.
- Mod
Time 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.
- Object
Type string - Oper
Power stringState - This represents the operational power state of the memory unit on a server.
- Oper
Reasons []string - Oper
State string - This represents the operational state of the memory unit on a server.
- Operability string
- This represents the operability of the memory unit on a server.
- Owners []string
- Parents
[]Get
Memory Unit Result Parent - Part
Number string - This field displays the part number of the DIMM.
- Permission
Resources []GetMemory Unit Result Permission Resource - Pid string
- This field displays the product ID of the DIMM.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus []GetMemory Unit Result Previous Frus - Registered
Devices []GetMemory Unit Result Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- Set float64
- This represents the set of the memory unit on a server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Speed string
- This represents the speed of the memory unit on a server.
- []Get
Memory Unit Result Tag - Thermal string
- This represents the thremal state of the memory unit on a server.
- Type string
- This represents the memory type of the memory unit on a server.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts []GetMemory Unit Result Version Context - 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 String - The Account ID for this managed object.
- additional
Properties String - admin
State String - This represents the administrative state of the memory unit on a server.
- ancestors
List<Get
Memory Unit Result Ancestor> - array
Id 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.
- class
Id String - clock String
- This represents the clock of the memory unit on a server.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the DIMM.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- form
Factor String - This represents the form factor of the memory unit on a server.
- inventory
Device List<GetInfos Memory Unit Result Inventory Device Info> - is
Platform BooleanSupported - This field indicates whether the DIMM is supported on the server or not.
- is
Upgraded 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.
- memory
Arrays List<GetMemory Unit Result Memory Array> - memory
Id Double - This represents the ID of a regular DIMM on a server.
- mod
Time 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.
- object
Type String - oper
Power StringState - This represents the operational power state of the memory unit on a server.
- oper
Reasons List<String> - oper
State String - This represents the operational state of the memory unit on a server.
- operability String
- This represents the operability of the memory unit on a server.
- owners List<String>
- parents
List<Get
Memory Unit Result Parent> - part
Number String - This field displays the part number of the DIMM.
- permission
Resources List<GetMemory Unit Result Permission Resource> - pid String
- This field displays the product ID of the DIMM.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<GetMemory Unit Result Previous Frus> - registered
Devices List<GetMemory Unit Result Registered Device> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- set Double
- This represents the set of the memory unit on a server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed String
- This represents the speed of the memory unit on a server.
- List<Get
Memory Unit Result Tag> - thermal String
- This represents the thremal state of the memory unit on a server.
- type String
- This represents the memory type of the memory unit on a server.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<GetMemory Unit Result Version Context> - 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 string - The Account ID for this managed object.
- additional
Properties string - admin
State string - This represents the administrative state of the memory unit on a server.
- ancestors
Get
Memory Unit Result Ancestor[] - array
Id 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.
- class
Id string - clock string
- This represents the clock of the memory unit on a server.
- create
Time string - The time when this managed object was created.
- description string
- This field displays the description of the DIMM.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- form
Factor string - This represents the form factor of the memory unit on a server.
- inventory
Device GetInfos Memory Unit Result Inventory Device Info[] - is
Platform booleanSupported - This field indicates whether the DIMM is supported on the server or not.
- is
Upgraded 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.
- memory
Arrays GetMemory Unit Result Memory Array[] - memory
Id number - This represents the ID of a regular DIMM on a server.
- mod
Time 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.
- object
Type string - oper
Power stringState - This represents the operational power state of the memory unit on a server.
- oper
Reasons string[] - oper
State string - This represents the operational state of the memory unit on a server.
- operability string
- This represents the operability of the memory unit on a server.
- owners string[]
- parents
Get
Memory Unit Result Parent[] - part
Number string - This field displays the part number of the DIMM.
- permission
Resources GetMemory Unit Result Permission Resource[] - pid string
- This field displays the product ID of the DIMM.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus GetMemory Unit Result Previous Frus[] - registered
Devices GetMemory Unit Result Registered Device[] - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- set number
- This represents the set of the memory unit on a server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed string
- This represents the speed of the memory unit on a server.
- Get
Memory Unit Result Tag[] - thermal string
- This represents the thremal state of the memory unit on a server.
- type string
- This represents the memory type of the memory unit on a server.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Contexts GetMemory Unit Result Version Context[] - 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[Get
Memory Unit Result Ancestor] - array_
id float - This represents the memory array to which the memory unit belongs to.
- bank float
- This represents the memory bank of the memory unit on a server.
- capacity str
- This represents the memory capacity in MiB of the memory unit on a server.
- class_
id str - clock str
- This represents the clock of the memory unit on a server.
- create_
time str - The time when this managed object was created.
- description str
- This field displays the description of the DIMM.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- form_
factor str - This represents the form factor of the memory unit on a server.
- inventory_
device_ Sequence[Getinfos Memory Unit Result Inventory Device Info] - is_
platform_ boolsupported - This field indicates whether the DIMM is supported on the server or not.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- latency str
- This represents the latency of the memory unit on a server.
- location str
- This represents the location of the memory unit on a server.
- memory_
arrays Sequence[GetMemory Unit Result Memory Array] - memory_
id float - This represents the ID of a regular DIMM on a server.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - oper_
power_ strstate - This represents the operational power state of the memory unit on a server.
- oper_
reasons Sequence[str] - oper_
state str - This represents the operational state of the memory unit on a server.
- operability str
- This represents the operability of the memory unit on a server.
- owners Sequence[str]
- parents
Sequence[Get
Memory Unit Result Parent] - part_
number str - This field displays the part number of the DIMM.
- permission_
resources Sequence[GetMemory Unit Result Permission Resource] - pid str
- This field displays the product ID of the DIMM.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus Sequence[GetMemory Unit Result Previous Frus] - registered_
devices Sequence[GetMemory Unit Result Registered Device] - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- set float
- This represents the set of the memory unit on a server.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed str
- This represents the speed of the memory unit on a server.
- Sequence[Get
Memory Unit Result Tag] - thermal str
- This represents the thremal state of the memory unit on a server.
- type str
- This represents the memory type of the memory unit on a server.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
contexts Sequence[GetMemory Unit Result Version Context] - 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.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - admin
State String - This represents the administrative state of the memory unit on a server.
- ancestors List<Property Map>
- array
Id 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.
- class
Id String - clock String
- This represents the clock of the memory unit on a server.
- create
Time String - The time when this managed object was created.
- description String
- This field displays the description of the DIMM.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- form
Factor String - This represents the form factor of the memory unit on a server.
- inventory
Device List<Property Map>Infos - is
Platform BooleanSupported - This field indicates whether the DIMM is supported on the server or not.
- is
Upgraded 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.
- memory
Arrays List<Property Map> - memory
Id Number - This represents the ID of a regular DIMM on a server.
- mod
Time 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.
- object
Type String - oper
Power StringState - This represents the operational power state of the memory unit on a server.
- oper
Reasons List<String> - oper
State String - This represents the operational state of the memory unit on a server.
- operability String
- This represents the operability of the memory unit on a server.
- owners List<String>
- parents List<Property Map>
- part
Number String - This field displays the part number of the DIMM.
- permission
Resources List<Property Map> - pid String
- This field displays the product ID of the DIMM.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<Property Map> - registered
Devices List<Property Map> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- set Number
- This represents the set of the memory unit on a server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- speed String
- This represents the speed of the memory unit on a server.
- List<Property Map>
- thermal String
- This represents the thremal state of the memory unit on a server.
- type String
- This represents the memory type of the memory unit on a server.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<Property Map> - visibility String
- This represents the visibility of the memory unit on a server.
- width String
- This represents the width of the memory unit on a server.
GetMemoryUnitResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultInventoryDeviceInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultMemoryArray
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultPreviousFrus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetMemoryUnitResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos []GetMemory Unit Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetMemory Unit Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetMemory Unit Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetMemory Unit Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetMemory Unit Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetMemory Unit Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetMemoryUnitResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetMemoryUnitTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetMemoryUnitVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetMemory Unit Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetMemory Unit Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetMemory Unit Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetMemory Unit Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetMemory Unit Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetMemory Unit Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetMemory Unit Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetMemory Unit Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetMemory Unit Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetMemory Unit Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetMemoryUnitVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetMemoryUnitVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet