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

intersight.getStorageNvmeRaidConfiguration

Explore with Pulumi AI

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

    Object that stores Nvme Raid Configuration data under a Server Profile, used for creation of vd, update pd state for NVMe on reboot.

    Using getStorageNvmeRaidConfiguration

    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 getStorageNvmeRaidConfiguration(args: GetStorageNvmeRaidConfigurationArgs, opts?: InvokeOptions): Promise<GetStorageNvmeRaidConfigurationResult>
    function getStorageNvmeRaidConfigurationOutput(args: GetStorageNvmeRaidConfigurationOutputArgs, opts?: InvokeOptions): Output<GetStorageNvmeRaidConfigurationResult>
    def get_storage_nvme_raid_configuration(account_moid: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetStorageNvmeRaidConfigurationAncestor]] = None,
                                            class_id: Optional[str] = None,
                                            controller_dn: Optional[str] = None,
                                            controller_moid: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            disk_states: Optional[Sequence[GetStorageNvmeRaidConfigurationDiskState]] = None,
                                            domain_group_moid: Optional[str] = None,
                                            drive_groups: Optional[Sequence[GetStorageNvmeRaidConfigurationDriveGroup]] = None,
                                            id: Optional[str] = None,
                                            mod_time: Optional[str] = None,
                                            moid: Optional[str] = None,
                                            object_type: Optional[str] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetStorageNvmeRaidConfigurationParent] = None,
                                            permission_resources: Optional[Sequence[GetStorageNvmeRaidConfigurationPermissionResource]] = None,
                                            server_profile: Optional[GetStorageNvmeRaidConfigurationServerProfile] = None,
                                            shared_scope: Optional[str] = None,
                                            storage_policy: Optional[GetStorageNvmeRaidConfigurationStoragePolicy] = None,
                                            tags: Optional[Sequence[GetStorageNvmeRaidConfigurationTag]] = None,
                                            version_context: Optional[GetStorageNvmeRaidConfigurationVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetStorageNvmeRaidConfigurationResult
    def get_storage_nvme_raid_configuration_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNvmeRaidConfigurationAncestorArgs]]]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            controller_dn: Optional[pulumi.Input[str]] = None,
                                            controller_moid: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            disk_states: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNvmeRaidConfigurationDiskStateArgs]]]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            drive_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNvmeRaidConfigurationDriveGroupArgs]]]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            mod_time: Optional[pulumi.Input[str]] = None,
                                            moid: Optional[pulumi.Input[str]] = None,
                                            object_type: Optional[pulumi.Input[str]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetStorageNvmeRaidConfigurationParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNvmeRaidConfigurationPermissionResourceArgs]]]] = None,
                                            server_profile: Optional[pulumi.Input[GetStorageNvmeRaidConfigurationServerProfileArgs]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            storage_policy: Optional[pulumi.Input[GetStorageNvmeRaidConfigurationStoragePolicyArgs]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNvmeRaidConfigurationTagArgs]]]] = None,
                                            version_context: Optional[pulumi.Input[GetStorageNvmeRaidConfigurationVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetStorageNvmeRaidConfigurationResult]
    func LookupStorageNvmeRaidConfiguration(ctx *Context, args *LookupStorageNvmeRaidConfigurationArgs, opts ...InvokeOption) (*LookupStorageNvmeRaidConfigurationResult, error)
    func LookupStorageNvmeRaidConfigurationOutput(ctx *Context, args *LookupStorageNvmeRaidConfigurationOutputArgs, opts ...InvokeOption) LookupStorageNvmeRaidConfigurationResultOutput

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

    public static class GetStorageNvmeRaidConfiguration 
    {
        public static Task<GetStorageNvmeRaidConfigurationResult> InvokeAsync(GetStorageNvmeRaidConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageNvmeRaidConfigurationResult> Invoke(GetStorageNvmeRaidConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageNvmeRaidConfigurationResult> getStorageNvmeRaidConfiguration(GetStorageNvmeRaidConfigurationArgs args, InvokeOptions options)
    public static Output<GetStorageNvmeRaidConfigurationResult> getStorageNvmeRaidConfiguration(GetStorageNvmeRaidConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageNvmeRaidConfiguration:getStorageNvmeRaidConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNvmeRaidConfigurationAncestor>
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which Nvme RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates List<GetStorageNvmeRaidConfigurationDiskState>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups List<GetStorageNvmeRaidConfigurationDriveGroup>
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetStorageNvmeRaidConfigurationParent
    PermissionResources List<GetStorageNvmeRaidConfigurationPermissionResource>
    ServerProfile GetStorageNvmeRaidConfigurationServerProfile
    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.
    StoragePolicy GetStorageNvmeRaidConfigurationStoragePolicy
    Tags List<GetStorageNvmeRaidConfigurationTag>
    VersionContext GetStorageNvmeRaidConfigurationVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNvmeRaidConfigurationAncestor
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which Nvme RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates []GetStorageNvmeRaidConfigurationDiskState
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups []GetStorageNvmeRaidConfigurationDriveGroup
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetStorageNvmeRaidConfigurationParent
    PermissionResources []GetStorageNvmeRaidConfigurationPermissionResource
    ServerProfile GetStorageNvmeRaidConfigurationServerProfile
    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.
    StoragePolicy GetStorageNvmeRaidConfigurationStoragePolicy
    Tags []GetStorageNvmeRaidConfigurationTag
    VersionContext GetStorageNvmeRaidConfigurationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNvmeRaidConfigurationAncestor>
    classId String
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which Nvme RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<GetStorageNvmeRaidConfigurationDiskState>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<GetStorageNvmeRaidConfigurationDriveGroup>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetStorageNvmeRaidConfigurationParent
    permissionResources List<GetStorageNvmeRaidConfigurationPermissionResource>
    serverProfile GetStorageNvmeRaidConfigurationServerProfile
    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.
    storagePolicy GetStorageNvmeRaidConfigurationStoragePolicy
    tags List<GetStorageNvmeRaidConfigurationTag>
    versionContext GetStorageNvmeRaidConfigurationVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNvmeRaidConfigurationAncestor[]
    classId string
    controllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controllerMoid string
    The storage controller Moid for which Nvme RAID creation is supported.
    createTime string
    The time when this managed object was created.
    diskStates GetStorageNvmeRaidConfigurationDiskState[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveGroups GetStorageNvmeRaidConfigurationDriveGroup[]
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetStorageNvmeRaidConfigurationParent
    permissionResources GetStorageNvmeRaidConfigurationPermissionResource[]
    serverProfile GetStorageNvmeRaidConfigurationServerProfile
    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.
    storagePolicy GetStorageNvmeRaidConfigurationStoragePolicy
    tags GetStorageNvmeRaidConfigurationTag[]
    versionContext GetStorageNvmeRaidConfigurationVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNvmeRaidConfigurationAncestor]
    class_id str
    controller_dn str
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controller_moid str
    The storage controller Moid for which Nvme RAID creation is supported.
    create_time str
    The time when this managed object was created.
    disk_states Sequence[GetStorageNvmeRaidConfigurationDiskState]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_groups Sequence[GetStorageNvmeRaidConfigurationDriveGroup]
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetStorageNvmeRaidConfigurationParent
    permission_resources Sequence[GetStorageNvmeRaidConfigurationPermissionResource]
    server_profile GetStorageNvmeRaidConfigurationServerProfile
    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.
    storage_policy GetStorageNvmeRaidConfigurationStoragePolicy
    tags Sequence[GetStorageNvmeRaidConfigurationTag]
    version_context GetStorageNvmeRaidConfigurationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which Nvme RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<Property Map>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    serverProfile Property Map
    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.
    storagePolicy Property Map
    tags List<Property Map>
    versionContext Property Map

    getStorageNvmeRaidConfiguration Result

    The following output properties are available:

    Supporting Types

    GetStorageNvmeRaidConfigurationAncestor

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

    GetStorageNvmeRaidConfigurationDiskState

    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Slot string
    Physical Disk Slot that is to be configured.
    State string
    Physical Disk State that is to be set at endpoint.
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Slot string
    Physical Disk Slot that is to be configured.
    State string
    Physical Disk State that is to be set at endpoint.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot String
    Physical Disk Slot that is to be configured.
    state String
    Physical Disk State that is to be set at endpoint.
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot string
    Physical Disk Slot that is to be configured.
    state string
    Physical Disk State that is to be set at endpoint.
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot str
    Physical Disk Slot that is to be configured.
    state str
    Physical Disk State that is to be set at endpoint.
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot String
    Physical Disk Slot that is to be configured.
    state String
    Physical Disk State that is to be set at endpoint.

    GetStorageNvmeRaidConfigurationDriveGroup

    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.
    Configurations List<GetStorageNvmeRaidConfigurationDriveGroupConfiguration>
    DedicatedHotSparesForDriveGroups List<GetStorageNvmeRaidConfigurationDriveGroupDedicatedHotSparesForDriveGroup>
    Name string
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    Configurations []GetStorageNvmeRaidConfigurationDriveGroupConfiguration
    DedicatedHotSparesForDriveGroups []GetStorageNvmeRaidConfigurationDriveGroupDedicatedHotSparesForDriveGroup
    Name string
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    configurations List<GetStorageNvmeRaidConfigurationDriveGroupConfiguration>
    dedicatedHotSparesForDriveGroups List<GetStorageNvmeRaidConfigurationDriveGroupDedicatedHotSparesForDriveGroup>
    name String
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    configurations GetStorageNvmeRaidConfigurationDriveGroupConfiguration[]
    dedicatedHotSparesForDriveGroups GetStorageNvmeRaidConfigurationDriveGroupDedicatedHotSparesForDriveGroup[]
    name string
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    configurations Sequence[GetStorageNvmeRaidConfigurationDriveGroupConfiguration]
    dedicated_hot_spares_for_drive_groups Sequence[GetStorageNvmeRaidConfigurationDriveGroupDedicatedHotSparesForDriveGroup]
    name str
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    configurations List<Property Map>
    dedicatedHotSparesForDriveGroups List<Property Map>
    name String
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetStorageNvmeRaidConfigurationDriveGroupConfiguration

    AccessPolicy string
    This defines the characteristics of a specific virtual drive.
    AdditionalProperties string
    Bootable bool
    This defines the characteristics of a specific virtual drive.
    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.
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    DedicatedHotSpare string
    This defines the characteristics of a specific virtual drive.
    DiskCachePolicy string
    This defines the characteristics of a specific virtual drive.
    Name string
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RaidLevel string
    This defines the characteristics of a specific virtual drive.
    ReadPolicy string
    This defines the characteristics of a specific virtual drive.
    SelfEncrypt string
    This defines the characteristics of a specific virtual drive.
    Size string
    This defines the characteristics of a specific virtual drive.
    SpanDisks List<string>
    StripSize string
    Virtual drive strip size.
    WritePolicy string
    This defines the characteristics of a specific virtual drive.
    AccessPolicy string
    This defines the characteristics of a specific virtual drive.
    AdditionalProperties string
    Bootable bool
    This defines the characteristics of a specific virtual drive.
    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.
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    DedicatedHotSpare string
    This defines the characteristics of a specific virtual drive.
    DiskCachePolicy string
    This defines the characteristics of a specific virtual drive.
    Name string
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RaidLevel string
    This defines the characteristics of a specific virtual drive.
    ReadPolicy string
    This defines the characteristics of a specific virtual drive.
    SelfEncrypt string
    This defines the characteristics of a specific virtual drive.
    Size string
    This defines the characteristics of a specific virtual drive.
    SpanDisks []string
    StripSize string
    Virtual drive strip size.
    WritePolicy string
    This defines the characteristics of a specific virtual drive.
    accessPolicy String
    This defines the characteristics of a specific virtual drive.
    additionalProperties String
    bootable Boolean
    This defines the characteristics of a specific virtual drive.
    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.
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicatedHotSpare String
    This defines the characteristics of a specific virtual drive.
    diskCachePolicy String
    This defines the characteristics of a specific virtual drive.
    name String
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    raidLevel String
    This defines the characteristics of a specific virtual drive.
    readPolicy String
    This defines the characteristics of a specific virtual drive.
    selfEncrypt String
    This defines the characteristics of a specific virtual drive.
    size String
    This defines the characteristics of a specific virtual drive.
    spanDisks List<String>
    stripSize String
    Virtual drive strip size.
    writePolicy String
    This defines the characteristics of a specific virtual drive.
    accessPolicy string
    This defines the characteristics of a specific virtual drive.
    additionalProperties string
    bootable boolean
    This defines the characteristics of a specific virtual drive.
    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.
    controllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicatedHotSpare string
    This defines the characteristics of a specific virtual drive.
    diskCachePolicy string
    This defines the characteristics of a specific virtual drive.
    name string
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    raidLevel string
    This defines the characteristics of a specific virtual drive.
    readPolicy string
    This defines the characteristics of a specific virtual drive.
    selfEncrypt string
    This defines the characteristics of a specific virtual drive.
    size string
    This defines the characteristics of a specific virtual drive.
    spanDisks string[]
    stripSize string
    Virtual drive strip size.
    writePolicy string
    This defines the characteristics of a specific virtual drive.
    access_policy str
    This defines the characteristics of a specific virtual drive.
    additional_properties str
    bootable bool
    This defines the characteristics of a specific virtual drive.
    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.
    controller_dn str
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicated_hot_spare str
    This defines the characteristics of a specific virtual drive.
    disk_cache_policy str
    This defines the characteristics of a specific virtual drive.
    name str
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    raid_level str
    This defines the characteristics of a specific virtual drive.
    read_policy str
    This defines the characteristics of a specific virtual drive.
    self_encrypt str
    This defines the characteristics of a specific virtual drive.
    size str
    This defines the characteristics of a specific virtual drive.
    span_disks Sequence[str]
    strip_size str
    Virtual drive strip size.
    write_policy str
    This defines the characteristics of a specific virtual drive.
    accessPolicy String
    This defines the characteristics of a specific virtual drive.
    additionalProperties String
    bootable Boolean
    This defines the characteristics of a specific virtual drive.
    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.
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicatedHotSpare String
    This defines the characteristics of a specific virtual drive.
    diskCachePolicy String
    This defines the characteristics of a specific virtual drive.
    name String
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    raidLevel String
    This defines the characteristics of a specific virtual drive.
    readPolicy String
    This defines the characteristics of a specific virtual drive.
    selfEncrypt String
    This defines the characteristics of a specific virtual drive.
    size String
    This defines the characteristics of a specific virtual drive.
    spanDisks List<String>
    stripSize String
    Virtual drive strip size.
    writePolicy String
    This defines the characteristics of a specific virtual drive.

    GetStorageNvmeRaidConfigurationDriveGroupDedicatedHotSparesForDriveGroup

    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.
    IsNewVd bool
    This defines if the vd does not exists at endpoint for specific storage controller per drive group. Only if it's false we will create dedicated hot spares for the existing vds.
    Name string
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Slot string
    Physical Disk Slot that is used as dedicated hot spare.
    VolumeDn string
    The volume dn of the dedicated hot spare, this will be unique for each dedicated hot spare.
    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.
    IsNewVd bool
    This defines if the vd does not exists at endpoint for specific storage controller per drive group. Only if it's false we will create dedicated hot spares for the existing vds.
    Name string
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Slot string
    Physical Disk Slot that is used as dedicated hot spare.
    VolumeDn string
    The volume dn of the dedicated hot spare, this will be unique for each dedicated hot spare.
    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.
    isNewVd Boolean
    This defines if the vd does not exists at endpoint for specific storage controller per drive group. Only if it's false we will create dedicated hot spares for the existing vds.
    name String
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot String
    Physical Disk Slot that is used as dedicated hot spare.
    volumeDn String
    The volume dn of the dedicated hot spare, this will be unique for each dedicated hot spare.
    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.
    isNewVd boolean
    This defines if the vd does not exists at endpoint for specific storage controller per drive group. Only if it's false we will create dedicated hot spares for the existing vds.
    name string
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot string
    Physical Disk Slot that is used as dedicated hot spare.
    volumeDn string
    The volume dn of the dedicated hot spare, this will be unique for each dedicated hot spare.
    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.
    is_new_vd bool
    This defines if the vd does not exists at endpoint for specific storage controller per drive group. Only if it's false we will create dedicated hot spares for the existing vds.
    name str
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot str
    Physical Disk Slot that is used as dedicated hot spare.
    volume_dn str
    The volume dn of the dedicated hot spare, this will be unique for each dedicated hot spare.
    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.
    isNewVd Boolean
    This defines if the vd does not exists at endpoint for specific storage controller per drive group. Only if it's false we will create dedicated hot spares for the existing vds.
    name String
    The name of the virtual drive. The name can be between 1 and 15 alphanumeric characters. Spaces or any special characters other than - (hyphen) and _ (underscore) are not allowed.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot String
    Physical Disk Slot that is used as dedicated hot spare.
    volumeDn String
    The volume dn of the dedicated hot spare, this will be unique for each dedicated hot spare.

    GetStorageNvmeRaidConfigurationParent

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

    GetStorageNvmeRaidConfigurationPermissionResource

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

    GetStorageNvmeRaidConfigurationResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNvmeRaidConfigurationResultAncestor>
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which Nvme RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates List<GetStorageNvmeRaidConfigurationResultDiskState>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups List<GetStorageNvmeRaidConfigurationResultDriveGroup>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetStorageNvmeRaidConfigurationResultParent>
    PermissionResources List<GetStorageNvmeRaidConfigurationResultPermissionResource>
    ServerProfiles List<GetStorageNvmeRaidConfigurationResultServerProfile>
    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.
    StoragePolicies List<GetStorageNvmeRaidConfigurationResultStoragePolicy>
    Tags List<GetStorageNvmeRaidConfigurationResultTag>
    VersionContexts List<GetStorageNvmeRaidConfigurationResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNvmeRaidConfigurationResultAncestor
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which Nvme RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates []GetStorageNvmeRaidConfigurationResultDiskState
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups []GetStorageNvmeRaidConfigurationResultDriveGroup
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetStorageNvmeRaidConfigurationResultParent
    PermissionResources []GetStorageNvmeRaidConfigurationResultPermissionResource
    ServerProfiles []GetStorageNvmeRaidConfigurationResultServerProfile
    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.
    StoragePolicies []GetStorageNvmeRaidConfigurationResultStoragePolicy
    Tags []GetStorageNvmeRaidConfigurationResultTag
    VersionContexts []GetStorageNvmeRaidConfigurationResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNvmeRaidConfigurationResultAncestor>
    classId String
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which Nvme RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<GetStorageNvmeRaidConfigurationResultDiskState>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<GetStorageNvmeRaidConfigurationResultDriveGroup>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetStorageNvmeRaidConfigurationResultParent>
    permissionResources List<GetStorageNvmeRaidConfigurationResultPermissionResource>
    serverProfiles List<GetStorageNvmeRaidConfigurationResultServerProfile>
    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.
    storagePolicies List<GetStorageNvmeRaidConfigurationResultStoragePolicy>
    tags List<GetStorageNvmeRaidConfigurationResultTag>
    versionContexts List<GetStorageNvmeRaidConfigurationResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNvmeRaidConfigurationResultAncestor[]
    classId string
    controllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controllerMoid string
    The storage controller Moid for which Nvme RAID creation is supported.
    createTime string
    The time when this managed object was created.
    diskStates GetStorageNvmeRaidConfigurationResultDiskState[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveGroups GetStorageNvmeRaidConfigurationResultDriveGroup[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetStorageNvmeRaidConfigurationResultParent[]
    permissionResources GetStorageNvmeRaidConfigurationResultPermissionResource[]
    serverProfiles GetStorageNvmeRaidConfigurationResultServerProfile[]
    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.
    storagePolicies GetStorageNvmeRaidConfigurationResultStoragePolicy[]
    tags GetStorageNvmeRaidConfigurationResultTag[]
    versionContexts GetStorageNvmeRaidConfigurationResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNvmeRaidConfigurationResultAncestor]
    class_id str
    controller_dn str
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controller_moid str
    The storage controller Moid for which Nvme RAID creation is supported.
    create_time str
    The time when this managed object was created.
    disk_states Sequence[GetStorageNvmeRaidConfigurationResultDiskState]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_groups Sequence[GetStorageNvmeRaidConfigurationResultDriveGroup]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageNvmeRaidConfigurationResultParent]
    permission_resources Sequence[GetStorageNvmeRaidConfigurationResultPermissionResource]
    server_profiles Sequence[GetStorageNvmeRaidConfigurationResultServerProfile]
    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.
    storage_policies Sequence[GetStorageNvmeRaidConfigurationResultStoragePolicy]
    tags Sequence[GetStorageNvmeRaidConfigurationResultTag]
    version_contexts Sequence[GetStorageNvmeRaidConfigurationResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which Nvme RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    serverProfiles List<Property Map>
    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.
    storagePolicies List<Property Map>
    tags List<Property Map>
    versionContexts List<Property Map>

    GetStorageNvmeRaidConfigurationResultAncestor

    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

    GetStorageNvmeRaidConfigurationResultDiskState

    AdditionalProperties string
    ClassId string
    ObjectType string
    Slot string
    State string
    AdditionalProperties string
    ClassId string
    ObjectType string
    Slot string
    State string
    additionalProperties String
    classId String
    objectType String
    slot String
    state String
    additionalProperties string
    classId string
    objectType string
    slot string
    state string
    additionalProperties String
    classId String
    objectType String
    slot String
    state String

    GetStorageNvmeRaidConfigurationResultDriveGroup

    GetStorageNvmeRaidConfigurationResultDriveGroupConfiguration

    AccessPolicy string
    AdditionalProperties string
    Bootable bool
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    DedicatedHotSpare string
    DiskCachePolicy string
    Name string
    ObjectType string
    RaidLevel string
    ReadPolicy string
    SelfEncrypt string
    Size string
    SpanDisks List<string>
    StripSize string
    WritePolicy string
    AccessPolicy string
    AdditionalProperties string
    Bootable bool
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    DedicatedHotSpare string
    DiskCachePolicy string
    Name string
    ObjectType string
    RaidLevel string
    ReadPolicy string
    SelfEncrypt string
    Size string
    SpanDisks []string
    StripSize string
    WritePolicy string
    accessPolicy String
    additionalProperties String
    bootable Boolean
    classId String
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicatedHotSpare String
    diskCachePolicy String
    name String
    objectType String
    raidLevel String
    readPolicy String
    selfEncrypt String
    size String
    spanDisks List<String>
    stripSize String
    writePolicy String
    accessPolicy string
    additionalProperties string
    bootable boolean
    classId string
    controllerDn string
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicatedHotSpare string
    diskCachePolicy string
    name string
    objectType string
    raidLevel string
    readPolicy string
    selfEncrypt string
    size string
    spanDisks string[]
    stripSize string
    writePolicy string
    access_policy str
    additional_properties str
    bootable bool
    class_id str
    controller_dn str
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicated_hot_spare str
    disk_cache_policy str
    name str
    object_type str
    raid_level str
    read_policy str
    self_encrypt str
    size str
    span_disks Sequence[str]
    strip_size str
    write_policy str
    accessPolicy String
    additionalProperties String
    bootable Boolean
    classId String
    controllerDn String
    The storage controller Dn Name for which Nvme RAID is created at endpoint.
    dedicatedHotSpare String
    diskCachePolicy String
    name String
    objectType String
    raidLevel String
    readPolicy String
    selfEncrypt String
    size String
    spanDisks List<String>
    stripSize String
    writePolicy String

    GetStorageNvmeRaidConfigurationResultDriveGroupDedicatedHotSparesForDriveGroup

    AdditionalProperties string
    ClassId string
    IsNewVd bool
    Name string
    ObjectType string
    Slot string
    VolumeDn string
    AdditionalProperties string
    ClassId string
    IsNewVd bool
    Name string
    ObjectType string
    Slot string
    VolumeDn string
    additionalProperties String
    classId String
    isNewVd Boolean
    name String
    objectType String
    slot String
    volumeDn String
    additionalProperties string
    classId string
    isNewVd boolean
    name string
    objectType string
    slot string
    volumeDn string
    additionalProperties String
    classId String
    isNewVd Boolean
    name String
    objectType String
    slot String
    volumeDn String

    GetStorageNvmeRaidConfigurationResultParent

    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

    GetStorageNvmeRaidConfigurationResultPermissionResource

    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

    GetStorageNvmeRaidConfigurationResultServerProfile

    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

    GetStorageNvmeRaidConfigurationResultStoragePolicy

    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

    GetStorageNvmeRaidConfigurationResultTag

    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

    GetStorageNvmeRaidConfigurationResultVersionContext

    GetStorageNvmeRaidConfigurationResultVersionContextInterestedMo

    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

    GetStorageNvmeRaidConfigurationResultVersionContextRefMo

    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

    GetStorageNvmeRaidConfigurationServerProfile

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

    GetStorageNvmeRaidConfigurationStoragePolicy

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

    GetStorageNvmeRaidConfigurationTag

    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.

    GetStorageNvmeRaidConfigurationVersionContext

    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<GetStorageNvmeRaidConfigurationVersionContextInterestedMo>
    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 GetStorageNvmeRaidConfigurationVersionContextRefMo
    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 []GetStorageNvmeRaidConfigurationVersionContextInterestedMo
    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 GetStorageNvmeRaidConfigurationVersionContextRefMo
    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<GetStorageNvmeRaidConfigurationVersionContextInterestedMo>
    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 GetStorageNvmeRaidConfigurationVersionContextRefMo
    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 GetStorageNvmeRaidConfigurationVersionContextInterestedMo[]
    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 GetStorageNvmeRaidConfigurationVersionContextRefMo
    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[GetStorageNvmeRaidConfigurationVersionContextInterestedMo]
    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 GetStorageNvmeRaidConfigurationVersionContextRefMo
    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.

    GetStorageNvmeRaidConfigurationVersionContextInterestedMo

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

    GetStorageNvmeRaidConfigurationVersionContextRefMo

    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