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

intersight.getStorageNetAppLun

Explore with Pulumi AI

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

    NetApp LUN (logical unit number) is an identifier for a device called a logical unit addressed by a SAN protocol.

    Using getStorageNetAppLun

    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 getStorageNetAppLun(args: GetStorageNetAppLunArgs, opts?: InvokeOptions): Promise<GetStorageNetAppLunResult>
    function getStorageNetAppLunOutput(args: GetStorageNetAppLunOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppLunResult>
    def get_storage_net_app_lun(account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[GetStorageNetAppLunAncestor]] = None,
                                array: Optional[GetStorageNetAppLunArray] = None,
                                avg_performance_metrics: Optional[GetStorageNetAppLunAvgPerformanceMetrics] = None,
                                class_id: Optional[str] = None,
                                container_state: Optional[str] = None,
                                create_time: Optional[str] = None,
                                description: Optional[str] = None,
                                domain_group_moid: Optional[str] = None,
                                events: Optional[Sequence[GetStorageNetAppLunEvent]] = None,
                                hosts: Optional[Sequence[GetStorageNetAppLunHost]] = None,
                                id: Optional[str] = None,
                                is_mapped: Optional[str] = None,
                                key: Optional[str] = None,
                                mapped: Optional[bool] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                naa_id: Optional[str] = None,
                                name: Optional[str] = None,
                                object_type: Optional[str] = None,
                                os_type: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetStorageNetAppLunParent] = None,
                                path: Optional[str] = None,
                                permission_resources: Optional[Sequence[GetStorageNetAppLunPermissionResource]] = None,
                                serial: Optional[str] = None,
                                shared_scope: Optional[str] = None,
                                size: Optional[float] = None,
                                state: Optional[str] = None,
                                storage_container: Optional[GetStorageNetAppLunStorageContainer] = None,
                                storage_utilization: Optional[GetStorageNetAppLunStorageUtilization] = None,
                                svm_name: Optional[str] = None,
                                tags: Optional[Sequence[GetStorageNetAppLunTag]] = None,
                                uuid: Optional[str] = None,
                                version_context: Optional[GetStorageNetAppLunVersionContext] = None,
                                volume_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetStorageNetAppLunResult
    def get_storage_net_app_lun_output(account_moid: Optional[pulumi.Input[str]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppLunAncestorArgs]]]] = None,
                                array: Optional[pulumi.Input[GetStorageNetAppLunArrayArgs]] = None,
                                avg_performance_metrics: Optional[pulumi.Input[GetStorageNetAppLunAvgPerformanceMetricsArgs]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                container_state: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                description: Optional[pulumi.Input[str]] = None,
                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                events: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppLunEventArgs]]]] = None,
                                hosts: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppLunHostArgs]]]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                is_mapped: Optional[pulumi.Input[str]] = None,
                                key: Optional[pulumi.Input[str]] = None,
                                mapped: Optional[pulumi.Input[bool]] = None,
                                mod_time: Optional[pulumi.Input[str]] = None,
                                moid: Optional[pulumi.Input[str]] = None,
                                naa_id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                os_type: Optional[pulumi.Input[str]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetStorageNetAppLunParentArgs]] = None,
                                path: Optional[pulumi.Input[str]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppLunPermissionResourceArgs]]]] = None,
                                serial: Optional[pulumi.Input[str]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                size: Optional[pulumi.Input[float]] = None,
                                state: Optional[pulumi.Input[str]] = None,
                                storage_container: Optional[pulumi.Input[GetStorageNetAppLunStorageContainerArgs]] = None,
                                storage_utilization: Optional[pulumi.Input[GetStorageNetAppLunStorageUtilizationArgs]] = None,
                                svm_name: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppLunTagArgs]]]] = None,
                                uuid: Optional[pulumi.Input[str]] = None,
                                version_context: Optional[pulumi.Input[GetStorageNetAppLunVersionContextArgs]] = None,
                                volume_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppLunResult]
    func LookupStorageNetAppLun(ctx *Context, args *LookupStorageNetAppLunArgs, opts ...InvokeOption) (*LookupStorageNetAppLunResult, error)
    func LookupStorageNetAppLunOutput(ctx *Context, args *LookupStorageNetAppLunOutputArgs, opts ...InvokeOption) LookupStorageNetAppLunResultOutput

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

    public static class GetStorageNetAppLun 
    {
        public static Task<GetStorageNetAppLunResult> InvokeAsync(GetStorageNetAppLunArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageNetAppLunResult> Invoke(GetStorageNetAppLunInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageNetAppLunResult> getStorageNetAppLun(GetStorageNetAppLunArgs args, InvokeOptions options)
    public static Output<GetStorageNetAppLunResult> getStorageNetAppLun(GetStorageNetAppLunArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageNetAppLun:getStorageNetAppLun
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppLunAncestor>
    Array GetStorageNetAppLunArray
    AvgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Events List<GetStorageNetAppLunEvent>
    Hosts List<GetStorageNetAppLunHost>
    Id string
    IsMapped string
    Reports if the LUN is mapped to one or more initiator groups.
    Key string
    Unique identifier of LUN across data center.
    Mapped bool
    Reports if the LUN is mapped to one or more initiator groups.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    OsType string
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    Owners List<string>
    Parent GetStorageNetAppLunParent
    Path string
    Path where the LUN is mounted.
    PermissionResources List<GetStorageNetAppLunPermissionResource>
    Serial string
    Serial number for the provisioned LUN.
    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.
    Size double
    User provisioned volume size. It is the size exposed to host.
    State string
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    StorageContainer GetStorageNetAppLunStorageContainer
    StorageUtilization GetStorageNetAppLunStorageUtilization
    SvmName string
    The storage virtual machine name for the lun.
    Tags List<GetStorageNetAppLunTag>
    Uuid string
    Universally unique identifier of the LUN.
    VersionContext GetStorageNetAppLunVersionContext
    VolumeName string
    The parent volume name for the lun.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppLunAncestor
    Array GetStorageNetAppLunArray
    AvgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Events []GetStorageNetAppLunEvent
    Hosts []GetStorageNetAppLunHost
    Id string
    IsMapped string
    Reports if the LUN is mapped to one or more initiator groups.
    Key string
    Unique identifier of LUN across data center.
    Mapped bool
    Reports if the LUN is mapped to one or more initiator groups.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    OsType string
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    Owners []string
    Parent GetStorageNetAppLunParent
    Path string
    Path where the LUN is mounted.
    PermissionResources []GetStorageNetAppLunPermissionResource
    Serial string
    Serial number for the provisioned LUN.
    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.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    State string
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    StorageContainer GetStorageNetAppLunStorageContainer
    StorageUtilization GetStorageNetAppLunStorageUtilization
    SvmName string
    The storage virtual machine name for the lun.
    Tags []GetStorageNetAppLunTag
    Uuid string
    Universally unique identifier of the LUN.
    VersionContext GetStorageNetAppLunVersionContext
    VolumeName string
    The parent volume name for the lun.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppLunAncestor>
    array GetStorageNetAppLunArray
    avgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    classId String
    containerState String
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    events List<GetStorageNetAppLunEvent>
    hosts List<GetStorageNetAppLunHost>
    id String
    isMapped String
    Reports if the LUN is mapped to one or more initiator groups.
    key String
    Unique identifier of LUN across data center.
    mapped Boolean
    Reports if the LUN is mapped to one or more initiator groups.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    osType String
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners List<String>
    parent GetStorageNetAppLunParent
    path String
    Path where the LUN is mounted.
    permissionResources List<GetStorageNetAppLunPermissionResource>
    serial String
    Serial number for the provisioned LUN.
    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.
    size Double
    User provisioned volume size. It is the size exposed to host.
    state String
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storageContainer GetStorageNetAppLunStorageContainer
    storageUtilization GetStorageNetAppLunStorageUtilization
    svmName String
    The storage virtual machine name for the lun.
    tags List<GetStorageNetAppLunTag>
    uuid String
    Universally unique identifier of the LUN.
    versionContext GetStorageNetAppLunVersionContext
    volumeName String
    The parent volume name for the lun.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppLunAncestor[]
    array GetStorageNetAppLunArray
    avgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    classId string
    containerState string
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    createTime string
    The time when this managed object was created.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    events GetStorageNetAppLunEvent[]
    hosts GetStorageNetAppLunHost[]
    id string
    isMapped string
    Reports if the LUN is mapped to one or more initiator groups.
    key string
    Unique identifier of LUN across data center.
    mapped boolean
    Reports if the LUN is mapped to one or more initiator groups.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    objectType string
    osType string
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners string[]
    parent GetStorageNetAppLunParent
    path string
    Path where the LUN is mounted.
    permissionResources GetStorageNetAppLunPermissionResource[]
    serial string
    Serial number for the provisioned LUN.
    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.
    size number
    User provisioned volume size. It is the size exposed to host.
    state string
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storageContainer GetStorageNetAppLunStorageContainer
    storageUtilization GetStorageNetAppLunStorageUtilization
    svmName string
    The storage virtual machine name for the lun.
    tags GetStorageNetAppLunTag[]
    uuid string
    Universally unique identifier of the LUN.
    versionContext GetStorageNetAppLunVersionContext
    volumeName string
    The parent volume name for the lun.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppLunAncestor]
    array GetStorageNetAppLunArray
    avg_performance_metrics GetStorageNetAppLunAvgPerformanceMetrics
    class_id str
    container_state str
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    create_time str
    The time when this managed object was created.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    events Sequence[GetStorageNetAppLunEvent]
    hosts Sequence[GetStorageNetAppLunHost]
    id str
    is_mapped str
    Reports if the LUN is mapped to one or more initiator groups.
    key str
    Unique identifier of LUN across data center.
    mapped bool
    Reports if the LUN is mapped to one or more initiator groups.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    object_type str
    os_type str
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners Sequence[str]
    parent GetStorageNetAppLunParent
    path str
    Path where the LUN is mounted.
    permission_resources Sequence[GetStorageNetAppLunPermissionResource]
    serial str
    Serial number for the provisioned LUN.
    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.
    size float
    User provisioned volume size. It is the size exposed to host.
    state str
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storage_container GetStorageNetAppLunStorageContainer
    storage_utilization GetStorageNetAppLunStorageUtilization
    svm_name str
    The storage virtual machine name for the lun.
    tags Sequence[GetStorageNetAppLunTag]
    uuid str
    Universally unique identifier of the LUN.
    version_context GetStorageNetAppLunVersionContext
    volume_name str
    The parent volume name for the lun.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    avgPerformanceMetrics Property Map
    classId String
    containerState String
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    events List<Property Map>
    hosts List<Property Map>
    id String
    isMapped String
    Reports if the LUN is mapped to one or more initiator groups.
    key String
    Unique identifier of LUN across data center.
    mapped Boolean
    Reports if the LUN is mapped to one or more initiator groups.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    osType String
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners List<String>
    parent Property Map
    path String
    Path where the LUN is mounted.
    permissionResources List<Property Map>
    serial String
    Serial number for the provisioned LUN.
    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.
    size Number
    User provisioned volume size. It is the size exposed to host.
    state String
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storageContainer Property Map
    storageUtilization Property Map
    svmName String
    The storage virtual machine name for the lun.
    tags List<Property Map>
    uuid String
    Universally unique identifier of the LUN.
    versionContext Property Map
    volumeName String
    The parent volume name for the lun.

    getStorageNetAppLun Result

    The following output properties are available:

    Id string
    Results List<GetStorageNetAppLunResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageNetAppLunAncestor>
    Array GetStorageNetAppLunArray
    AvgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    ClassId string
    ContainerState string
    CreateTime string
    Description string
    DomainGroupMoid string
    Events List<GetStorageNetAppLunEvent>
    Hosts List<GetStorageNetAppLunHost>
    IsMapped string
    Key string
    Mapped bool
    ModTime string
    Moid string
    NaaId string
    Name string
    ObjectType string
    OsType string
    Owners List<string>
    Parent GetStorageNetAppLunParent
    Path string
    PermissionResources List<GetStorageNetAppLunPermissionResource>
    Serial string
    SharedScope string
    Size double
    State string
    StorageContainer GetStorageNetAppLunStorageContainer
    StorageUtilization GetStorageNetAppLunStorageUtilization
    SvmName string
    Tags List<GetStorageNetAppLunTag>
    Uuid string
    VersionContext GetStorageNetAppLunVersionContext
    VolumeName string
    Id string
    Results []GetStorageNetAppLunResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageNetAppLunAncestor
    Array GetStorageNetAppLunArray
    AvgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    ClassId string
    ContainerState string
    CreateTime string
    Description string
    DomainGroupMoid string
    Events []GetStorageNetAppLunEvent
    Hosts []GetStorageNetAppLunHost
    IsMapped string
    Key string
    Mapped bool
    ModTime string
    Moid string
    NaaId string
    Name string
    ObjectType string
    OsType string
    Owners []string
    Parent GetStorageNetAppLunParent
    Path string
    PermissionResources []GetStorageNetAppLunPermissionResource
    Serial string
    SharedScope string
    Size float64
    State string
    StorageContainer GetStorageNetAppLunStorageContainer
    StorageUtilization GetStorageNetAppLunStorageUtilization
    SvmName string
    Tags []GetStorageNetAppLunTag
    Uuid string
    VersionContext GetStorageNetAppLunVersionContext
    VolumeName string
    id String
    results List<GetStorageNetAppLunResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageNetAppLunAncestor>
    array GetStorageNetAppLunArray
    avgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    classId String
    containerState String
    createTime String
    description String
    domainGroupMoid String
    events List<GetStorageNetAppLunEvent>
    hosts List<GetStorageNetAppLunHost>
    isMapped String
    key String
    mapped Boolean
    modTime String
    moid String
    naaId String
    name String
    objectType String
    osType String
    owners List<String>
    parent GetStorageNetAppLunParent
    path String
    permissionResources List<GetStorageNetAppLunPermissionResource>
    serial String
    sharedScope String
    size Double
    state String
    storageContainer GetStorageNetAppLunStorageContainer
    storageUtilization GetStorageNetAppLunStorageUtilization
    svmName String
    tags List<GetStorageNetAppLunTag>
    uuid String
    versionContext GetStorageNetAppLunVersionContext
    volumeName String
    id string
    results GetStorageNetAppLunResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageNetAppLunAncestor[]
    array GetStorageNetAppLunArray
    avgPerformanceMetrics GetStorageNetAppLunAvgPerformanceMetrics
    classId string
    containerState string
    createTime string
    description string
    domainGroupMoid string
    events GetStorageNetAppLunEvent[]
    hosts GetStorageNetAppLunHost[]
    isMapped string
    key string
    mapped boolean
    modTime string
    moid string
    naaId string
    name string
    objectType string
    osType string
    owners string[]
    parent GetStorageNetAppLunParent
    path string
    permissionResources GetStorageNetAppLunPermissionResource[]
    serial string
    sharedScope string
    size number
    state string
    storageContainer GetStorageNetAppLunStorageContainer
    storageUtilization GetStorageNetAppLunStorageUtilization
    svmName string
    tags GetStorageNetAppLunTag[]
    uuid string
    versionContext GetStorageNetAppLunVersionContext
    volumeName string
    id str
    results Sequence[GetStorageNetAppLunResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageNetAppLunAncestor]
    array GetStorageNetAppLunArray
    avg_performance_metrics GetStorageNetAppLunAvgPerformanceMetrics
    class_id str
    container_state str
    create_time str
    description str
    domain_group_moid str
    events Sequence[GetStorageNetAppLunEvent]
    hosts Sequence[GetStorageNetAppLunHost]
    is_mapped str
    key str
    mapped bool
    mod_time str
    moid str
    naa_id str
    name str
    object_type str
    os_type str
    owners Sequence[str]
    parent GetStorageNetAppLunParent
    path str
    permission_resources Sequence[GetStorageNetAppLunPermissionResource]
    serial str
    shared_scope str
    size float
    state str
    storage_container GetStorageNetAppLunStorageContainer
    storage_utilization GetStorageNetAppLunStorageUtilization
    svm_name str
    tags Sequence[GetStorageNetAppLunTag]
    uuid str
    version_context GetStorageNetAppLunVersionContext
    volume_name str

    Supporting Types

    GetStorageNetAppLunAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunArray

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunAvgPerformanceMetrics

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Iops double
    Rate of I/O operations observed at the storage object.
    Latency double
    Latency observed at the storage object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Period double
    Duration of periodic aggregation, in hours.
    Throughput double
    Throughput observed at the storage object.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Iops float64
    Rate of I/O operations observed at the storage object.
    Latency float64
    Latency observed at the storage object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Period float64
    Duration of periodic aggregation, in hours.
    Throughput float64
    Throughput observed at the storage object.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iops Double
    Rate of I/O operations observed at the storage object.
    latency Double
    Latency observed at the storage object.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    period Double
    Duration of periodic aggregation, in hours.
    throughput Double
    Throughput observed at the storage object.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iops number
    Rate of I/O operations observed at the storage object.
    latency number
    Latency observed at the storage object.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    period number
    Duration of periodic aggregation, in hours.
    throughput number
    Throughput observed at the storage object.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iops float
    Rate of I/O operations observed at the storage object.
    latency float
    Latency observed at the storage object.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    period float
    Duration of periodic aggregation, in hours.
    throughput float
    Throughput observed at the storage object.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    iops Number
    Rate of I/O operations observed at the storage object.
    latency Number
    Latency observed at the storage object.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    period Number
    Duration of periodic aggregation, in hours.
    throughput Number
    Throughput observed at the storage object.

    GetStorageNetAppLunEvent

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunHost

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppLunResultAncestor>
    Arrays List<GetStorageNetAppLunResultArray>
    AvgPerformanceMetrics List<GetStorageNetAppLunResultAvgPerformanceMetric>
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Events List<GetStorageNetAppLunResultEvent>
    Hosts List<GetStorageNetAppLunResultHost>
    IsMapped string
    Reports if the LUN is mapped to one or more initiator groups.
    Key string
    Unique identifier of LUN across data center.
    Mapped bool
    Reports if the LUN is mapped to one or more initiator groups.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    OsType string
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    Owners List<string>
    Parents List<GetStorageNetAppLunResultParent>
    Path string
    Path where the LUN is mounted.
    PermissionResources List<GetStorageNetAppLunResultPermissionResource>
    Serial string
    Serial number for the provisioned LUN.
    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.
    Size double
    User provisioned volume size. It is the size exposed to host.
    State string
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    StorageContainers List<GetStorageNetAppLunResultStorageContainer>
    StorageUtilizations List<GetStorageNetAppLunResultStorageUtilization>
    SvmName string
    The storage virtual machine name for the lun.
    Tags List<GetStorageNetAppLunResultTag>
    Uuid string
    Universally unique identifier of the LUN.
    VersionContexts List<GetStorageNetAppLunResultVersionContext>
    VolumeName string
    The parent volume name for the lun.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppLunResultAncestor
    Arrays []GetStorageNetAppLunResultArray
    AvgPerformanceMetrics []GetStorageNetAppLunResultAvgPerformanceMetric
    ClassId string
    ContainerState string
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    CreateTime string
    The time when this managed object was created.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Events []GetStorageNetAppLunResultEvent
    Hosts []GetStorageNetAppLunResultHost
    IsMapped string
    Reports if the LUN is mapped to one or more initiator groups.
    Key string
    Unique identifier of LUN across data center.
    Mapped bool
    Reports if the LUN is mapped to one or more initiator groups.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    ObjectType string
    OsType string
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    Owners []string
    Parents []GetStorageNetAppLunResultParent
    Path string
    Path where the LUN is mounted.
    PermissionResources []GetStorageNetAppLunResultPermissionResource
    Serial string
    Serial number for the provisioned LUN.
    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.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    State string
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    StorageContainers []GetStorageNetAppLunResultStorageContainer
    StorageUtilizations []GetStorageNetAppLunResultStorageUtilization
    SvmName string
    The storage virtual machine name for the lun.
    Tags []GetStorageNetAppLunResultTag
    Uuid string
    Universally unique identifier of the LUN.
    VersionContexts []GetStorageNetAppLunResultVersionContext
    VolumeName string
    The parent volume name for the lun.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppLunResultAncestor>
    arrays List<GetStorageNetAppLunResultArray>
    avgPerformanceMetrics List<GetStorageNetAppLunResultAvgPerformanceMetric>
    classId String
    containerState String
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    events List<GetStorageNetAppLunResultEvent>
    hosts List<GetStorageNetAppLunResultHost>
    isMapped String
    Reports if the LUN is mapped to one or more initiator groups.
    key String
    Unique identifier of LUN across data center.
    mapped Boolean
    Reports if the LUN is mapped to one or more initiator groups.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    osType String
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners List<String>
    parents List<GetStorageNetAppLunResultParent>
    path String
    Path where the LUN is mounted.
    permissionResources List<GetStorageNetAppLunResultPermissionResource>
    serial String
    Serial number for the provisioned LUN.
    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.
    size Double
    User provisioned volume size. It is the size exposed to host.
    state String
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storageContainers List<GetStorageNetAppLunResultStorageContainer>
    storageUtilizations List<GetStorageNetAppLunResultStorageUtilization>
    svmName String
    The storage virtual machine name for the lun.
    tags List<GetStorageNetAppLunResultTag>
    uuid String
    Universally unique identifier of the LUN.
    versionContexts List<GetStorageNetAppLunResultVersionContext>
    volumeName String
    The parent volume name for the lun.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppLunResultAncestor[]
    arrays GetStorageNetAppLunResultArray[]
    avgPerformanceMetrics GetStorageNetAppLunResultAvgPerformanceMetric[]
    classId string
    containerState string
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    createTime string
    The time when this managed object was created.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    events GetStorageNetAppLunResultEvent[]
    hosts GetStorageNetAppLunResultHost[]
    isMapped string
    Reports if the LUN is mapped to one or more initiator groups.
    key string
    Unique identifier of LUN across data center.
    mapped boolean
    Reports if the LUN is mapped to one or more initiator groups.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    objectType string
    osType string
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners string[]
    parents GetStorageNetAppLunResultParent[]
    path string
    Path where the LUN is mounted.
    permissionResources GetStorageNetAppLunResultPermissionResource[]
    serial string
    Serial number for the provisioned LUN.
    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.
    size number
    User provisioned volume size. It is the size exposed to host.
    state string
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storageContainers GetStorageNetAppLunResultStorageContainer[]
    storageUtilizations GetStorageNetAppLunResultStorageUtilization[]
    svmName string
    The storage virtual machine name for the lun.
    tags GetStorageNetAppLunResultTag[]
    uuid string
    Universally unique identifier of the LUN.
    versionContexts GetStorageNetAppLunResultVersionContext[]
    volumeName string
    The parent volume name for the lun.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppLunResultAncestor]
    arrays Sequence[GetStorageNetAppLunResultArray]
    avg_performance_metrics Sequence[GetStorageNetAppLunResultAvgPerformanceMetric]
    class_id str
    container_state str
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    create_time str
    The time when this managed object was created.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    events Sequence[GetStorageNetAppLunResultEvent]
    hosts Sequence[GetStorageNetAppLunResultHost]
    is_mapped str
    Reports if the LUN is mapped to one or more initiator groups.
    key str
    Unique identifier of LUN across data center.
    mapped bool
    Reports if the LUN is mapped to one or more initiator groups.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    object_type str
    os_type str
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners Sequence[str]
    parents Sequence[GetStorageNetAppLunResultParent]
    path str
    Path where the LUN is mounted.
    permission_resources Sequence[GetStorageNetAppLunResultPermissionResource]
    serial str
    Serial number for the provisioned LUN.
    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.
    size float
    User provisioned volume size. It is the size exposed to host.
    state str
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storage_containers Sequence[GetStorageNetAppLunResultStorageContainer]
    storage_utilizations Sequence[GetStorageNetAppLunResultStorageUtilization]
    svm_name str
    The storage virtual machine name for the lun.
    tags Sequence[GetStorageNetAppLunResultTag]
    uuid str
    Universally unique identifier of the LUN.
    version_contexts Sequence[GetStorageNetAppLunResultVersionContext]
    volume_name str
    The parent volume name for the lun.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    avgPerformanceMetrics List<Property Map>
    classId String
    containerState String
    The state of the volume and aggregate that contain the LUN. LUNs are only available when their containers are available.
    createTime String
    The time when this managed object was created.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    events List<Property Map>
    hosts List<Property Map>
    isMapped String
    Reports if the LUN is mapped to one or more initiator groups.
    key String
    Unique identifier of LUN across data center.
    mapped Boolean
    Reports if the LUN is mapped to one or more initiator groups.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    objectType String
    osType String
    The operating system (OS) type for this LUN.* Linux - Family of open source Unix-like operating systems based on the Linux kernel.* AIX - Advanced Interactive Executive (AIX).* HP-UX - HP-UX is implementation of the Unix operating system, based on Unix System V.* Hyper-V - Windows Server 2008 or Windows Server 2012 Hyper-V.* OpenVMS - OpenVMS is multi-user, multiprocessing virtual memory-based operating system.* Solaris - Solaris is a Unix operating system.* NetWare - NetWare is a computer network operating system.* VMware - An enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers.* Windows - Single-partition Windows disk using the Master Boot Record (MBR) partitioning style.* Xen - Xen is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently.
    owners List<String>
    parents List<Property Map>
    path String
    Path where the LUN is mounted.
    permissionResources List<Property Map>
    serial String
    Serial number for the provisioned LUN.
    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.
    size Number
    User provisioned volume size. It is the size exposed to host.
    state String
    The administrative state of a LUN.* offline - The LUN is administratively offline, or a more detailed offline reason is not available.* online - The state of the LUN is online.
    storageContainers List<Property Map>
    storageUtilizations List<Property Map>
    svmName String
    The storage virtual machine name for the lun.
    tags List<Property Map>
    uuid String
    Universally unique identifier of the LUN.
    versionContexts List<Property Map>
    volumeName String
    The parent volume name for the lun.

    GetStorageNetAppLunResultAncestor

    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

    GetStorageNetAppLunResultArray

    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

    GetStorageNetAppLunResultAvgPerformanceMetric

    AdditionalProperties string
    ClassId string
    Iops double
    Latency double
    ObjectType string
    Period double
    Throughput double
    AdditionalProperties string
    ClassId string
    Iops float64
    Latency float64
    ObjectType string
    Period float64
    Throughput float64
    additionalProperties String
    classId String
    iops Double
    latency Double
    objectType String
    period Double
    throughput Double
    additionalProperties string
    classId string
    iops number
    latency number
    objectType string
    period number
    throughput number
    additionalProperties String
    classId String
    iops Number
    latency Number
    objectType String
    period Number
    throughput Number

    GetStorageNetAppLunResultEvent

    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

    GetStorageNetAppLunResultHost

    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

    GetStorageNetAppLunResultParent

    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

    GetStorageNetAppLunResultPermissionResource

    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

    GetStorageNetAppLunResultStorageContainer

    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

    GetStorageNetAppLunResultStorageUtilization

    AdditionalProperties string
    Available double
    CapacityUtilization double
    ClassId string
    Free double
    ObjectType string
    Total double
    Used double
    AdditionalProperties string
    Available float64
    CapacityUtilization float64
    ClassId string
    Free float64
    ObjectType string
    Total float64
    Used float64
    additionalProperties String
    available Double
    capacityUtilization Double
    classId String
    free Double
    objectType String
    total Double
    used Double
    additionalProperties string
    available number
    capacityUtilization number
    classId string
    free number
    objectType string
    total number
    used number
    additionalProperties String
    available Number
    capacityUtilization Number
    classId String
    free Number
    objectType String
    total Number
    used Number

    GetStorageNetAppLunResultTag

    AdditionalProperties string
    Key string
    Unique identifier of LUN across data center.
    Value string
    AdditionalProperties string
    Key string
    Unique identifier of LUN across data center.
    Value string
    additionalProperties String
    key String
    Unique identifier of LUN across data center.
    value String
    additionalProperties string
    key string
    Unique identifier of LUN across data center.
    value string
    additional_properties str
    key str
    Unique identifier of LUN across data center.
    value str
    additionalProperties String
    key String
    Unique identifier of LUN across data center.
    value String

    GetStorageNetAppLunResultVersionContext

    GetStorageNetAppLunResultVersionContextInterestedMo

    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

    GetStorageNetAppLunResultVersionContextRefMo

    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

    GetStorageNetAppLunStorageContainer

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunStorageUtilization

    AdditionalProperties string
    Available double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization double
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free double
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used double
    Used or consumed storage capacity, represented in bytes.
    AdditionalProperties string
    Available float64
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization float64
    Percentage of used capacity.
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free float64
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total float64
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used float64
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Double
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Double
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Double
    Used or consumed storage capacity, represented in bytes.
    additionalProperties string
    available number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization number
    Percentage of used capacity.
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free number
    Unused space available for applications to consume, represented in bytes.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used number
    Used or consumed storage capacity, represented in bytes.
    additional_properties str
    available float
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacity_utilization float
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free float
    Unused space available for applications to consume, represented in bytes.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total float
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used float
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Number
    Percentage of used capacity.
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Number
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Number
    Used or consumed storage capacity, represented in bytes.

    GetStorageNetAppLunTag

    AdditionalProperties string
    Key string
    Unique identifier of LUN across data center.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    Unique identifier of LUN across data center.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    Unique identifier of LUN across data center.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    Unique identifier of LUN across data center.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    Unique identifier of LUN across data center.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    Unique identifier of LUN across data center.
    value String
    The string representation of a tag value.

    GetStorageNetAppLunVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetStorageNetAppLunVersionContextInterestedMo>
    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 GetStorageNetAppLunVersionContextRefMo
    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 []GetStorageNetAppLunVersionContextInterestedMo
    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 GetStorageNetAppLunVersionContextRefMo
    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<GetStorageNetAppLunVersionContextInterestedMo>
    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 GetStorageNetAppLunVersionContextRefMo
    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 GetStorageNetAppLunVersionContextInterestedMo[]
    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 GetStorageNetAppLunVersionContextRefMo
    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[GetStorageNetAppLunVersionContextInterestedMo]
    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 GetStorageNetAppLunVersionContextRefMo
    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.

    GetStorageNetAppLunVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetStorageNetAppLunVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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