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

intersight.getStorageKnoxSecureDriveConfiguration

Explore with Pulumi AI

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

    Object that stores Secure Drives Configuration data under a Server Profile, used for creation of secure vd, secure Jbod for Knox controller on reboot.

    Using getStorageKnoxSecureDriveConfiguration

    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 getStorageKnoxSecureDriveConfiguration(args: GetStorageKnoxSecureDriveConfigurationArgs, opts?: InvokeOptions): Promise<GetStorageKnoxSecureDriveConfigurationResult>
    function getStorageKnoxSecureDriveConfigurationOutput(args: GetStorageKnoxSecureDriveConfigurationOutputArgs, opts?: InvokeOptions): Output<GetStorageKnoxSecureDriveConfigurationResult>
    def get_storage_knox_secure_drive_configuration(account_moid: Optional[str] = None,
                                                    additional_properties: Optional[str] = None,
                                                    ancestors: Optional[Sequence[GetStorageKnoxSecureDriveConfigurationAncestor]] = None,
                                                    class_id: Optional[str] = None,
                                                    controller_dn: Optional[str] = None,
                                                    controller_moid: Optional[str] = None,
                                                    create_time: Optional[str] = None,
                                                    disk_states: Optional[Sequence[GetStorageKnoxSecureDriveConfigurationDiskState]] = None,
                                                    domain_group_moid: Optional[str] = None,
                                                    drive_groups: Optional[Sequence[GetStorageKnoxSecureDriveConfigurationDriveGroup]] = None,
                                                    id: Optional[str] = None,
                                                    mod_time: Optional[str] = None,
                                                    moid: Optional[str] = None,
                                                    object_type: Optional[str] = None,
                                                    owners: Optional[Sequence[str]] = None,
                                                    parent: Optional[GetStorageKnoxSecureDriveConfigurationParent] = None,
                                                    permission_resources: Optional[Sequence[GetStorageKnoxSecureDriveConfigurationPermissionResource]] = None,
                                                    server_profile: Optional[GetStorageKnoxSecureDriveConfigurationServerProfile] = None,
                                                    shared_scope: Optional[str] = None,
                                                    storage_policy: Optional[GetStorageKnoxSecureDriveConfigurationStoragePolicy] = None,
                                                    tags: Optional[Sequence[GetStorageKnoxSecureDriveConfigurationTag]] = None,
                                                    version_context: Optional[GetStorageKnoxSecureDriveConfigurationVersionContext] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetStorageKnoxSecureDriveConfigurationResult
    def get_storage_knox_secure_drive_configuration_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageKnoxSecureDriveConfigurationAncestorArgs]]]] = None,
                                                    class_id: Optional[pulumi.Input[str]] = None,
                                                    controller_dn: Optional[pulumi.Input[str]] = None,
                                                    controller_moid: Optional[pulumi.Input[str]] = None,
                                                    create_time: Optional[pulumi.Input[str]] = None,
                                                    disk_states: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageKnoxSecureDriveConfigurationDiskStateArgs]]]] = None,
                                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                    drive_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageKnoxSecureDriveConfigurationDriveGroupArgs]]]] = None,
                                                    id: Optional[pulumi.Input[str]] = None,
                                                    mod_time: Optional[pulumi.Input[str]] = None,
                                                    moid: Optional[pulumi.Input[str]] = None,
                                                    object_type: Optional[pulumi.Input[str]] = None,
                                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                    parent: Optional[pulumi.Input[GetStorageKnoxSecureDriveConfigurationParentArgs]] = None,
                                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageKnoxSecureDriveConfigurationPermissionResourceArgs]]]] = None,
                                                    server_profile: Optional[pulumi.Input[GetStorageKnoxSecureDriveConfigurationServerProfileArgs]] = None,
                                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                                    storage_policy: Optional[pulumi.Input[GetStorageKnoxSecureDriveConfigurationStoragePolicyArgs]] = None,
                                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageKnoxSecureDriveConfigurationTagArgs]]]] = None,
                                                    version_context: Optional[pulumi.Input[GetStorageKnoxSecureDriveConfigurationVersionContextArgs]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetStorageKnoxSecureDriveConfigurationResult]
    func LookupStorageKnoxSecureDriveConfiguration(ctx *Context, args *LookupStorageKnoxSecureDriveConfigurationArgs, opts ...InvokeOption) (*LookupStorageKnoxSecureDriveConfigurationResult, error)
    func LookupStorageKnoxSecureDriveConfigurationOutput(ctx *Context, args *LookupStorageKnoxSecureDriveConfigurationOutputArgs, opts ...InvokeOption) LookupStorageKnoxSecureDriveConfigurationResultOutput

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

    public static class GetStorageKnoxSecureDriveConfiguration 
    {
        public static Task<GetStorageKnoxSecureDriveConfigurationResult> InvokeAsync(GetStorageKnoxSecureDriveConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageKnoxSecureDriveConfigurationResult> Invoke(GetStorageKnoxSecureDriveConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageKnoxSecureDriveConfigurationResult> getStorageKnoxSecureDriveConfiguration(GetStorageKnoxSecureDriveConfigurationArgs args, InvokeOptions options)
    public static Output<GetStorageKnoxSecureDriveConfigurationResult> getStorageKnoxSecureDriveConfiguration(GetStorageKnoxSecureDriveConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageKnoxSecureDriveConfiguration:getStorageKnoxSecureDriveConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageKnoxSecureDriveConfigurationAncestor>
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates List<GetStorageKnoxSecureDriveConfigurationDiskState>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups List<GetStorageKnoxSecureDriveConfigurationDriveGroup>
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetStorageKnoxSecureDriveConfigurationParent
    PermissionResources List<GetStorageKnoxSecureDriveConfigurationPermissionResource>
    ServerProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StoragePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    Tags List<GetStorageKnoxSecureDriveConfigurationTag>
    VersionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageKnoxSecureDriveConfigurationAncestor
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates []GetStorageKnoxSecureDriveConfigurationDiskState
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups []GetStorageKnoxSecureDriveConfigurationDriveGroup
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetStorageKnoxSecureDriveConfigurationParent
    PermissionResources []GetStorageKnoxSecureDriveConfigurationPermissionResource
    ServerProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StoragePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    Tags []GetStorageKnoxSecureDriveConfigurationTag
    VersionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageKnoxSecureDriveConfigurationAncestor>
    classId String
    controllerDn String
    The storage controller Dn Name for which RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<GetStorageKnoxSecureDriveConfigurationDiskState>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<GetStorageKnoxSecureDriveConfigurationDriveGroup>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetStorageKnoxSecureDriveConfigurationParent
    permissionResources List<GetStorageKnoxSecureDriveConfigurationPermissionResource>
    serverProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storagePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    tags List<GetStorageKnoxSecureDriveConfigurationTag>
    versionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageKnoxSecureDriveConfigurationAncestor[]
    classId string
    controllerDn string
    The storage controller Dn Name for which RAID is created at endpoint.
    controllerMoid string
    The storage controller Moid for which RAID creation is supported.
    createTime string
    The time when this managed object was created.
    diskStates GetStorageKnoxSecureDriveConfigurationDiskState[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveGroups GetStorageKnoxSecureDriveConfigurationDriveGroup[]
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetStorageKnoxSecureDriveConfigurationParent
    permissionResources GetStorageKnoxSecureDriveConfigurationPermissionResource[]
    serverProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storagePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    tags GetStorageKnoxSecureDriveConfigurationTag[]
    versionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageKnoxSecureDriveConfigurationAncestor]
    class_id str
    controller_dn str
    The storage controller Dn Name for which RAID is created at endpoint.
    controller_moid str
    The storage controller Moid for which RAID creation is supported.
    create_time str
    The time when this managed object was created.
    disk_states Sequence[GetStorageKnoxSecureDriveConfigurationDiskState]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_groups Sequence[GetStorageKnoxSecureDriveConfigurationDriveGroup]
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetStorageKnoxSecureDriveConfigurationParent
    permission_resources Sequence[GetStorageKnoxSecureDriveConfigurationPermissionResource]
    server_profile GetStorageKnoxSecureDriveConfigurationServerProfile
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_policy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    tags Sequence[GetStorageKnoxSecureDriveConfigurationTag]
    version_context GetStorageKnoxSecureDriveConfigurationVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    controllerDn String
    The storage controller Dn Name for which RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<Property Map>
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    serverProfile Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storagePolicy Property Map
    tags List<Property Map>
    versionContext Property Map

    getStorageKnoxSecureDriveConfiguration Result

    The following output properties are available:

    Id string
    Results List<GetStorageKnoxSecureDriveConfigurationResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageKnoxSecureDriveConfigurationAncestor>
    ClassId string
    ControllerDn string
    ControllerMoid string
    CreateTime string
    DiskStates List<GetStorageKnoxSecureDriveConfigurationDiskState>
    DomainGroupMoid string
    DriveGroups List<GetStorageKnoxSecureDriveConfigurationDriveGroup>
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetStorageKnoxSecureDriveConfigurationParent
    PermissionResources List<GetStorageKnoxSecureDriveConfigurationPermissionResource>
    ServerProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    SharedScope string
    StoragePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    Tags List<GetStorageKnoxSecureDriveConfigurationTag>
    VersionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    Id string
    Results []GetStorageKnoxSecureDriveConfigurationResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageKnoxSecureDriveConfigurationAncestor
    ClassId string
    ControllerDn string
    ControllerMoid string
    CreateTime string
    DiskStates []GetStorageKnoxSecureDriveConfigurationDiskState
    DomainGroupMoid string
    DriveGroups []GetStorageKnoxSecureDriveConfigurationDriveGroup
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetStorageKnoxSecureDriveConfigurationParent
    PermissionResources []GetStorageKnoxSecureDriveConfigurationPermissionResource
    ServerProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    SharedScope string
    StoragePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    Tags []GetStorageKnoxSecureDriveConfigurationTag
    VersionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    id String
    results List<GetStorageKnoxSecureDriveConfigurationResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageKnoxSecureDriveConfigurationAncestor>
    classId String
    controllerDn String
    controllerMoid String
    createTime String
    diskStates List<GetStorageKnoxSecureDriveConfigurationDiskState>
    domainGroupMoid String
    driveGroups List<GetStorageKnoxSecureDriveConfigurationDriveGroup>
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetStorageKnoxSecureDriveConfigurationParent
    permissionResources List<GetStorageKnoxSecureDriveConfigurationPermissionResource>
    serverProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    sharedScope String
    storagePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    tags List<GetStorageKnoxSecureDriveConfigurationTag>
    versionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    id string
    results GetStorageKnoxSecureDriveConfigurationResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageKnoxSecureDriveConfigurationAncestor[]
    classId string
    controllerDn string
    controllerMoid string
    createTime string
    diskStates GetStorageKnoxSecureDriveConfigurationDiskState[]
    domainGroupMoid string
    driveGroups GetStorageKnoxSecureDriveConfigurationDriveGroup[]
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetStorageKnoxSecureDriveConfigurationParent
    permissionResources GetStorageKnoxSecureDriveConfigurationPermissionResource[]
    serverProfile GetStorageKnoxSecureDriveConfigurationServerProfile
    sharedScope string
    storagePolicy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    tags GetStorageKnoxSecureDriveConfigurationTag[]
    versionContext GetStorageKnoxSecureDriveConfigurationVersionContext
    id str
    results Sequence[GetStorageKnoxSecureDriveConfigurationResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageKnoxSecureDriveConfigurationAncestor]
    class_id str
    controller_dn str
    controller_moid str
    create_time str
    disk_states Sequence[GetStorageKnoxSecureDriveConfigurationDiskState]
    domain_group_moid str
    drive_groups Sequence[GetStorageKnoxSecureDriveConfigurationDriveGroup]
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetStorageKnoxSecureDriveConfigurationParent
    permission_resources Sequence[GetStorageKnoxSecureDriveConfigurationPermissionResource]
    server_profile GetStorageKnoxSecureDriveConfigurationServerProfile
    shared_scope str
    storage_policy GetStorageKnoxSecureDriveConfigurationStoragePolicy
    tags Sequence[GetStorageKnoxSecureDriveConfigurationTag]
    version_context GetStorageKnoxSecureDriveConfigurationVersionContext

    Supporting Types

    GetStorageKnoxSecureDriveConfigurationAncestor

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

    GetStorageKnoxSecureDriveConfigurationDiskState

    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.
    EncryptionOp string
    Physical Disk Encryption operation that is to be set at endpoint.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Slot string
    Physical Disk Slot that is to be configured.
    State string
    Physical Disk State that is to be set at endpoint.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    EncryptionOp string
    Physical Disk Encryption operation that is to be set at endpoint.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Slot string
    Physical Disk Slot that is to be configured.
    State string
    Physical Disk State that is to be set at endpoint.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    encryptionOp String
    Physical Disk Encryption operation that is to be set at endpoint.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot String
    Physical Disk Slot that is to be configured.
    state String
    Physical Disk State that is to be set at endpoint.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    encryptionOp string
    Physical Disk Encryption operation that is to be set at endpoint.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot string
    Physical Disk Slot that is to be configured.
    state string
    Physical Disk State that is to be set at endpoint.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    encryption_op str
    Physical Disk Encryption operation that is to be set at endpoint.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot str
    Physical Disk Slot that is to be configured.
    state str
    Physical Disk State that is to be set at endpoint.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    encryptionOp String
    Physical Disk Encryption operation that is to be set at endpoint.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    slot String
    Physical Disk Slot that is to be configured.
    state String
    Physical Disk State that is to be set at endpoint.

    GetStorageKnoxSecureDriveConfigurationDriveGroup

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Configurations List<GetStorageKnoxSecureDriveConfigurationDriveGroupConfiguration>
    DedicatedHotSparesForDriveGroups List<GetStorageKnoxSecureDriveConfigurationDriveGroupDedicatedHotSparesForDriveGroup>
    Name string
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Configurations []GetStorageKnoxSecureDriveConfigurationDriveGroupConfiguration
    DedicatedHotSparesForDriveGroups []GetStorageKnoxSecureDriveConfigurationDriveGroupDedicatedHotSparesForDriveGroup
    Name string
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configurations List<GetStorageKnoxSecureDriveConfigurationDriveGroupConfiguration>
    dedicatedHotSparesForDriveGroups List<GetStorageKnoxSecureDriveConfigurationDriveGroupDedicatedHotSparesForDriveGroup>
    name String
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configurations GetStorageKnoxSecureDriveConfigurationDriveGroupConfiguration[]
    dedicatedHotSparesForDriveGroups GetStorageKnoxSecureDriveConfigurationDriveGroupDedicatedHotSparesForDriveGroup[]
    name string
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configurations Sequence[GetStorageKnoxSecureDriveConfigurationDriveGroupConfiguration]
    dedicated_hot_spares_for_drive_groups Sequence[GetStorageKnoxSecureDriveConfigurationDriveGroupDedicatedHotSparesForDriveGroup]
    name str
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configurations List<Property Map>
    dedicatedHotSparesForDriveGroups List<Property Map>
    name String
    The DriveGroup Name which is used to create virtual Drives at endpoint.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetStorageKnoxSecureDriveConfigurationDriveGroupConfiguration

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

    GetStorageKnoxSecureDriveConfigurationDriveGroupDedicatedHotSparesForDriveGroup

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

    GetStorageKnoxSecureDriveConfigurationParent

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

    GetStorageKnoxSecureDriveConfigurationPermissionResource

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

    GetStorageKnoxSecureDriveConfigurationResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageKnoxSecureDriveConfigurationResultAncestor>
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates List<GetStorageKnoxSecureDriveConfigurationResultDiskState>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups List<GetStorageKnoxSecureDriveConfigurationResultDriveGroup>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetStorageKnoxSecureDriveConfigurationResultParent>
    PermissionResources List<GetStorageKnoxSecureDriveConfigurationResultPermissionResource>
    ServerProfiles List<GetStorageKnoxSecureDriveConfigurationResultServerProfile>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StoragePolicies List<GetStorageKnoxSecureDriveConfigurationResultStoragePolicy>
    Tags List<GetStorageKnoxSecureDriveConfigurationResultTag>
    VersionContexts List<GetStorageKnoxSecureDriveConfigurationResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageKnoxSecureDriveConfigurationResultAncestor
    ClassId string
    ControllerDn string
    The storage controller Dn Name for which RAID is created at endpoint.
    ControllerMoid string
    The storage controller Moid for which RAID creation is supported.
    CreateTime string
    The time when this managed object was created.
    DiskStates []GetStorageKnoxSecureDriveConfigurationResultDiskState
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveGroups []GetStorageKnoxSecureDriveConfigurationResultDriveGroup
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetStorageKnoxSecureDriveConfigurationResultParent
    PermissionResources []GetStorageKnoxSecureDriveConfigurationResultPermissionResource
    ServerProfiles []GetStorageKnoxSecureDriveConfigurationResultServerProfile
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StoragePolicies []GetStorageKnoxSecureDriveConfigurationResultStoragePolicy
    Tags []GetStorageKnoxSecureDriveConfigurationResultTag
    VersionContexts []GetStorageKnoxSecureDriveConfigurationResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageKnoxSecureDriveConfigurationResultAncestor>
    classId String
    controllerDn String
    The storage controller Dn Name for which RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<GetStorageKnoxSecureDriveConfigurationResultDiskState>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<GetStorageKnoxSecureDriveConfigurationResultDriveGroup>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetStorageKnoxSecureDriveConfigurationResultParent>
    permissionResources List<GetStorageKnoxSecureDriveConfigurationResultPermissionResource>
    serverProfiles List<GetStorageKnoxSecureDriveConfigurationResultServerProfile>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storagePolicies List<GetStorageKnoxSecureDriveConfigurationResultStoragePolicy>
    tags List<GetStorageKnoxSecureDriveConfigurationResultTag>
    versionContexts List<GetStorageKnoxSecureDriveConfigurationResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageKnoxSecureDriveConfigurationResultAncestor[]
    classId string
    controllerDn string
    The storage controller Dn Name for which RAID is created at endpoint.
    controllerMoid string
    The storage controller Moid for which RAID creation is supported.
    createTime string
    The time when this managed object was created.
    diskStates GetStorageKnoxSecureDriveConfigurationResultDiskState[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveGroups GetStorageKnoxSecureDriveConfigurationResultDriveGroup[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetStorageKnoxSecureDriveConfigurationResultParent[]
    permissionResources GetStorageKnoxSecureDriveConfigurationResultPermissionResource[]
    serverProfiles GetStorageKnoxSecureDriveConfigurationResultServerProfile[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storagePolicies GetStorageKnoxSecureDriveConfigurationResultStoragePolicy[]
    tags GetStorageKnoxSecureDriveConfigurationResultTag[]
    versionContexts GetStorageKnoxSecureDriveConfigurationResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageKnoxSecureDriveConfigurationResultAncestor]
    class_id str
    controller_dn str
    The storage controller Dn Name for which RAID is created at endpoint.
    controller_moid str
    The storage controller Moid for which RAID creation is supported.
    create_time str
    The time when this managed object was created.
    disk_states Sequence[GetStorageKnoxSecureDriveConfigurationResultDiskState]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_groups Sequence[GetStorageKnoxSecureDriveConfigurationResultDriveGroup]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageKnoxSecureDriveConfigurationResultParent]
    permission_resources Sequence[GetStorageKnoxSecureDriveConfigurationResultPermissionResource]
    server_profiles Sequence[GetStorageKnoxSecureDriveConfigurationResultServerProfile]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_policies Sequence[GetStorageKnoxSecureDriveConfigurationResultStoragePolicy]
    tags Sequence[GetStorageKnoxSecureDriveConfigurationResultTag]
    version_contexts Sequence[GetStorageKnoxSecureDriveConfigurationResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    controllerDn String
    The storage controller Dn Name for which RAID is created at endpoint.
    controllerMoid String
    The storage controller Moid for which RAID creation is supported.
    createTime String
    The time when this managed object was created.
    diskStates List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveGroups List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    serverProfiles List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storagePolicies List<Property Map>
    tags List<Property Map>
    versionContexts List<Property Map>

    GetStorageKnoxSecureDriveConfigurationResultAncestor

    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

    GetStorageKnoxSecureDriveConfigurationResultDiskState

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

    GetStorageKnoxSecureDriveConfigurationResultDriveGroup

    GetStorageKnoxSecureDriveConfigurationResultDriveGroupConfiguration

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

    GetStorageKnoxSecureDriveConfigurationResultDriveGroupDedicatedHotSparesForDriveGroup

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

    GetStorageKnoxSecureDriveConfigurationResultParent

    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

    GetStorageKnoxSecureDriveConfigurationResultPermissionResource

    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

    GetStorageKnoxSecureDriveConfigurationResultServerProfile

    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

    GetStorageKnoxSecureDriveConfigurationResultStoragePolicy

    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

    GetStorageKnoxSecureDriveConfigurationResultTag

    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

    GetStorageKnoxSecureDriveConfigurationResultVersionContext

    GetStorageKnoxSecureDriveConfigurationResultVersionContextInterestedMo

    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

    GetStorageKnoxSecureDriveConfigurationResultVersionContextRefMo

    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

    GetStorageKnoxSecureDriveConfigurationServerProfile

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

    GetStorageKnoxSecureDriveConfigurationStoragePolicy

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

    GetStorageKnoxSecureDriveConfigurationTag

    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.

    GetStorageKnoxSecureDriveConfigurationVersionContext

    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<GetStorageKnoxSecureDriveConfigurationVersionContextInterestedMo>
    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 GetStorageKnoxSecureDriveConfigurationVersionContextRefMo
    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 []GetStorageKnoxSecureDriveConfigurationVersionContextInterestedMo
    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 GetStorageKnoxSecureDriveConfigurationVersionContextRefMo
    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<GetStorageKnoxSecureDriveConfigurationVersionContextInterestedMo>
    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 GetStorageKnoxSecureDriveConfigurationVersionContextRefMo
    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 GetStorageKnoxSecureDriveConfigurationVersionContextInterestedMo[]
    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 GetStorageKnoxSecureDriveConfigurationVersionContextRefMo
    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[GetStorageKnoxSecureDriveConfigurationVersionContextInterestedMo]
    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 GetStorageKnoxSecureDriveConfigurationVersionContextRefMo
    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.

    GetStorageKnoxSecureDriveConfigurationVersionContextInterestedMo

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

    GetStorageKnoxSecureDriveConfigurationVersionContextRefMo

    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