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

intersight.getStorageStoragePolicy

Explore with Pulumi AI

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

    The storage policy models the reusable storage related configuration that can be applied on many servers. This policy allows creation of RAID groups using existing disk group policies and virtual drives on the drive groups. The user has options to move all unused disks to JBOD or Unconfigured good state. The security of drives can be enabled through this policy using remote keys from a KMIP server or Manually configured keys.

    Using getStorageStoragePolicy

    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 getStorageStoragePolicy(args: GetStorageStoragePolicyArgs, opts?: InvokeOptions): Promise<GetStorageStoragePolicyResult>
    function getStorageStoragePolicyOutput(args: GetStorageStoragePolicyOutputArgs, opts?: InvokeOptions): Output<GetStorageStoragePolicyResult>
    def get_storage_storage_policy(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetStorageStoragePolicyAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   controller_attached_nvme_slots: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   default_drive_mode: Optional[str] = None,
                                   description: Optional[str] = None,
                                   direct_attached_nvme_slots: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   drive_groups: Optional[Sequence[GetStorageStoragePolicyDriveGroup]] = None,
                                   global_hot_spares: Optional[str] = None,
                                   id: Optional[str] = None,
                                   m2_virtual_drive: Optional[GetStorageStoragePolicyM2VirtualDrive] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   organization: Optional[GetStorageStoragePolicyOrganization] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetStorageStoragePolicyParent] = None,
                                   permission_resources: Optional[Sequence[GetStorageStoragePolicyPermissionResource]] = None,
                                   profiles: Optional[Sequence[GetStorageStoragePolicyProfile]] = None,
                                   raid0_drive: Optional[GetStorageStoragePolicyRaid0Drive] = None,
                                   raid_attached_nvme_slots: Optional[str] = None,
                                   secure_jbods: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   tags: Optional[Sequence[GetStorageStoragePolicyTag]] = None,
                                   unused_disks_state: Optional[str] = None,
                                   use_jbod_for_vd_creation: Optional[bool] = None,
                                   version_context: Optional[GetStorageStoragePolicyVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetStorageStoragePolicyResult
    def get_storage_storage_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageStoragePolicyAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   controller_attached_nvme_slots: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   default_drive_mode: Optional[pulumi.Input[str]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   direct_attached_nvme_slots: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   drive_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageStoragePolicyDriveGroupArgs]]]] = None,
                                   global_hot_spares: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   m2_virtual_drive: Optional[pulumi.Input[GetStorageStoragePolicyM2VirtualDriveArgs]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   organization: Optional[pulumi.Input[GetStorageStoragePolicyOrganizationArgs]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetStorageStoragePolicyParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageStoragePolicyPermissionResourceArgs]]]] = None,
                                   profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageStoragePolicyProfileArgs]]]] = None,
                                   raid0_drive: Optional[pulumi.Input[GetStorageStoragePolicyRaid0DriveArgs]] = None,
                                   raid_attached_nvme_slots: Optional[pulumi.Input[str]] = None,
                                   secure_jbods: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageStoragePolicyTagArgs]]]] = None,
                                   unused_disks_state: Optional[pulumi.Input[str]] = None,
                                   use_jbod_for_vd_creation: Optional[pulumi.Input[bool]] = None,
                                   version_context: Optional[pulumi.Input[GetStorageStoragePolicyVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetStorageStoragePolicyResult]
    func LookupStorageStoragePolicy(ctx *Context, args *LookupStorageStoragePolicyArgs, opts ...InvokeOption) (*LookupStorageStoragePolicyResult, error)
    func LookupStorageStoragePolicyOutput(ctx *Context, args *LookupStorageStoragePolicyOutputArgs, opts ...InvokeOption) LookupStorageStoragePolicyResultOutput

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

    public static class GetStorageStoragePolicy 
    {
        public static Task<GetStorageStoragePolicyResult> InvokeAsync(GetStorageStoragePolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageStoragePolicyResult> Invoke(GetStorageStoragePolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageStoragePolicyResult> getStorageStoragePolicy(GetStorageStoragePolicyArgs args, InvokeOptions options)
    public static Output<GetStorageStoragePolicyResult> getStorageStoragePolicy(GetStorageStoragePolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageStoragePolicy:getStorageStoragePolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageStoragePolicyAncestor>
    ClassId string
    ControllerAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    CreateTime string
    The time when this managed object was created.
    DefaultDriveMode string
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    Description string
    Description of the policy.
    DirectAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups List<GetStorageStoragePolicyDriveGroup>
    GlobalHotSpares string
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    Id string
    M2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organization GetStorageStoragePolicyOrganization
    Owners List<string>
    Parent GetStorageStoragePolicyParent
    PermissionResources List<GetStorageStoragePolicyPermissionResource>
    Profiles List<GetStorageStoragePolicyProfile>
    Raid0Drive GetStorageStoragePolicyRaid0Drive
    RaidAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    SecureJbods string
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetStorageStoragePolicyTag>
    UnusedDisksState string
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    UseJbodForVdCreation bool
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    VersionContext GetStorageStoragePolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageStoragePolicyAncestor
    ClassId string
    ControllerAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    CreateTime string
    The time when this managed object was created.
    DefaultDriveMode string
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    Description string
    Description of the policy.
    DirectAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups []GetStorageStoragePolicyDriveGroup
    GlobalHotSpares string
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    Id string
    M2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organization GetStorageStoragePolicyOrganization
    Owners []string
    Parent GetStorageStoragePolicyParent
    PermissionResources []GetStorageStoragePolicyPermissionResource
    Profiles []GetStorageStoragePolicyProfile
    Raid0Drive GetStorageStoragePolicyRaid0Drive
    RaidAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    SecureJbods string
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetStorageStoragePolicyTag
    UnusedDisksState string
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    UseJbodForVdCreation bool
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    VersionContext GetStorageStoragePolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageStoragePolicyAncestor>
    classId String
    controllerAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    createTime String
    The time when this managed object was created.
    defaultDriveMode String
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description String
    Description of the policy.
    directAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<GetStorageStoragePolicyDriveGroup>
    globalHotSpares String
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    id String
    m2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organization GetStorageStoragePolicyOrganization
    owners List<String>
    parent GetStorageStoragePolicyParent
    permissionResources List<GetStorageStoragePolicyPermissionResource>
    profiles List<GetStorageStoragePolicyProfile>
    raid0Drive GetStorageStoragePolicyRaid0Drive
    raidAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secureJbods String
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetStorageStoragePolicyTag>
    unusedDisksState String
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    useJbodForVdCreation Boolean
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    versionContext GetStorageStoragePolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageStoragePolicyAncestor[]
    classId string
    controllerAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    createTime string
    The time when this managed object was created.
    defaultDriveMode string
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description string
    Description of the policy.
    directAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveGroups GetStorageStoragePolicyDriveGroup[]
    globalHotSpares string
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    id string
    m2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    organization GetStorageStoragePolicyOrganization
    owners string[]
    parent GetStorageStoragePolicyParent
    permissionResources GetStorageStoragePolicyPermissionResource[]
    profiles GetStorageStoragePolicyProfile[]
    raid0Drive GetStorageStoragePolicyRaid0Drive
    raidAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secureJbods string
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetStorageStoragePolicyTag[]
    unusedDisksState string
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    useJbodForVdCreation boolean
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    versionContext GetStorageStoragePolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageStoragePolicyAncestor]
    class_id str
    controller_attached_nvme_slots str
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    create_time str
    The time when this managed object was created.
    default_drive_mode str
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description str
    Description of the policy.
    direct_attached_nvme_slots str
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_groups Sequence[GetStorageStoragePolicyDriveGroup]
    global_hot_spares str
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    id str
    m2_virtual_drive GetStorageStoragePolicyM2VirtualDrive
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    organization GetStorageStoragePolicyOrganization
    owners Sequence[str]
    parent GetStorageStoragePolicyParent
    permission_resources Sequence[GetStorageStoragePolicyPermissionResource]
    profiles Sequence[GetStorageStoragePolicyProfile]
    raid0_drive GetStorageStoragePolicyRaid0Drive
    raid_attached_nvme_slots str
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secure_jbods str
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetStorageStoragePolicyTag]
    unused_disks_state str
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    use_jbod_for_vd_creation bool
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    version_context GetStorageStoragePolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    controllerAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    createTime String
    The time when this managed object was created.
    defaultDriveMode String
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description String
    Description of the policy.
    directAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<Property Map>
    globalHotSpares String
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    id String
    m2VirtualDrive Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    profiles List<Property Map>
    raid0Drive Property Map
    raidAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secureJbods String
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    unusedDisksState String
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    useJbodForVdCreation Boolean
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    versionContext Property Map

    getStorageStoragePolicy Result

    The following output properties are available:

    Id string
    Results List<GetStorageStoragePolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageStoragePolicyAncestor>
    ClassId string
    ControllerAttachedNvmeSlots string
    CreateTime string
    DefaultDriveMode string
    Description string
    DirectAttachedNvmeSlots string
    DomainGroupMoid string
    DriveGroups List<GetStorageStoragePolicyDriveGroup>
    GlobalHotSpares string
    M2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetStorageStoragePolicyOrganization
    Owners List<string>
    Parent GetStorageStoragePolicyParent
    PermissionResources List<GetStorageStoragePolicyPermissionResource>
    Profiles List<GetStorageStoragePolicyProfile>
    Raid0Drive GetStorageStoragePolicyRaid0Drive
    RaidAttachedNvmeSlots string
    SecureJbods string
    SharedScope string
    Tags List<GetStorageStoragePolicyTag>
    UnusedDisksState string
    UseJbodForVdCreation bool
    VersionContext GetStorageStoragePolicyVersionContext
    Id string
    Results []GetStorageStoragePolicyResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageStoragePolicyAncestor
    ClassId string
    ControllerAttachedNvmeSlots string
    CreateTime string
    DefaultDriveMode string
    Description string
    DirectAttachedNvmeSlots string
    DomainGroupMoid string
    DriveGroups []GetStorageStoragePolicyDriveGroup
    GlobalHotSpares string
    M2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetStorageStoragePolicyOrganization
    Owners []string
    Parent GetStorageStoragePolicyParent
    PermissionResources []GetStorageStoragePolicyPermissionResource
    Profiles []GetStorageStoragePolicyProfile
    Raid0Drive GetStorageStoragePolicyRaid0Drive
    RaidAttachedNvmeSlots string
    SecureJbods string
    SharedScope string
    Tags []GetStorageStoragePolicyTag
    UnusedDisksState string
    UseJbodForVdCreation bool
    VersionContext GetStorageStoragePolicyVersionContext
    id String
    results List<GetStorageStoragePolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageStoragePolicyAncestor>
    classId String
    controllerAttachedNvmeSlots String
    createTime String
    defaultDriveMode String
    description String
    directAttachedNvmeSlots String
    domainGroupMoid String
    driveGroups List<GetStorageStoragePolicyDriveGroup>
    globalHotSpares String
    m2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    modTime String
    moid String
    name String
    objectType String
    organization GetStorageStoragePolicyOrganization
    owners List<String>
    parent GetStorageStoragePolicyParent
    permissionResources List<GetStorageStoragePolicyPermissionResource>
    profiles List<GetStorageStoragePolicyProfile>
    raid0Drive GetStorageStoragePolicyRaid0Drive
    raidAttachedNvmeSlots String
    secureJbods String
    sharedScope String
    tags List<GetStorageStoragePolicyTag>
    unusedDisksState String
    useJbodForVdCreation Boolean
    versionContext GetStorageStoragePolicyVersionContext
    id string
    results GetStorageStoragePolicyResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageStoragePolicyAncestor[]
    classId string
    controllerAttachedNvmeSlots string
    createTime string
    defaultDriveMode string
    description string
    directAttachedNvmeSlots string
    domainGroupMoid string
    driveGroups GetStorageStoragePolicyDriveGroup[]
    globalHotSpares string
    m2VirtualDrive GetStorageStoragePolicyM2VirtualDrive
    modTime string
    moid string
    name string
    objectType string
    organization GetStorageStoragePolicyOrganization
    owners string[]
    parent GetStorageStoragePolicyParent
    permissionResources GetStorageStoragePolicyPermissionResource[]
    profiles GetStorageStoragePolicyProfile[]
    raid0Drive GetStorageStoragePolicyRaid0Drive
    raidAttachedNvmeSlots string
    secureJbods string
    sharedScope string
    tags GetStorageStoragePolicyTag[]
    unusedDisksState string
    useJbodForVdCreation boolean
    versionContext GetStorageStoragePolicyVersionContext
    id str
    results Sequence[GetStorageStoragePolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageStoragePolicyAncestor]
    class_id str
    controller_attached_nvme_slots str
    create_time str
    default_drive_mode str
    description str
    direct_attached_nvme_slots str
    domain_group_moid str
    drive_groups Sequence[GetStorageStoragePolicyDriveGroup]
    global_hot_spares str
    m2_virtual_drive GetStorageStoragePolicyM2VirtualDrive
    mod_time str
    moid str
    name str
    object_type str
    organization GetStorageStoragePolicyOrganization
    owners Sequence[str]
    parent GetStorageStoragePolicyParent
    permission_resources Sequence[GetStorageStoragePolicyPermissionResource]
    profiles Sequence[GetStorageStoragePolicyProfile]
    raid0_drive GetStorageStoragePolicyRaid0Drive
    raid_attached_nvme_slots str
    secure_jbods str
    shared_scope str
    tags Sequence[GetStorageStoragePolicyTag]
    unused_disks_state str
    use_jbod_for_vd_creation bool
    version_context GetStorageStoragePolicyVersionContext

    Supporting Types

    GetStorageStoragePolicyAncestor

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

    GetStorageStoragePolicyDriveGroup

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

    GetStorageStoragePolicyM2VirtualDrive

    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.
    ControllerSlot string
    Select the M.2 RAID controller slot on which the virtual drive is to be created. Select 'MSTOR-RAID-1' to create virtual drive on the M.2 RAID controller in the first slot or in the MSTOR-RAID slot, 'MSTOR-RAID-2' for second slot, 'MSTOR-RAID-1, MSTOR-RAID-2' for both slots or either slot.

    • MSTOR-RAID-1 - Virtual drive will be created on the M.2 RAID controller in the first slot.
    • MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in the second slot, if available.
    • MSTOR-RAID-1,MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in both the slots, if available.
    Enable bool
    If enabled, this will create a virtual drive on the M.2 RAID controller.
    Name string
    Name of the concrete policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    ControllerSlot string
    Select the M.2 RAID controller slot on which the virtual drive is to be created. Select 'MSTOR-RAID-1' to create virtual drive on the M.2 RAID controller in the first slot or in the MSTOR-RAID slot, 'MSTOR-RAID-2' for second slot, 'MSTOR-RAID-1, MSTOR-RAID-2' for both slots or either slot.

    • MSTOR-RAID-1 - Virtual drive will be created on the M.2 RAID controller in the first slot.
    • MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in the second slot, if available.
    • MSTOR-RAID-1,MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in both the slots, if available.
    Enable bool
    If enabled, this will create a virtual drive on the M.2 RAID controller.
    Name string
    Name of the concrete policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    controllerSlot String
    Select the M.2 RAID controller slot on which the virtual drive is to be created. Select 'MSTOR-RAID-1' to create virtual drive on the M.2 RAID controller in the first slot or in the MSTOR-RAID slot, 'MSTOR-RAID-2' for second slot, 'MSTOR-RAID-1, MSTOR-RAID-2' for both slots or either slot.

    • MSTOR-RAID-1 - Virtual drive will be created on the M.2 RAID controller in the first slot.
    • MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in the second slot, if available.
    • MSTOR-RAID-1,MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in both the slots, if available.
    enable Boolean
    If enabled, this will create a virtual drive on the M.2 RAID controller.
    name String
    Name of the concrete policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    controllerSlot string
    Select the M.2 RAID controller slot on which the virtual drive is to be created. Select 'MSTOR-RAID-1' to create virtual drive on the M.2 RAID controller in the first slot or in the MSTOR-RAID slot, 'MSTOR-RAID-2' for second slot, 'MSTOR-RAID-1, MSTOR-RAID-2' for both slots or either slot.

    • MSTOR-RAID-1 - Virtual drive will be created on the M.2 RAID controller in the first slot.
    • MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in the second slot, if available.
    • MSTOR-RAID-1,MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in both the slots, if available.
    enable boolean
    If enabled, this will create a virtual drive on the M.2 RAID controller.
    name string
    Name of the concrete policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    controller_slot str
    Select the M.2 RAID controller slot on which the virtual drive is to be created. Select 'MSTOR-RAID-1' to create virtual drive on the M.2 RAID controller in the first slot or in the MSTOR-RAID slot, 'MSTOR-RAID-2' for second slot, 'MSTOR-RAID-1, MSTOR-RAID-2' for both slots or either slot.

    • MSTOR-RAID-1 - Virtual drive will be created on the M.2 RAID controller in the first slot.
    • MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in the second slot, if available.
    • MSTOR-RAID-1,MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in both the slots, if available.
    enable bool
    If enabled, this will create a virtual drive on the M.2 RAID controller.
    name str
    Name of the concrete policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    controllerSlot String
    Select the M.2 RAID controller slot on which the virtual drive is to be created. Select 'MSTOR-RAID-1' to create virtual drive on the M.2 RAID controller in the first slot or in the MSTOR-RAID slot, 'MSTOR-RAID-2' for second slot, 'MSTOR-RAID-1, MSTOR-RAID-2' for both slots or either slot.

    • MSTOR-RAID-1 - Virtual drive will be created on the M.2 RAID controller in the first slot.
    • MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in the second slot, if available.
    • MSTOR-RAID-1,MSTOR-RAID-2 - Virtual drive will be created on the M.2 RAID controller in both the slots, if available.
    enable Boolean
    If enabled, this will create a virtual drive on the M.2 RAID controller.
    name String
    Name of the concrete policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetStorageStoragePolicyOrganization

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

    GetStorageStoragePolicyParent

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

    GetStorageStoragePolicyPermissionResource

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

    GetStorageStoragePolicyProfile

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

    GetStorageStoragePolicyRaid0Drive

    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.
    DriveSlots string
    The set of drive slots where RAID0 virtual drives must be created.
    DriveSlotsList string
    The list of drive slots where RAID0 virtual drives must be created (comma separated).
    Enable bool
    If enabled, this will create a RAID0 virtual drive per disk and encompassing the whole disk.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    VirtualDrivePolicy GetStorageStoragePolicyRaid0DriveVirtualDrivePolicy
    This defines the characteristics of a specific virtual drive.
    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.
    DriveSlots string
    The set of drive slots where RAID0 virtual drives must be created.
    DriveSlotsList string
    The list of drive slots where RAID0 virtual drives must be created (comma separated).
    Enable bool
    If enabled, this will create a RAID0 virtual drive per disk and encompassing the whole disk.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    VirtualDrivePolicy GetStorageStoragePolicyRaid0DriveVirtualDrivePolicy
    This defines the characteristics of a specific virtual drive.
    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.
    driveSlots String
    The set of drive slots where RAID0 virtual drives must be created.
    driveSlotsList String
    The list of drive slots where RAID0 virtual drives must be created (comma separated).
    enable Boolean
    If enabled, this will create a RAID0 virtual drive per disk and encompassing the whole disk.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtualDrivePolicy GetStorageStoragePolicyRaid0DriveVirtualDrivePolicy
    This defines the characteristics of a specific virtual drive.
    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.
    driveSlots string
    The set of drive slots where RAID0 virtual drives must be created.
    driveSlotsList string
    The list of drive slots where RAID0 virtual drives must be created (comma separated).
    enable boolean
    If enabled, this will create a RAID0 virtual drive per disk and encompassing the whole disk.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtualDrivePolicy GetStorageStoragePolicyRaid0DriveVirtualDrivePolicy
    This defines the characteristics of a specific virtual drive.
    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.
    drive_slots str
    The set of drive slots where RAID0 virtual drives must be created.
    drive_slots_list str
    The list of drive slots where RAID0 virtual drives must be created (comma separated).
    enable bool
    If enabled, this will create a RAID0 virtual drive per disk and encompassing the whole disk.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtual_drive_policy GetStorageStoragePolicyRaid0DriveVirtualDrivePolicy
    This defines the characteristics of a specific virtual drive.
    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.
    driveSlots String
    The set of drive slots where RAID0 virtual drives must be created.
    driveSlotsList String
    The list of drive slots where RAID0 virtual drives must be created (comma separated).
    enable Boolean
    If enabled, this will create a RAID0 virtual drive per disk and encompassing the whole disk.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    virtualDrivePolicy Property Map
    This defines the characteristics of a specific virtual drive.

    GetStorageStoragePolicyRaid0DriveVirtualDrivePolicy

    AccessPolicy string
    Access policy that host has on this virtual drive.

    • Default - Use platform default access mode.
    • ReadWrite - Enables host to perform read-write on the VD.
    • ReadOnly - Host can only read from the VD.
    • Blocked - Host can neither read nor write to the VD.
    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.
    DriveCache string
    Disk cache policy for the virtual drive.

    • Default - Use platform default drive cache mode.
    • NoChange - Drive cache policy is unchanged.
    • Enable - Enables IO caching on the drive.
    • Disable - Disables IO caching on the drive.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ReadPolicy string
    Read ahead mode to be used to read data from this virtual drive.

    • Default - Use platform default read ahead mode.
    • ReadAhead - Use read ahead mode for the policy.
    • NoReadAhead - Do not use read ahead mode for the policy.
    StripSize double
    Desired strip size - Allowed values are 64KiB, 128KiB, 256KiB, 512KiB, 1024KiB.

    • 64 - Number of bytes in a strip is 64 Kibibytes.
    • 128 - Number of bytes in a strip is 128 Kibibytes.
    • 256 - Number of bytes in a strip is 256 Kibibytes.
    • 512 - Number of bytes in a strip is 512 Kibibytes.
    • 1024 - Number of bytes in a strip is 1024 Kibibytes or 1 Mebibyte.
    WritePolicy string
    Write mode to be used to write data to this virtual drive.

    • Default - Use platform default write mode.
    • WriteThrough - Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
    • WriteBackGoodBbu - Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the battery backup unit (BBU) cannot guarantee the safety of the cache in the event of a power failure.
    • AlwaysWriteBack - With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.
    AccessPolicy string
    Access policy that host has on this virtual drive.

    • Default - Use platform default access mode.
    • ReadWrite - Enables host to perform read-write on the VD.
    • ReadOnly - Host can only read from the VD.
    • Blocked - Host can neither read nor write to the VD.
    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.
    DriveCache string
    Disk cache policy for the virtual drive.

    • Default - Use platform default drive cache mode.
    • NoChange - Drive cache policy is unchanged.
    • Enable - Enables IO caching on the drive.
    • Disable - Disables IO caching on the drive.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ReadPolicy string
    Read ahead mode to be used to read data from this virtual drive.

    • Default - Use platform default read ahead mode.
    • ReadAhead - Use read ahead mode for the policy.
    • NoReadAhead - Do not use read ahead mode for the policy.
    StripSize float64
    Desired strip size - Allowed values are 64KiB, 128KiB, 256KiB, 512KiB, 1024KiB.

    • 64 - Number of bytes in a strip is 64 Kibibytes.
    • 128 - Number of bytes in a strip is 128 Kibibytes.
    • 256 - Number of bytes in a strip is 256 Kibibytes.
    • 512 - Number of bytes in a strip is 512 Kibibytes.
    • 1024 - Number of bytes in a strip is 1024 Kibibytes or 1 Mebibyte.
    WritePolicy string
    Write mode to be used to write data to this virtual drive.

    • Default - Use platform default write mode.
    • WriteThrough - Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
    • WriteBackGoodBbu - Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the battery backup unit (BBU) cannot guarantee the safety of the cache in the event of a power failure.
    • AlwaysWriteBack - With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.
    accessPolicy String
    Access policy that host has on this virtual drive.

    • Default - Use platform default access mode.
    • ReadWrite - Enables host to perform read-write on the VD.
    • ReadOnly - Host can only read from the VD.
    • Blocked - Host can neither read nor write to the VD.
    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.
    driveCache String
    Disk cache policy for the virtual drive.

    • Default - Use platform default drive cache mode.
    • NoChange - Drive cache policy is unchanged.
    • Enable - Enables IO caching on the drive.
    • Disable - Disables IO caching on the drive.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    readPolicy String
    Read ahead mode to be used to read data from this virtual drive.

    • Default - Use platform default read ahead mode.
    • ReadAhead - Use read ahead mode for the policy.
    • NoReadAhead - Do not use read ahead mode for the policy.
    stripSize Double
    Desired strip size - Allowed values are 64KiB, 128KiB, 256KiB, 512KiB, 1024KiB.

    • 64 - Number of bytes in a strip is 64 Kibibytes.
    • 128 - Number of bytes in a strip is 128 Kibibytes.
    • 256 - Number of bytes in a strip is 256 Kibibytes.
    • 512 - Number of bytes in a strip is 512 Kibibytes.
    • 1024 - Number of bytes in a strip is 1024 Kibibytes or 1 Mebibyte.
    writePolicy String
    Write mode to be used to write data to this virtual drive.

    • Default - Use platform default write mode.
    • WriteThrough - Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
    • WriteBackGoodBbu - Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the battery backup unit (BBU) cannot guarantee the safety of the cache in the event of a power failure.
    • AlwaysWriteBack - With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.
    accessPolicy string
    Access policy that host has on this virtual drive.

    • Default - Use platform default access mode.
    • ReadWrite - Enables host to perform read-write on the VD.
    • ReadOnly - Host can only read from the VD.
    • Blocked - Host can neither read nor write to the VD.
    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.
    driveCache string
    Disk cache policy for the virtual drive.

    • Default - Use platform default drive cache mode.
    • NoChange - Drive cache policy is unchanged.
    • Enable - Enables IO caching on the drive.
    • Disable - Disables IO caching on the drive.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    readPolicy string
    Read ahead mode to be used to read data from this virtual drive.

    • Default - Use platform default read ahead mode.
    • ReadAhead - Use read ahead mode for the policy.
    • NoReadAhead - Do not use read ahead mode for the policy.
    stripSize number
    Desired strip size - Allowed values are 64KiB, 128KiB, 256KiB, 512KiB, 1024KiB.

    • 64 - Number of bytes in a strip is 64 Kibibytes.
    • 128 - Number of bytes in a strip is 128 Kibibytes.
    • 256 - Number of bytes in a strip is 256 Kibibytes.
    • 512 - Number of bytes in a strip is 512 Kibibytes.
    • 1024 - Number of bytes in a strip is 1024 Kibibytes or 1 Mebibyte.
    writePolicy string
    Write mode to be used to write data to this virtual drive.

    • Default - Use platform default write mode.
    • WriteThrough - Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
    • WriteBackGoodBbu - Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the battery backup unit (BBU) cannot guarantee the safety of the cache in the event of a power failure.
    • AlwaysWriteBack - With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.
    access_policy str
    Access policy that host has on this virtual drive.

    • Default - Use platform default access mode.
    • ReadWrite - Enables host to perform read-write on the VD.
    • ReadOnly - Host can only read from the VD.
    • Blocked - Host can neither read nor write to the VD.
    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.
    drive_cache str
    Disk cache policy for the virtual drive.

    • Default - Use platform default drive cache mode.
    • NoChange - Drive cache policy is unchanged.
    • Enable - Enables IO caching on the drive.
    • Disable - Disables IO caching on the drive.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    read_policy str
    Read ahead mode to be used to read data from this virtual drive.

    • Default - Use platform default read ahead mode.
    • ReadAhead - Use read ahead mode for the policy.
    • NoReadAhead - Do not use read ahead mode for the policy.
    strip_size float
    Desired strip size - Allowed values are 64KiB, 128KiB, 256KiB, 512KiB, 1024KiB.

    • 64 - Number of bytes in a strip is 64 Kibibytes.
    • 128 - Number of bytes in a strip is 128 Kibibytes.
    • 256 - Number of bytes in a strip is 256 Kibibytes.
    • 512 - Number of bytes in a strip is 512 Kibibytes.
    • 1024 - Number of bytes in a strip is 1024 Kibibytes or 1 Mebibyte.
    write_policy str
    Write mode to be used to write data to this virtual drive.

    • Default - Use platform default write mode.
    • WriteThrough - Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
    • WriteBackGoodBbu - Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the battery backup unit (BBU) cannot guarantee the safety of the cache in the event of a power failure.
    • AlwaysWriteBack - With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.
    accessPolicy String
    Access policy that host has on this virtual drive.

    • Default - Use platform default access mode.
    • ReadWrite - Enables host to perform read-write on the VD.
    • ReadOnly - Host can only read from the VD.
    • Blocked - Host can neither read nor write to the VD.
    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.
    driveCache String
    Disk cache policy for the virtual drive.

    • Default - Use platform default drive cache mode.
    • NoChange - Drive cache policy is unchanged.
    • Enable - Enables IO caching on the drive.
    • Disable - Disables IO caching on the drive.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    readPolicy String
    Read ahead mode to be used to read data from this virtual drive.

    • Default - Use platform default read ahead mode.
    • ReadAhead - Use read ahead mode for the policy.
    • NoReadAhead - Do not use read ahead mode for the policy.
    stripSize Number
    Desired strip size - Allowed values are 64KiB, 128KiB, 256KiB, 512KiB, 1024KiB.

    • 64 - Number of bytes in a strip is 64 Kibibytes.
    • 128 - Number of bytes in a strip is 128 Kibibytes.
    • 256 - Number of bytes in a strip is 256 Kibibytes.
    • 512 - Number of bytes in a strip is 512 Kibibytes.
    • 1024 - Number of bytes in a strip is 1024 Kibibytes or 1 Mebibyte.
    writePolicy String
    Write mode to be used to write data to this virtual drive.

    • Default - Use platform default write mode.
    • WriteThrough - Data is written through the cache and to the physical drives. Performance is improved, because subsequent reads of that data can be satisfied from the cache.
    • WriteBackGoodBbu - Data is stored in the cache, and is only written to the physical drives when space in the cache is needed. Virtual drives requesting this policy fall back to Write Through caching when the battery backup unit (BBU) cannot guarantee the safety of the cache in the event of a power failure.
    • AlwaysWriteBack - With this policy, write caching remains Write Back even if the battery backup unit is defective or discharged.

    GetStorageStoragePolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageStoragePolicyResultAncestor>
    ClassId string
    ControllerAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    CreateTime string
    The time when this managed object was created.
    DefaultDriveMode string
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    Description string
    Description of the policy.
    DirectAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups List<GetStorageStoragePolicyResultDriveGroup>
    GlobalHotSpares string
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    M2VirtualDrives List<GetStorageStoragePolicyResultM2VirtualDrife>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organizations List<GetStorageStoragePolicyResultOrganization>
    Owners List<string>
    Parents List<GetStorageStoragePolicyResultParent>
    PermissionResources List<GetStorageStoragePolicyResultPermissionResource>
    Profiles List<GetStorageStoragePolicyResultProfile>
    Raid0Drives List<GetStorageStoragePolicyResultRaid0Drife>
    RaidAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    SecureJbods string
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetStorageStoragePolicyResultTag>
    UnusedDisksState string
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    UseJbodForVdCreation bool
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    VersionContexts List<GetStorageStoragePolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageStoragePolicyResultAncestor
    ClassId string
    ControllerAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    CreateTime string
    The time when this managed object was created.
    DefaultDriveMode string
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    Description string
    Description of the policy.
    DirectAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups []GetStorageStoragePolicyResultDriveGroup
    GlobalHotSpares string
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    M2VirtualDrives []GetStorageStoragePolicyResultM2VirtualDrife
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Organizations []GetStorageStoragePolicyResultOrganization
    Owners []string
    Parents []GetStorageStoragePolicyResultParent
    PermissionResources []GetStorageStoragePolicyResultPermissionResource
    Profiles []GetStorageStoragePolicyResultProfile
    Raid0Drives []GetStorageStoragePolicyResultRaid0Drife
    RaidAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    SecureJbods string
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetStorageStoragePolicyResultTag
    UnusedDisksState string
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    UseJbodForVdCreation bool
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    VersionContexts []GetStorageStoragePolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageStoragePolicyResultAncestor>
    classId String
    controllerAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    createTime String
    The time when this managed object was created.
    defaultDriveMode String
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description String
    Description of the policy.
    directAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<GetStorageStoragePolicyResultDriveGroup>
    globalHotSpares String
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    m2VirtualDrives List<GetStorageStoragePolicyResultM2VirtualDrife>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organizations List<GetStorageStoragePolicyResultOrganization>
    owners List<String>
    parents List<GetStorageStoragePolicyResultParent>
    permissionResources List<GetStorageStoragePolicyResultPermissionResource>
    profiles List<GetStorageStoragePolicyResultProfile>
    raid0Drives List<GetStorageStoragePolicyResultRaid0Drife>
    raidAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secureJbods String
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetStorageStoragePolicyResultTag>
    unusedDisksState String
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    useJbodForVdCreation Boolean
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    versionContexts List<GetStorageStoragePolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageStoragePolicyResultAncestor[]
    classId string
    controllerAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    createTime string
    The time when this managed object was created.
    defaultDriveMode string
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description string
    Description of the policy.
    directAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveGroups GetStorageStoragePolicyResultDriveGroup[]
    globalHotSpares string
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    m2VirtualDrives GetStorageStoragePolicyResultM2VirtualDrife[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    organizations GetStorageStoragePolicyResultOrganization[]
    owners string[]
    parents GetStorageStoragePolicyResultParent[]
    permissionResources GetStorageStoragePolicyResultPermissionResource[]
    profiles GetStorageStoragePolicyResultProfile[]
    raid0Drives GetStorageStoragePolicyResultRaid0Drife[]
    raidAttachedNvmeSlots string
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secureJbods string
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetStorageStoragePolicyResultTag[]
    unusedDisksState string
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    useJbodForVdCreation boolean
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    versionContexts GetStorageStoragePolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageStoragePolicyResultAncestor]
    class_id str
    controller_attached_nvme_slots str
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    create_time str
    The time when this managed object was created.
    default_drive_mode str
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description str
    Description of the policy.
    direct_attached_nvme_slots str
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_groups Sequence[GetStorageStoragePolicyResultDriveGroup]
    global_hot_spares str
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    m2_virtual_drives Sequence[GetStorageStoragePolicyResultM2VirtualDrife]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    organizations Sequence[GetStorageStoragePolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetStorageStoragePolicyResultParent]
    permission_resources Sequence[GetStorageStoragePolicyResultPermissionResource]
    profiles Sequence[GetStorageStoragePolicyResultProfile]
    raid0_drives Sequence[GetStorageStoragePolicyResultRaid0Drife]
    raid_attached_nvme_slots str
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secure_jbods str
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetStorageStoragePolicyResultTag]
    unused_disks_state str
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    use_jbod_for_vd_creation bool
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    version_contexts Sequence[GetStorageStoragePolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    controllerAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to controller attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    createTime String
    The time when this managed object was created.
    defaultDriveMode String
    All unconfigured drives will move to the selected state on deployment. Newly inserted drives will move to the selected state. Select Unconfigured Good option to retain the existing configuration. Select JBOD to move the unconfigured drives to JBOD state. Select RAID0 to create a RAID0 virtual drive on each of the unconfigured drives. If JBOD is selected, unconfigured drives will move to JBOD state on host reboot. This setting is applicable only to selected set of controllers on FI attached servers.* UnconfiguredGood - Newly inserted drives or on reboot, drives will remain the same state.* Jbod - Newly inserted drives or on reboot, drives will automatically move to JBOD state if drive state was UnconfiguredGood.* RAID0 - Newly inserted drives or on reboot, virtual drives will be created, respective drives will move to Online state.
    description String
    Description of the policy.
    directAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to Direct attached mode. Allowed slots are 1-9, 21-24, 101-104. Allowed value is a comma or hyphen separated number ranges.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<Property Map>
    globalHotSpares String
    A collection of disks that is to be used as hot spares, globally, for all the RAID groups. Allowed value is a number range separated by a comma or a hyphen.
    m2VirtualDrives List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    profiles List<Property Map>
    raid0Drives List<Property Map>
    raidAttachedNvmeSlots String
    Only U.3 NVMe drives need to be specified, entered slots will be moved to RAID attached mode. Allowed slots are 1-4, 101-104. Allowed value is a comma or hyphen separated number ranges. Deprecated in favor of controllerAttachedNvmeSlots.
    secureJbods String
    JBOD drives specified in this slot range will be encrypted. Allowed values are 'ALL', or a comma or hyphen separated number range. Sample format is ALL or 1, 3 or 4-6, 8. Setting the value to 'ALL' will encrypt all the unused UnconfigureGood/JBOD disks.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    unusedDisksState String
    State to which drives, not used in this policy, are to be moved. NoChange will not change the drive state. No Change must be selected if Default Drive State is set to JBOD or RAID0.* NoChange - Drive state will not be modified by Storage Policy.* UnconfiguredGood - Unconfigured good state -ready to be added in a RAID group.* Jbod - JBOD state where the disks start showing up to Host OS.
    useJbodForVdCreation Boolean
    Disks in JBOD State are used to create virtual drives. This setting must be disabled if Default Drive State is set to JBOD.
    versionContexts List<Property Map>

    GetStorageStoragePolicyResultAncestor

    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

    GetStorageStoragePolicyResultDriveGroup

    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

    GetStorageStoragePolicyResultM2VirtualDrife

    AdditionalProperties string
    ClassId string
    ControllerSlot string
    Enable bool
    Name string
    Name of the concrete policy.
    ObjectType string
    AdditionalProperties string
    ClassId string
    ControllerSlot string
    Enable bool
    Name string
    Name of the concrete policy.
    ObjectType string
    additionalProperties String
    classId String
    controllerSlot String
    enable Boolean
    name String
    Name of the concrete policy.
    objectType String
    additionalProperties string
    classId string
    controllerSlot string
    enable boolean
    name string
    Name of the concrete policy.
    objectType string
    additional_properties str
    class_id str
    controller_slot str
    enable bool
    name str
    Name of the concrete policy.
    object_type str
    additionalProperties String
    classId String
    controllerSlot String
    enable Boolean
    name String
    Name of the concrete policy.
    objectType String

    GetStorageStoragePolicyResultOrganization

    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

    GetStorageStoragePolicyResultParent

    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

    GetStorageStoragePolicyResultPermissionResource

    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

    GetStorageStoragePolicyResultProfile

    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

    GetStorageStoragePolicyResultRaid0Drife

    GetStorageStoragePolicyResultRaid0DrifeVirtualDrivePolicy

    GetStorageStoragePolicyResultTag

    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

    GetStorageStoragePolicyResultVersionContext

    GetStorageStoragePolicyResultVersionContextInterestedMo

    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

    GetStorageStoragePolicyResultVersionContextRefMo

    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

    GetStorageStoragePolicyTag

    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.

    GetStorageStoragePolicyVersionContext

    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<GetStorageStoragePolicyVersionContextInterestedMo>
    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 GetStorageStoragePolicyVersionContextRefMo
    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 []GetStorageStoragePolicyVersionContextInterestedMo
    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 GetStorageStoragePolicyVersionContextRefMo
    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<GetStorageStoragePolicyVersionContextInterestedMo>
    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 GetStorageStoragePolicyVersionContextRefMo
    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 GetStorageStoragePolicyVersionContextInterestedMo[]
    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 GetStorageStoragePolicyVersionContextRefMo
    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[GetStorageStoragePolicyVersionContextInterestedMo]
    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 GetStorageStoragePolicyVersionContextRefMo
    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.

    GetStorageStoragePolicyVersionContextInterestedMo

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

    GetStorageStoragePolicyVersionContextRefMo

    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