intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getMemoryPersistentMemoryNamespaceConfigResult
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Result of a previously configured Persistent Memory Namespace on a server.
Using getMemoryPersistentMemoryNamespaceConfigResult
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 getMemoryPersistentMemoryNamespaceConfigResult(args: GetMemoryPersistentMemoryNamespaceConfigResultArgs, opts?: InvokeOptions): Promise<GetMemoryPersistentMemoryNamespaceConfigResultResult>
function getMemoryPersistentMemoryNamespaceConfigResultOutput(args: GetMemoryPersistentMemoryNamespaceConfigResultOutputArgs, opts?: InvokeOptions): Output<GetMemoryPersistentMemoryNamespaceConfigResultResult>def get_memory_persistent_memory_namespace_config_result(account_moid: Optional[str] = None,
                                                         additional_properties: Optional[str] = None,
                                                         ancestors: Optional[Sequence[GetMemoryPersistentMemoryNamespaceConfigResultAncestor]] = None,
                                                         class_id: Optional[str] = None,
                                                         config_status: Optional[str] = None,
                                                         create_time: Optional[str] = None,
                                                         device_mo_id: Optional[str] = None,
                                                         dn: Optional[str] = None,
                                                         domain_group_moid: Optional[str] = None,
                                                         id: Optional[str] = None,
                                                         inventory_device_info: Optional[GetMemoryPersistentMemoryNamespaceConfigResultInventoryDeviceInfo] = None,
                                                         memory_persistent_memory_config_result: Optional[GetMemoryPersistentMemoryNamespaceConfigResultMemoryPersistentMemoryConfigResult] = None,
                                                         mod_time: Optional[str] = None,
                                                         moid: Optional[str] = None,
                                                         name: Optional[str] = None,
                                                         object_type: Optional[str] = None,
                                                         owners: Optional[Sequence[str]] = None,
                                                         parent: Optional[GetMemoryPersistentMemoryNamespaceConfigResultParent] = None,
                                                         permission_resources: Optional[Sequence[GetMemoryPersistentMemoryNamespaceConfigResultPermissionResource]] = None,
                                                         registered_device: Optional[GetMemoryPersistentMemoryNamespaceConfigResultRegisteredDevice] = None,
                                                         rn: Optional[str] = None,
                                                         shared_scope: Optional[str] = None,
                                                         socket_id: Optional[str] = None,
                                                         socket_memory_id: Optional[str] = None,
                                                         tags: Optional[Sequence[GetMemoryPersistentMemoryNamespaceConfigResultTag]] = None,
                                                         version_context: Optional[GetMemoryPersistentMemoryNamespaceConfigResultVersionContext] = None,
                                                         opts: Optional[InvokeOptions] = None) -> GetMemoryPersistentMemoryNamespaceConfigResultResult
def get_memory_persistent_memory_namespace_config_result_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultAncestorArgs]]]] = None,
                                                         class_id: Optional[pulumi.Input[str]] = None,
                                                         config_status: Optional[pulumi.Input[str]] = None,
                                                         create_time: Optional[pulumi.Input[str]] = None,
                                                         device_mo_id: Optional[pulumi.Input[str]] = None,
                                                         dn: Optional[pulumi.Input[str]] = None,
                                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                         id: Optional[pulumi.Input[str]] = None,
                                                         inventory_device_info: Optional[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultInventoryDeviceInfoArgs]] = None,
                                                         memory_persistent_memory_config_result: Optional[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultMemoryPersistentMemoryConfigResultArgs]] = None,
                                                         mod_time: Optional[pulumi.Input[str]] = None,
                                                         moid: Optional[pulumi.Input[str]] = None,
                                                         name: Optional[pulumi.Input[str]] = None,
                                                         object_type: Optional[pulumi.Input[str]] = None,
                                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                         parent: Optional[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultParentArgs]] = None,
                                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultPermissionResourceArgs]]]] = None,
                                                         registered_device: Optional[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultRegisteredDeviceArgs]] = None,
                                                         rn: Optional[pulumi.Input[str]] = None,
                                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                                         socket_id: Optional[pulumi.Input[str]] = None,
                                                         socket_memory_id: Optional[pulumi.Input[str]] = None,
                                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultTagArgs]]]] = None,
                                                         version_context: Optional[pulumi.Input[GetMemoryPersistentMemoryNamespaceConfigResultVersionContextArgs]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[GetMemoryPersistentMemoryNamespaceConfigResultResult]func LookupMemoryPersistentMemoryNamespaceConfigResult(ctx *Context, args *LookupMemoryPersistentMemoryNamespaceConfigResultArgs, opts ...InvokeOption) (*LookupMemoryPersistentMemoryNamespaceConfigResultResult, error)
func LookupMemoryPersistentMemoryNamespaceConfigResultOutput(ctx *Context, args *LookupMemoryPersistentMemoryNamespaceConfigResultOutputArgs, opts ...InvokeOption) LookupMemoryPersistentMemoryNamespaceConfigResultResultOutput> Note: This function is named LookupMemoryPersistentMemoryNamespaceConfigResult in the Go SDK.
public static class GetMemoryPersistentMemoryNamespaceConfigResult 
{
    public static Task<GetMemoryPersistentMemoryNamespaceConfigResultResult> InvokeAsync(GetMemoryPersistentMemoryNamespaceConfigResultArgs args, InvokeOptions? opts = null)
    public static Output<GetMemoryPersistentMemoryNamespaceConfigResultResult> Invoke(GetMemoryPersistentMemoryNamespaceConfigResultInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMemoryPersistentMemoryNamespaceConfigResultResult> getMemoryPersistentMemoryNamespaceConfigResult(GetMemoryPersistentMemoryNamespaceConfigResultArgs args, InvokeOptions options)
public static Output<GetMemoryPersistentMemoryNamespaceConfigResultResult> getMemoryPersistentMemoryNamespaceConfigResult(GetMemoryPersistentMemoryNamespaceConfigResultArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getMemoryPersistentMemoryNamespaceConfigResult:getMemoryPersistentMemoryNamespaceConfigResult
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetMemory Persistent Memory Namespace Config Result Ancestor> 
- ClassId string
- ConfigStatus string
- Status of the Persistent Memory Namespace needed to be configured.
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- MemoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of a Persistent Memory Namespace that needed to be configured.
- ObjectType string
- Owners List<string>
- Parent
GetMemory Persistent Memory Namespace Config Result Parent 
- PermissionResources List<GetMemory Persistent Memory Namespace Config Result Permission Resource> 
- RegisteredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SocketId string
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- SocketMemory stringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
List<GetMemory Persistent Memory Namespace Config Result Tag> 
- VersionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetMemory Persistent Memory Namespace Config Result Ancestor 
- ClassId string
- ConfigStatus string
- Status of the Persistent Memory Namespace needed to be configured.
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- InventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- MemoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of a Persistent Memory Namespace that needed to be configured.
- ObjectType string
- Owners []string
- Parent
GetMemory Persistent Memory Namespace Config Result Parent 
- PermissionResources []GetMemory Persistent Memory Namespace Config Result Permission Resource 
- RegisteredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SocketId string
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- SocketMemory stringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
[]GetMemory Persistent Memory Namespace Config Result Tag 
- VersionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetMemory Persistent Memory Namespace Config Result Ancestor> 
- classId String
- configStatus String
- Status of the Persistent Memory Namespace needed to be configured.
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- memoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of a Persistent Memory Namespace that needed to be configured.
- objectType String
- owners List<String>
- parent
GetMemory Persistent Memory Namespace Config Result Parent 
- permissionResources List<GetMemory Persistent Memory Namespace Config Result Permission Resource> 
- registeredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socketId String
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socketMemory StringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
List<GetMemory Persistent Memory Namespace Config Result Tag> 
- versionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetMemory Persistent Memory Namespace Config Result Ancestor[] 
- classId string
- configStatus string
- Status of the Persistent Memory Namespace needed to be configured.
- createTime string
- The time when this managed object was created.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- inventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- memoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of a Persistent Memory Namespace that needed to be configured.
- objectType string
- owners string[]
- parent
GetMemory Persistent Memory Namespace Config Result Parent 
- permissionResources GetMemory Persistent Memory Namespace Config Result Permission Resource[] 
- registeredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socketId string
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socketMemory stringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
GetMemory Persistent Memory Namespace Config Result Tag[] 
- versionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetMemory Persistent Memory Namespace Config Result Ancestor] 
- class_id str
- config_status str
- Status of the Persistent Memory Namespace needed to be configured.
- create_time str
- The time when this managed object was created.
- 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.
- id str
- inventory_device_ Getinfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- memory_persistent_ Getmemory_ config_ result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of a Persistent Memory Namespace that needed to be configured.
- object_type str
- owners Sequence[str]
- parent
GetMemory Persistent Memory Namespace Config Result Parent 
- permission_resources Sequence[GetMemory Persistent Memory Namespace Config Result Permission Resource] 
- registered_device GetMemory Persistent Memory Namespace Config Result Registered Device 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socket_id str
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socket_memory_ strid 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
Sequence[GetMemory Persistent Memory Namespace Config Result Tag] 
- version_context GetMemory Persistent Memory Namespace Config Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- configStatus String
- Status of the Persistent Memory Namespace needed to be configured.
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- inventoryDevice Property MapInfo 
- memoryPersistent Property MapMemory Config Result 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of a Persistent Memory Namespace that needed to be configured.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socketId String
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socketMemory StringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- List<Property Map>
- versionContext Property Map
getMemoryPersistentMemoryNamespaceConfigResult Result
The following output properties are available:
- Id string
- Results
List<GetMemory Persistent Memory Namespace Config Result Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetMemory Persistent Memory Namespace Config Result Ancestor> 
- ClassId string
- ConfigStatus string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- InventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- MemoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetMemory Persistent Memory Namespace Config Result Parent 
- PermissionResources List<GetMemory Persistent Memory Namespace Config Result Permission Resource> 
- RegisteredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- Rn string
- string
- SocketId string
- SocketMemory stringId 
- 
List<GetMemory Persistent Memory Namespace Config Result Tag> 
- VersionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- Id string
- Results
[]GetMemory Persistent Memory Namespace Config Result Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetMemory Persistent Memory Namespace Config Result Ancestor 
- ClassId string
- ConfigStatus string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- InventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- MemoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetMemory Persistent Memory Namespace Config Result Parent 
- PermissionResources []GetMemory Persistent Memory Namespace Config Result Permission Resource 
- RegisteredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- Rn string
- string
- SocketId string
- SocketMemory stringId 
- 
[]GetMemory Persistent Memory Namespace Config Result Tag 
- VersionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- id String
- results
List<GetMemory Persistent Memory Namespace Config Result Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetMemory Persistent Memory Namespace Config Result Ancestor> 
- classId String
- configStatus String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- inventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- memoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetMemory Persistent Memory Namespace Config Result Parent 
- permissionResources List<GetMemory Persistent Memory Namespace Config Result Permission Resource> 
- registeredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- rn String
- String
- socketId String
- socketMemory StringId 
- 
List<GetMemory Persistent Memory Namespace Config Result Tag> 
- versionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- id string
- results
GetMemory Persistent Memory Namespace Config Result Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetMemory Persistent Memory Namespace Config Result Ancestor[] 
- classId string
- configStatus string
- createTime string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- inventoryDevice GetInfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- memoryPersistent GetMemory Config Result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetMemory Persistent Memory Namespace Config Result Parent 
- permissionResources GetMemory Persistent Memory Namespace Config Result Permission Resource[] 
- registeredDevice GetMemory Persistent Memory Namespace Config Result Registered Device 
- rn string
- string
- socketId string
- socketMemory stringId 
- 
GetMemory Persistent Memory Namespace Config Result Tag[] 
- versionContext GetMemory Persistent Memory Namespace Config Result Version Context 
- id str
- results
Sequence[GetMemory Persistent Memory Namespace Config Result Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetMemory Persistent Memory Namespace Config Result Ancestor] 
- class_id str
- config_status str
- create_time str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- inventory_device_ Getinfo Memory Persistent Memory Namespace Config Result Inventory Device Info 
- memory_persistent_ Getmemory_ config_ result Memory Persistent Memory Namespace Config Result Memory Persistent Memory Config Result 
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetMemory Persistent Memory Namespace Config Result Parent 
- permission_resources Sequence[GetMemory Persistent Memory Namespace Config Result Permission Resource] 
- registered_device GetMemory Persistent Memory Namespace Config Result Registered Device 
- rn str
- str
- socket_id str
- socket_memory_ strid 
- 
Sequence[GetMemory Persistent Memory Namespace Config Result Tag] 
- version_context GetMemory Persistent Memory Namespace Config Result Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- configStatus String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- inventoryDevice Property MapInfo 
- memoryPersistent Property MapMemory Config Result 
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- registeredDevice Property Map
- rn String
- String
- socketId String
- socketMemory StringId 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetMemoryPersistentMemoryNamespaceConfigResultAncestor       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultInventoryDeviceInfo         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultMemoryPersistentMemoryConfigResult           
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultParent       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultPermissionResource        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultRegisteredDevice        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultResult       
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetMemory Persistent Memory Namespace Config Result Result Ancestor> 
- ClassId string
- ConfigStatus string
- Status of the Persistent Memory Namespace needed to be configured.
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InventoryDevice List<GetInfos Memory Persistent Memory Namespace Config Result Result Inventory Device Info> 
- MemoryPersistent List<GetMemory Config Results Memory Persistent Memory Namespace Config Result Result Memory Persistent Memory Config Result> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of a Persistent Memory Namespace that needed to be configured.
- ObjectType string
- Owners List<string>
- Parents
List<GetMemory Persistent Memory Namespace Config Result Result Parent> 
- PermissionResources List<GetMemory Persistent Memory Namespace Config Result Result Permission Resource> 
- RegisteredDevices List<GetMemory Persistent Memory Namespace Config Result Result Registered Device> 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SocketId string
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- SocketMemory stringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
List<GetMemory Persistent Memory Namespace Config Result Result Tag> 
- VersionContexts List<GetMemory Persistent Memory Namespace Config Result Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetMemory Persistent Memory Namespace Config Result Result Ancestor 
- ClassId string
- ConfigStatus string
- Status of the Persistent Memory Namespace needed to be configured.
- CreateTime string
- The time when this managed object was created.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- InventoryDevice []GetInfos Memory Persistent Memory Namespace Config Result Result Inventory Device Info 
- MemoryPersistent []GetMemory Config Results Memory Persistent Memory Namespace Config Result Result Memory Persistent Memory Config Result 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of a Persistent Memory Namespace that needed to be configured.
- ObjectType string
- Owners []string
- Parents
[]GetMemory Persistent Memory Namespace Config Result Result Parent 
- PermissionResources []GetMemory Persistent Memory Namespace Config Result Result Permission Resource 
- RegisteredDevices []GetMemory Persistent Memory Namespace Config Result Result Registered Device 
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SocketId string
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- SocketMemory stringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
[]GetMemory Persistent Memory Namespace Config Result Result Tag 
- VersionContexts []GetMemory Persistent Memory Namespace Config Result Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetMemory Persistent Memory Namespace Config Result Result Ancestor> 
- classId String
- configStatus String
- Status of the Persistent Memory Namespace needed to be configured.
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inventoryDevice List<GetInfos Memory Persistent Memory Namespace Config Result Result Inventory Device Info> 
- memoryPersistent List<GetMemory Config Results Memory Persistent Memory Namespace Config Result Result Memory Persistent Memory Config Result> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of a Persistent Memory Namespace that needed to be configured.
- objectType String
- owners List<String>
- parents
List<GetMemory Persistent Memory Namespace Config Result Result Parent> 
- permissionResources List<GetMemory Persistent Memory Namespace Config Result Result Permission Resource> 
- registeredDevices List<GetMemory Persistent Memory Namespace Config Result Result Registered Device> 
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socketId String
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socketMemory StringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
List<GetMemory Persistent Memory Namespace Config Result Result Tag> 
- versionContexts List<GetMemory Persistent Memory Namespace Config Result Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetMemory Persistent Memory Namespace Config Result Result Ancestor[] 
- classId string
- configStatus string
- Status of the Persistent Memory Namespace needed to be configured.
- createTime string
- The time when this managed object was created.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- inventoryDevice GetInfos Memory Persistent Memory Namespace Config Result Result Inventory Device Info[] 
- memoryPersistent GetMemory Config Results Memory Persistent Memory Namespace Config Result Result Memory Persistent Memory Config Result[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of a Persistent Memory Namespace that needed to be configured.
- objectType string
- owners string[]
- parents
GetMemory Persistent Memory Namespace Config Result Result Parent[] 
- permissionResources GetMemory Persistent Memory Namespace Config Result Result Permission Resource[] 
- registeredDevices GetMemory Persistent Memory Namespace Config Result Result Registered Device[] 
- rn string
- The Relative Name uniquely identifies an object within a given context.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socketId string
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socketMemory stringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
GetMemory Persistent Memory Namespace Config Result Result Tag[] 
- versionContexts GetMemory Persistent Memory Namespace Config Result Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetMemory Persistent Memory Namespace Config Result Result Ancestor] 
- class_id str
- config_status str
- Status of the Persistent Memory Namespace needed to be configured.
- create_time str
- The time when this managed object was created.
- 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.
- inventory_device_ Sequence[Getinfos Memory Persistent Memory Namespace Config Result Result Inventory Device Info] 
- memory_persistent_ Sequence[Getmemory_ config_ results Memory Persistent Memory Namespace Config Result Result Memory Persistent Memory Config Result] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of a Persistent Memory Namespace that needed to be configured.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetMemory Persistent Memory Namespace Config Result Result Parent] 
- permission_resources Sequence[GetMemory Persistent Memory Namespace Config Result Result Permission Resource] 
- registered_devices Sequence[GetMemory Persistent Memory Namespace Config Result Result Registered Device] 
- rn str
- The Relative Name uniquely identifies an object within a given context.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socket_id str
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socket_memory_ strid 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- 
Sequence[GetMemory Persistent Memory Namespace Config Result Result Tag] 
- version_contexts Sequence[GetMemory Persistent Memory Namespace Config Result Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- configStatus String
- Status of the Persistent Memory Namespace needed to be configured.
- createTime String
- The time when this managed object was created.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- inventoryDevice List<Property Map>Infos 
- memoryPersistent List<Property Map>Memory Config Results 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of a Persistent Memory Namespace that needed to be configured.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- registeredDevices List<Property Map>
- rn String
- The Relative Name uniquely identifies an object within a given context.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- socketId String
- Socket ID in which the Persistent Memory Namespace needed to be configured.
- socketMemory StringId 
- Socket Memory ID in which the Persistent Memory Namespace needed to be configured.
- List<Property Map>
- versionContexts List<Property Map>
GetMemoryPersistentMemoryNamespaceConfigResultResultAncestor        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultInventoryDeviceInfo          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultMemoryPersistentMemoryConfigResult            
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultParent        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultPermissionResource         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultRegisteredDevice         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultTag        
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetMemoryPersistentMemoryNamespaceConfigResultResultVersionContext         
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetMemory Persistent Memory Namespace Config Result Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetMemory Persistent Memory Namespace Config Result Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetMemory Persistent Memory Namespace Config Result Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetMemory Persistent Memory Namespace Config Result Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetMemory Persistent Memory Namespace Config Result Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetMemory Persistent Memory Namespace Config Result Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetMemory Persistent Memory Namespace Config Result Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetMemory Persistent Memory Namespace Config Result Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetMemory Persistent Memory Namespace Config Result Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetMemory Persistent Memory Namespace Config Result Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetMemoryPersistentMemoryNamespaceConfigResultResultVersionContextInterestedMo           
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultResultVersionContextRefMo           
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMemoryPersistentMemoryNamespaceConfigResultTag       
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetMemoryPersistentMemoryNamespaceConfigResultVersionContext        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetMemory Persistent Memory Namespace Config Result Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetMemory Persistent Memory Namespace Config Result Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetMemory Persistent Memory Namespace Config Result Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetMemory Persistent Memory Namespace Config Result Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetMemory Persistent Memory Namespace Config Result Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetMemory Persistent Memory Namespace Config Result Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetMemory Persistent Memory Namespace Config Result Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetMemory Persistent Memory Namespace Config Result Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetMemory Persistent Memory Namespace Config Result 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 Persistent Memory Namespace Config Result 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetMemoryPersistentMemoryNamespaceConfigResultVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetMemoryPersistentMemoryNamespaceConfigResultVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet