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

intersight.getMemoryPersistentMemoryPolicy

Explore with Pulumi AI

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

    The Persistent Memory policy defines the reusable Persistent Memory related configuration that can be applied on many servers. This policy allows the application of Persistent Memory Goals and creation of Persistent Memory Regions and Namespaces. The encryption of the Persistent Memory Modules can be enabled through this policy by providing a passphrase.

    Using getMemoryPersistentMemoryPolicy

    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 getMemoryPersistentMemoryPolicy(args: GetMemoryPersistentMemoryPolicyArgs, opts?: InvokeOptions): Promise<GetMemoryPersistentMemoryPolicyResult>
    function getMemoryPersistentMemoryPolicyOutput(args: GetMemoryPersistentMemoryPolicyOutputArgs, opts?: InvokeOptions): Output<GetMemoryPersistentMemoryPolicyResult>
    def get_memory_persistent_memory_policy(account_moid: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetMemoryPersistentMemoryPolicyAncestor]] = None,
                                            class_id: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            description: Optional[str] = None,
                                            domain_group_moid: Optional[str] = None,
                                            goals: Optional[Sequence[GetMemoryPersistentMemoryPolicyGoal]] = None,
                                            id: Optional[str] = None,
                                            local_security: Optional[GetMemoryPersistentMemoryPolicyLocalSecurity] = None,
                                            logical_namespaces: Optional[Sequence[GetMemoryPersistentMemoryPolicyLogicalNamespace]] = None,
                                            management_mode: Optional[str] = None,
                                            mod_time: Optional[str] = None,
                                            moid: Optional[str] = None,
                                            name: Optional[str] = None,
                                            object_type: Optional[str] = None,
                                            organization: Optional[GetMemoryPersistentMemoryPolicyOrganization] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetMemoryPersistentMemoryPolicyParent] = None,
                                            permission_resources: Optional[Sequence[GetMemoryPersistentMemoryPolicyPermissionResource]] = None,
                                            profiles: Optional[Sequence[GetMemoryPersistentMemoryPolicyProfile]] = None,
                                            retain_namespaces: Optional[bool] = None,
                                            shared_scope: Optional[str] = None,
                                            tags: Optional[Sequence[GetMemoryPersistentMemoryPolicyTag]] = None,
                                            version_context: Optional[GetMemoryPersistentMemoryPolicyVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetMemoryPersistentMemoryPolicyResult
    def get_memory_persistent_memory_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryPolicyAncestorArgs]]]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            description: Optional[pulumi.Input[str]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            goals: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryPolicyGoalArgs]]]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            local_security: Optional[pulumi.Input[GetMemoryPersistentMemoryPolicyLocalSecurityArgs]] = None,
                                            logical_namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryPolicyLogicalNamespaceArgs]]]] = None,
                                            management_mode: Optional[pulumi.Input[str]] = 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,
                                            organization: Optional[pulumi.Input[GetMemoryPersistentMemoryPolicyOrganizationArgs]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetMemoryPersistentMemoryPolicyParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryPolicyPermissionResourceArgs]]]] = None,
                                            profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryPolicyProfileArgs]]]] = None,
                                            retain_namespaces: Optional[pulumi.Input[bool]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMemoryPersistentMemoryPolicyTagArgs]]]] = None,
                                            version_context: Optional[pulumi.Input[GetMemoryPersistentMemoryPolicyVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetMemoryPersistentMemoryPolicyResult]
    func LookupMemoryPersistentMemoryPolicy(ctx *Context, args *LookupMemoryPersistentMemoryPolicyArgs, opts ...InvokeOption) (*LookupMemoryPersistentMemoryPolicyResult, error)
    func LookupMemoryPersistentMemoryPolicyOutput(ctx *Context, args *LookupMemoryPersistentMemoryPolicyOutputArgs, opts ...InvokeOption) LookupMemoryPersistentMemoryPolicyResultOutput

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

    public static class GetMemoryPersistentMemoryPolicy 
    {
        public static Task<GetMemoryPersistentMemoryPolicyResult> InvokeAsync(GetMemoryPersistentMemoryPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetMemoryPersistentMemoryPolicyResult> Invoke(GetMemoryPersistentMemoryPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMemoryPersistentMemoryPolicyResult> getMemoryPersistentMemoryPolicy(GetMemoryPersistentMemoryPolicyArgs args, InvokeOptions options)
    public static Output<GetMemoryPersistentMemoryPolicyResult> getMemoryPersistentMemoryPolicy(GetMemoryPersistentMemoryPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getMemoryPersistentMemoryPolicy:getMemoryPersistentMemoryPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetMemoryPersistentMemoryPolicyAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Goals List<GetMemoryPersistentMemoryPolicyGoal>
    Id string
    LocalSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    LogicalNamespaces List<GetMemoryPersistentMemoryPolicyLogicalNamespace>
    ManagementMode string
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    ObjectType string
    Organization GetMemoryPersistentMemoryPolicyOrganization
    Owners List<string>
    Parent GetMemoryPersistentMemoryPolicyParent
    PermissionResources List<GetMemoryPersistentMemoryPolicyPermissionResource>
    Profiles List<GetMemoryPersistentMemoryPolicyProfile>
    RetainNamespaces bool
    Persistent Memory Namespaces to be retained or not.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetMemoryPersistentMemoryPolicyTag>
    VersionContext GetMemoryPersistentMemoryPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetMemoryPersistentMemoryPolicyAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Goals []GetMemoryPersistentMemoryPolicyGoal
    Id string
    LocalSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    LogicalNamespaces []GetMemoryPersistentMemoryPolicyLogicalNamespace
    ManagementMode string
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    ObjectType string
    Organization GetMemoryPersistentMemoryPolicyOrganization
    Owners []string
    Parent GetMemoryPersistentMemoryPolicyParent
    PermissionResources []GetMemoryPersistentMemoryPolicyPermissionResource
    Profiles []GetMemoryPersistentMemoryPolicyProfile
    RetainNamespaces bool
    Persistent Memory Namespaces to be retained or not.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetMemoryPersistentMemoryPolicyTag
    VersionContext GetMemoryPersistentMemoryPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetMemoryPersistentMemoryPolicyAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    goals List<GetMemoryPersistentMemoryPolicyGoal>
    id String
    localSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    logicalNamespaces List<GetMemoryPersistentMemoryPolicyLogicalNamespace>
    managementMode String
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    objectType String
    organization GetMemoryPersistentMemoryPolicyOrganization
    owners List<String>
    parent GetMemoryPersistentMemoryPolicyParent
    permissionResources List<GetMemoryPersistentMemoryPolicyPermissionResource>
    profiles List<GetMemoryPersistentMemoryPolicyProfile>
    retainNamespaces Boolean
    Persistent Memory Namespaces to be retained or not.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetMemoryPersistentMemoryPolicyTag>
    versionContext GetMemoryPersistentMemoryPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetMemoryPersistentMemoryPolicyAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    goals GetMemoryPersistentMemoryPolicyGoal[]
    id string
    localSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    logicalNamespaces GetMemoryPersistentMemoryPolicyLogicalNamespace[]
    managementMode string
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    objectType string
    organization GetMemoryPersistentMemoryPolicyOrganization
    owners string[]
    parent GetMemoryPersistentMemoryPolicyParent
    permissionResources GetMemoryPersistentMemoryPolicyPermissionResource[]
    profiles GetMemoryPersistentMemoryPolicyProfile[]
    retainNamespaces boolean
    Persistent Memory Namespaces to be retained or not.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetMemoryPersistentMemoryPolicyTag[]
    versionContext GetMemoryPersistentMemoryPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetMemoryPersistentMemoryPolicyAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    goals Sequence[GetMemoryPersistentMemoryPolicyGoal]
    id str
    local_security GetMemoryPersistentMemoryPolicyLocalSecurity
    logical_namespaces Sequence[GetMemoryPersistentMemoryPolicyLogicalNamespace]
    management_mode str
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    object_type str
    organization GetMemoryPersistentMemoryPolicyOrganization
    owners Sequence[str]
    parent GetMemoryPersistentMemoryPolicyParent
    permission_resources Sequence[GetMemoryPersistentMemoryPolicyPermissionResource]
    profiles Sequence[GetMemoryPersistentMemoryPolicyProfile]
    retain_namespaces bool
    Persistent Memory Namespaces to be retained or not.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetMemoryPersistentMemoryPolicyTag]
    version_context GetMemoryPersistentMemoryPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    goals List<Property Map>
    id String
    localSecurity Property Map
    logicalNamespaces List<Property Map>
    managementMode String
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    profiles List<Property Map>
    retainNamespaces Boolean
    Persistent Memory Namespaces to be retained or not.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getMemoryPersistentMemoryPolicy Result

    The following output properties are available:

    Id string
    Results List<GetMemoryPersistentMemoryPolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetMemoryPersistentMemoryPolicyAncestor>
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    Goals List<GetMemoryPersistentMemoryPolicyGoal>
    LocalSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    LogicalNamespaces List<GetMemoryPersistentMemoryPolicyLogicalNamespace>
    ManagementMode string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetMemoryPersistentMemoryPolicyOrganization
    Owners List<string>
    Parent GetMemoryPersistentMemoryPolicyParent
    PermissionResources List<GetMemoryPersistentMemoryPolicyPermissionResource>
    Profiles List<GetMemoryPersistentMemoryPolicyProfile>
    RetainNamespaces bool
    SharedScope string
    Tags List<GetMemoryPersistentMemoryPolicyTag>
    VersionContext GetMemoryPersistentMemoryPolicyVersionContext
    Id string
    Results []GetMemoryPersistentMemoryPolicyResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetMemoryPersistentMemoryPolicyAncestor
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    Goals []GetMemoryPersistentMemoryPolicyGoal
    LocalSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    LogicalNamespaces []GetMemoryPersistentMemoryPolicyLogicalNamespace
    ManagementMode string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetMemoryPersistentMemoryPolicyOrganization
    Owners []string
    Parent GetMemoryPersistentMemoryPolicyParent
    PermissionResources []GetMemoryPersistentMemoryPolicyPermissionResource
    Profiles []GetMemoryPersistentMemoryPolicyProfile
    RetainNamespaces bool
    SharedScope string
    Tags []GetMemoryPersistentMemoryPolicyTag
    VersionContext GetMemoryPersistentMemoryPolicyVersionContext
    id String
    results List<GetMemoryPersistentMemoryPolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetMemoryPersistentMemoryPolicyAncestor>
    classId String
    createTime String
    description String
    domainGroupMoid String
    goals List<GetMemoryPersistentMemoryPolicyGoal>
    localSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    logicalNamespaces List<GetMemoryPersistentMemoryPolicyLogicalNamespace>
    managementMode String
    modTime String
    moid String
    name String
    objectType String
    organization GetMemoryPersistentMemoryPolicyOrganization
    owners List<String>
    parent GetMemoryPersistentMemoryPolicyParent
    permissionResources List<GetMemoryPersistentMemoryPolicyPermissionResource>
    profiles List<GetMemoryPersistentMemoryPolicyProfile>
    retainNamespaces Boolean
    sharedScope String
    tags List<GetMemoryPersistentMemoryPolicyTag>
    versionContext GetMemoryPersistentMemoryPolicyVersionContext
    id string
    results GetMemoryPersistentMemoryPolicyResult[]
    accountMoid string
    additionalProperties string
    ancestors GetMemoryPersistentMemoryPolicyAncestor[]
    classId string
    createTime string
    description string
    domainGroupMoid string
    goals GetMemoryPersistentMemoryPolicyGoal[]
    localSecurity GetMemoryPersistentMemoryPolicyLocalSecurity
    logicalNamespaces GetMemoryPersistentMemoryPolicyLogicalNamespace[]
    managementMode string
    modTime string
    moid string
    name string
    objectType string
    organization GetMemoryPersistentMemoryPolicyOrganization
    owners string[]
    parent GetMemoryPersistentMemoryPolicyParent
    permissionResources GetMemoryPersistentMemoryPolicyPermissionResource[]
    profiles GetMemoryPersistentMemoryPolicyProfile[]
    retainNamespaces boolean
    sharedScope string
    tags GetMemoryPersistentMemoryPolicyTag[]
    versionContext GetMemoryPersistentMemoryPolicyVersionContext
    id str
    results Sequence[GetMemoryPersistentMemoryPolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetMemoryPersistentMemoryPolicyAncestor]
    class_id str
    create_time str
    description str
    domain_group_moid str
    goals Sequence[GetMemoryPersistentMemoryPolicyGoal]
    local_security GetMemoryPersistentMemoryPolicyLocalSecurity
    logical_namespaces Sequence[GetMemoryPersistentMemoryPolicyLogicalNamespace]
    management_mode str
    mod_time str
    moid str
    name str
    object_type str
    organization GetMemoryPersistentMemoryPolicyOrganization
    owners Sequence[str]
    parent GetMemoryPersistentMemoryPolicyParent
    permission_resources Sequence[GetMemoryPersistentMemoryPolicyPermissionResource]
    profiles Sequence[GetMemoryPersistentMemoryPolicyProfile]
    retain_namespaces bool
    shared_scope str
    tags Sequence[GetMemoryPersistentMemoryPolicyTag]
    version_context GetMemoryPersistentMemoryPolicyVersionContext

    Supporting Types

    GetMemoryPersistentMemoryPolicyAncestor

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryPolicyGoal

    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.
    MemoryModePercentage double
    Volatile memory percentage.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PersistentMemoryType string
    Type of the Persistent Memory configuration where the Persistent Memory Modules are combined in an interleaved set or not.

    • app-direct - The App Direct interleaved Persistent Memory type.
    • app-direct-non-interleaved - The App Direct non-interleaved Persistent Memory type.
    SocketId string
    CPU Socket ID to which this goal will be applied.

    • All Sockets - All the CPU socket IDs in a server.
    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.
    MemoryModePercentage float64
    Volatile memory percentage.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PersistentMemoryType string
    Type of the Persistent Memory configuration where the Persistent Memory Modules are combined in an interleaved set or not.

    • app-direct - The App Direct interleaved Persistent Memory type.
    • app-direct-non-interleaved - The App Direct non-interleaved Persistent Memory type.
    SocketId string
    CPU Socket ID to which this goal will be applied.

    • All Sockets - All the CPU socket IDs in a server.
    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.
    memoryModePercentage Double
    Volatile memory percentage.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    persistentMemoryType String
    Type of the Persistent Memory configuration where the Persistent Memory Modules are combined in an interleaved set or not.

    • app-direct - The App Direct interleaved Persistent Memory type.
    • app-direct-non-interleaved - The App Direct non-interleaved Persistent Memory type.
    socketId String
    CPU Socket ID to which this goal will be applied.

    • All Sockets - All the CPU socket IDs in a server.
    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.
    memoryModePercentage number
    Volatile memory percentage.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    persistentMemoryType string
    Type of the Persistent Memory configuration where the Persistent Memory Modules are combined in an interleaved set or not.

    • app-direct - The App Direct interleaved Persistent Memory type.
    • app-direct-non-interleaved - The App Direct non-interleaved Persistent Memory type.
    socketId string
    CPU Socket ID to which this goal will be applied.

    • All Sockets - All the CPU socket IDs in a server.
    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.
    memory_mode_percentage float
    Volatile memory percentage.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    persistent_memory_type str
    Type of the Persistent Memory configuration where the Persistent Memory Modules are combined in an interleaved set or not.

    • app-direct - The App Direct interleaved Persistent Memory type.
    • app-direct-non-interleaved - The App Direct non-interleaved Persistent Memory type.
    socket_id str
    CPU Socket ID to which this goal will be applied.

    • All Sockets - All the CPU socket IDs in a server.
    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.
    memoryModePercentage Number
    Volatile memory percentage.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    persistentMemoryType String
    Type of the Persistent Memory configuration where the Persistent Memory Modules are combined in an interleaved set or not.

    • app-direct - The App Direct interleaved Persistent Memory type.
    • app-direct-non-interleaved - The App Direct non-interleaved Persistent Memory type.
    socketId String
    CPU Socket ID to which this goal will be applied.

    • All Sockets - All the CPU socket IDs in a server.

    GetMemoryPersistentMemoryPolicyLocalSecurity

    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.
    Enabled bool
    Persistent Memory Security state.
    IsSecurePassphraseSet bool
    Indicates whether the value of the 'securePassphrase' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SecurePassphrase string
    Secure passphrase to be applied on the Persistent Memory Modules on the server. The allowed characters are a-z, A to Z, 0-9, and special characters =, \u0021, &, #, $, %, +, ^, @, _, *, -.
    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.
    Enabled bool
    Persistent Memory Security state.
    IsSecurePassphraseSet bool
    Indicates whether the value of the 'securePassphrase' property has been set.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SecurePassphrase string
    Secure passphrase to be applied on the Persistent Memory Modules on the server. The allowed characters are a-z, A to Z, 0-9, and special characters =, \u0021, &, #, $, %, +, ^, @, _, *, -.
    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.
    enabled Boolean
    Persistent Memory Security state.
    isSecurePassphraseSet Boolean
    Indicates whether the value of the 'securePassphrase' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    securePassphrase String
    Secure passphrase to be applied on the Persistent Memory Modules on the server. The allowed characters are a-z, A to Z, 0-9, and special characters =, \u0021, &, #, $, %, +, ^, @, _, *, -.
    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.
    enabled boolean
    Persistent Memory Security state.
    isSecurePassphraseSet boolean
    Indicates whether the value of the 'securePassphrase' property has been set.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    securePassphrase string
    Secure passphrase to be applied on the Persistent Memory Modules on the server. The allowed characters are a-z, A to Z, 0-9, and special characters =, \u0021, &, #, $, %, +, ^, @, _, *, -.
    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.
    enabled bool
    Persistent Memory Security state.
    is_secure_passphrase_set bool
    Indicates whether the value of the 'securePassphrase' property has been set.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    secure_passphrase str
    Secure passphrase to be applied on the Persistent Memory Modules on the server. The allowed characters are a-z, A to Z, 0-9, and special characters =, \u0021, &, #, $, %, +, ^, @, _, *, -.
    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.
    enabled Boolean
    Persistent Memory Security state.
    isSecurePassphraseSet Boolean
    Indicates whether the value of the 'securePassphrase' property has been set.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    securePassphrase String
    Secure passphrase to be applied on the Persistent Memory Modules on the server. The allowed characters are a-z, A to Z, 0-9, and special characters =, \u0021, &, #, $, %, +, ^, @, _, *, -.

    GetMemoryPersistentMemoryPolicyLogicalNamespace

    AdditionalProperties string
    Capacity double
    Capacity of this Namespace that is created or modified.
    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.
    Mode string
    Mode of this Namespace that is created or modified.

    • raw - The raw mode of Persistent Memory Namespace.
    • block - The block mode of Persistent Memory Namespace.
    Name string
    Name of the concrete policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SocketId double
    Socket ID of the region on which this Namespace has to be created or modified.

    • 1 - The first CPU socket in a server.
    • 2 - The second CPU socket in a server.
    • 3 - The third CPU socket in a server.
    • 4 - The fourth CPU socket in a server.
    SocketMemoryId string
    Socket Memory ID of the region on which this Namespace has to be created or modified.

    • Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.
    • 2 - The second socket memory ID within a socket in a server.
    • 4 - The fourth socket memory ID within a socket in a server.
    • 6 - The sixth socket memory ID within a socket in a server.
    • 8 - The eighth socket memory ID within a socket in a server.
    • 10 - The tenth socket memory ID within a socket in a server.
    • 12 - The twelfth socket memory ID within a socket in a server.
    AdditionalProperties string
    Capacity float64
    Capacity of this Namespace that is created or modified.
    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.
    Mode string
    Mode of this Namespace that is created or modified.

    • raw - The raw mode of Persistent Memory Namespace.
    • block - The block mode of Persistent Memory Namespace.
    Name string
    Name of the concrete policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SocketId float64
    Socket ID of the region on which this Namespace has to be created or modified.

    • 1 - The first CPU socket in a server.
    • 2 - The second CPU socket in a server.
    • 3 - The third CPU socket in a server.
    • 4 - The fourth CPU socket in a server.
    SocketMemoryId string
    Socket Memory ID of the region on which this Namespace has to be created or modified.

    • Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.
    • 2 - The second socket memory ID within a socket in a server.
    • 4 - The fourth socket memory ID within a socket in a server.
    • 6 - The sixth socket memory ID within a socket in a server.
    • 8 - The eighth socket memory ID within a socket in a server.
    • 10 - The tenth socket memory ID within a socket in a server.
    • 12 - The twelfth socket memory ID within a socket in a server.
    additionalProperties String
    capacity Double
    Capacity of this Namespace that is created or modified.
    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.
    mode String
    Mode of this Namespace that is created or modified.

    • raw - The raw mode of Persistent Memory Namespace.
    • block - The block mode of Persistent Memory Namespace.
    name String
    Name of the concrete policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socketId Double
    Socket ID of the region on which this Namespace has to be created or modified.

    • 1 - The first CPU socket in a server.
    • 2 - The second CPU socket in a server.
    • 3 - The third CPU socket in a server.
    • 4 - The fourth CPU socket in a server.
    socketMemoryId String
    Socket Memory ID of the region on which this Namespace has to be created or modified.

    • Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.
    • 2 - The second socket memory ID within a socket in a server.
    • 4 - The fourth socket memory ID within a socket in a server.
    • 6 - The sixth socket memory ID within a socket in a server.
    • 8 - The eighth socket memory ID within a socket in a server.
    • 10 - The tenth socket memory ID within a socket in a server.
    • 12 - The twelfth socket memory ID within a socket in a server.
    additionalProperties string
    capacity number
    Capacity of this Namespace that is created or modified.
    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.
    mode string
    Mode of this Namespace that is created or modified.

    • raw - The raw mode of Persistent Memory Namespace.
    • block - The block mode of Persistent Memory Namespace.
    name string
    Name of the concrete policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socketId number
    Socket ID of the region on which this Namespace has to be created or modified.

    • 1 - The first CPU socket in a server.
    • 2 - The second CPU socket in a server.
    • 3 - The third CPU socket in a server.
    • 4 - The fourth CPU socket in a server.
    socketMemoryId string
    Socket Memory ID of the region on which this Namespace has to be created or modified.

    • Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.
    • 2 - The second socket memory ID within a socket in a server.
    • 4 - The fourth socket memory ID within a socket in a server.
    • 6 - The sixth socket memory ID within a socket in a server.
    • 8 - The eighth socket memory ID within a socket in a server.
    • 10 - The tenth socket memory ID within a socket in a server.
    • 12 - The twelfth socket memory ID within a socket in a server.
    additional_properties str
    capacity float
    Capacity of this Namespace that is created or modified.
    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.
    mode str
    Mode of this Namespace that is created or modified.

    • raw - The raw mode of Persistent Memory Namespace.
    • block - The block mode of Persistent Memory Namespace.
    name str
    Name of the concrete policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socket_id float
    Socket ID of the region on which this Namespace has to be created or modified.

    • 1 - The first CPU socket in a server.
    • 2 - The second CPU socket in a server.
    • 3 - The third CPU socket in a server.
    • 4 - The fourth CPU socket in a server.
    socket_memory_id str
    Socket Memory ID of the region on which this Namespace has to be created or modified.

    • Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.
    • 2 - The second socket memory ID within a socket in a server.
    • 4 - The fourth socket memory ID within a socket in a server.
    • 6 - The sixth socket memory ID within a socket in a server.
    • 8 - The eighth socket memory ID within a socket in a server.
    • 10 - The tenth socket memory ID within a socket in a server.
    • 12 - The twelfth socket memory ID within a socket in a server.
    additionalProperties String
    capacity Number
    Capacity of this Namespace that is created or modified.
    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.
    mode String
    Mode of this Namespace that is created or modified.

    • raw - The raw mode of Persistent Memory Namespace.
    • block - The block mode of Persistent Memory Namespace.
    name String
    Name of the concrete policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    socketId Number
    Socket ID of the region on which this Namespace has to be created or modified.

    • 1 - The first CPU socket in a server.
    • 2 - The second CPU socket in a server.
    • 3 - The third CPU socket in a server.
    • 4 - The fourth CPU socket in a server.
    socketMemoryId String
    Socket Memory ID of the region on which this Namespace has to be created or modified.

    • Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.
    • 2 - The second socket memory ID within a socket in a server.
    • 4 - The fourth socket memory ID within a socket in a server.
    • 6 - The sixth socket memory ID within a socket in a server.
    • 8 - The eighth socket memory ID within a socket in a server.
    • 10 - The tenth socket memory ID within a socket in a server.
    • 12 - The twelfth socket memory ID within a socket in a server.

    GetMemoryPersistentMemoryPolicyOrganization

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryPolicyParent

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryPolicyPermissionResource

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryPolicyProfile

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetMemoryPersistentMemoryPolicyResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Goals List<GetMemoryPersistentMemoryPolicyResultGoal>
    LocalSecurities List<GetMemoryPersistentMemoryPolicyResultLocalSecurity>
    LogicalNamespaces List<GetMemoryPersistentMemoryPolicyResultLogicalNamespace>
    ManagementMode string
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    ObjectType string
    Organizations List<GetMemoryPersistentMemoryPolicyResultOrganization>
    Owners List<string>
    Parents List<GetMemoryPersistentMemoryPolicyResultParent>
    PermissionResources List<GetMemoryPersistentMemoryPolicyResultPermissionResource>
    Profiles List<GetMemoryPersistentMemoryPolicyResultProfile>
    RetainNamespaces bool
    Persistent Memory Namespaces to be retained or not.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetMemoryPersistentMemoryPolicyResultTag>
    VersionContexts List<GetMemoryPersistentMemoryPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetMemoryPersistentMemoryPolicyResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Goals []GetMemoryPersistentMemoryPolicyResultGoal
    LocalSecurities []GetMemoryPersistentMemoryPolicyResultLocalSecurity
    LogicalNamespaces []GetMemoryPersistentMemoryPolicyResultLogicalNamespace
    ManagementMode string
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    ObjectType string
    Organizations []GetMemoryPersistentMemoryPolicyResultOrganization
    Owners []string
    Parents []GetMemoryPersistentMemoryPolicyResultParent
    PermissionResources []GetMemoryPersistentMemoryPolicyResultPermissionResource
    Profiles []GetMemoryPersistentMemoryPolicyResultProfile
    RetainNamespaces bool
    Persistent Memory Namespaces to be retained or not.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetMemoryPersistentMemoryPolicyResultTag
    VersionContexts []GetMemoryPersistentMemoryPolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetMemoryPersistentMemoryPolicyResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    goals List<GetMemoryPersistentMemoryPolicyResultGoal>
    localSecurities List<GetMemoryPersistentMemoryPolicyResultLocalSecurity>
    logicalNamespaces List<GetMemoryPersistentMemoryPolicyResultLogicalNamespace>
    managementMode String
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    objectType String
    organizations List<GetMemoryPersistentMemoryPolicyResultOrganization>
    owners List<String>
    parents List<GetMemoryPersistentMemoryPolicyResultParent>
    permissionResources List<GetMemoryPersistentMemoryPolicyResultPermissionResource>
    profiles List<GetMemoryPersistentMemoryPolicyResultProfile>
    retainNamespaces Boolean
    Persistent Memory Namespaces to be retained or not.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetMemoryPersistentMemoryPolicyResultTag>
    versionContexts List<GetMemoryPersistentMemoryPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetMemoryPersistentMemoryPolicyResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    goals GetMemoryPersistentMemoryPolicyResultGoal[]
    localSecurities GetMemoryPersistentMemoryPolicyResultLocalSecurity[]
    logicalNamespaces GetMemoryPersistentMemoryPolicyResultLogicalNamespace[]
    managementMode string
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    objectType string
    organizations GetMemoryPersistentMemoryPolicyResultOrganization[]
    owners string[]
    parents GetMemoryPersistentMemoryPolicyResultParent[]
    permissionResources GetMemoryPersistentMemoryPolicyResultPermissionResource[]
    profiles GetMemoryPersistentMemoryPolicyResultProfile[]
    retainNamespaces boolean
    Persistent Memory Namespaces to be retained or not.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetMemoryPersistentMemoryPolicyResultTag[]
    versionContexts GetMemoryPersistentMemoryPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetMemoryPersistentMemoryPolicyResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    goals Sequence[GetMemoryPersistentMemoryPolicyResultGoal]
    local_securities Sequence[GetMemoryPersistentMemoryPolicyResultLocalSecurity]
    logical_namespaces Sequence[GetMemoryPersistentMemoryPolicyResultLogicalNamespace]
    management_mode str
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    object_type str
    organizations Sequence[GetMemoryPersistentMemoryPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetMemoryPersistentMemoryPolicyResultParent]
    permission_resources Sequence[GetMemoryPersistentMemoryPolicyResultPermissionResource]
    profiles Sequence[GetMemoryPersistentMemoryPolicyResultProfile]
    retain_namespaces bool
    Persistent Memory Namespaces to be retained or not.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetMemoryPersistentMemoryPolicyResultTag]
    version_contexts Sequence[GetMemoryPersistentMemoryPolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    goals List<Property Map>
    localSecurities List<Property Map>
    logicalNamespaces List<Property Map>
    managementMode String
    Management Mode of the policy. This can be either Configured from Intersight or Configured from Operating System.* configured-from-intersight - The Persistent Memory Modules are configured from Intersight thorugh Persistent Memory policy.* configured-from-operating-system - The Persistent Memory Modules are configured from operating system thorugh OS tools.
    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 the concrete policy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    profiles List<Property Map>
    retainNamespaces Boolean
    Persistent Memory Namespaces to be retained or not.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetMemoryPersistentMemoryPolicyResultAncestor

    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

    GetMemoryPersistentMemoryPolicyResultGoal

    GetMemoryPersistentMemoryPolicyResultLocalSecurity

    GetMemoryPersistentMemoryPolicyResultLogicalNamespace

    AdditionalProperties string
    Capacity double
    ClassId string
    Mode string
    Name string
    Name of the concrete policy.
    ObjectType string
    SocketId double
    SocketMemoryId string
    AdditionalProperties string
    Capacity float64
    ClassId string
    Mode string
    Name string
    Name of the concrete policy.
    ObjectType string
    SocketId float64
    SocketMemoryId string
    additionalProperties String
    capacity Double
    classId String
    mode String
    name String
    Name of the concrete policy.
    objectType String
    socketId Double
    socketMemoryId String
    additionalProperties string
    capacity number
    classId string
    mode string
    name string
    Name of the concrete policy.
    objectType string
    socketId number
    socketMemoryId string
    additional_properties str
    capacity float
    class_id str
    mode str
    name str
    Name of the concrete policy.
    object_type str
    socket_id float
    socket_memory_id str
    additionalProperties String
    capacity Number
    classId String
    mode String
    name String
    Name of the concrete policy.
    objectType String
    socketId Number
    socketMemoryId String

    GetMemoryPersistentMemoryPolicyResultOrganization

    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

    GetMemoryPersistentMemoryPolicyResultParent

    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

    GetMemoryPersistentMemoryPolicyResultPermissionResource

    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

    GetMemoryPersistentMemoryPolicyResultProfile

    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

    GetMemoryPersistentMemoryPolicyResultTag

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

    GetMemoryPersistentMemoryPolicyResultVersionContext

    GetMemoryPersistentMemoryPolicyResultVersionContextInterestedMo

    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

    GetMemoryPersistentMemoryPolicyResultVersionContextRefMo

    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

    GetMemoryPersistentMemoryPolicyTag

    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.

    GetMemoryPersistentMemoryPolicyVersionContext

    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<GetMemoryPersistentMemoryPolicyVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetMemoryPersistentMemoryPolicyVersionContextRefMo
    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 []GetMemoryPersistentMemoryPolicyVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetMemoryPersistentMemoryPolicyVersionContextRefMo
    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<GetMemoryPersistentMemoryPolicyVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetMemoryPersistentMemoryPolicyVersionContextRefMo
    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 GetMemoryPersistentMemoryPolicyVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetMemoryPersistentMemoryPolicyVersionContextRefMo
    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[GetMemoryPersistentMemoryPolicyVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetMemoryPersistentMemoryPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetMemoryPersistentMemoryPolicyVersionContextInterestedMo

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

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

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

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

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

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

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

    GetMemoryPersistentMemoryPolicyVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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