intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageNetAppLun
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Net App Lun Ancestor> 
- Array
GetStorage Net App Lun Array 
- AvgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
List<GetStorage Net App Lun Event> 
- Hosts
List<GetStorage Net App Lun Host> 
- 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
GetStorage Net App Lun Parent 
- Path string
- Path where the LUN is mounted.
- PermissionResources List<GetStorage Net App Lun Permission Resource> 
- Serial string
- Serial number for the provisioned LUN.
- 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 GetStorage Net App Lun Storage Container 
- StorageUtilization GetStorage Net App Lun Storage Utilization 
- SvmName string
- The storage virtual machine name for the lun.
- 
List<GetStorage Net App Lun Tag> 
- Uuid string
- Universally unique identifier of the LUN.
- VersionContext GetStorage Net App Lun Version Context 
- VolumeName string
- The parent volume name for the lun.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Net App Lun Ancestor 
- Array
GetStorage Net App Lun Array 
- AvgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
[]GetStorage Net App Lun Event 
- Hosts
[]GetStorage Net App Lun Host 
- 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
GetStorage Net App Lun Parent 
- Path string
- Path where the LUN is mounted.
- PermissionResources []GetStorage Net App Lun Permission Resource 
- Serial string
- Serial number for the provisioned LUN.
- 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 GetStorage Net App Lun Storage Container 
- StorageUtilization GetStorage Net App Lun Storage Utilization 
- SvmName string
- The storage virtual machine name for the lun.
- 
[]GetStorage Net App Lun Tag 
- Uuid string
- Universally unique identifier of the LUN.
- VersionContext GetStorage Net App Lun Version Context 
- VolumeName string
- The parent volume name for the lun.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Net App Lun Ancestor> 
- array
GetStorage Net App Lun Array 
- avgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- events
List<GetStorage Net App Lun Event> 
- hosts
List<GetStorage Net App Lun Host> 
- 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
GetStorage Net App Lun Parent 
- path String
- Path where the LUN is mounted.
- permissionResources List<GetStorage Net App Lun Permission Resource> 
- serial String
- Serial number for the provisioned LUN.
- 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 GetStorage Net App Lun Storage Container 
- storageUtilization GetStorage Net App Lun Storage Utilization 
- svmName String
- The storage virtual machine name for the lun.
- 
List<GetStorage Net App Lun Tag> 
- uuid String
- Universally unique identifier of the LUN.
- versionContext GetStorage Net App Lun Version Context 
- volumeName String
- The parent volume name for the lun.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Net App Lun Ancestor[] 
- array
GetStorage Net App Lun Array 
- avgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- events
GetStorage Net App Lun Event[] 
- hosts
GetStorage Net App Lun Host[] 
- 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
GetStorage Net App Lun Parent 
- path string
- Path where the LUN is mounted.
- permissionResources GetStorage Net App Lun Permission Resource[] 
- serial string
- Serial number for the provisioned LUN.
- 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 GetStorage Net App Lun Storage Container 
- storageUtilization GetStorage Net App Lun Storage Utilization 
- svmName string
- The storage virtual machine name for the lun.
- 
GetStorage Net App Lun Tag[] 
- uuid string
- Universally unique identifier of the LUN.
- versionContext GetStorage Net App Lun Version Context 
- volumeName string
- The parent volume name for the lun.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Net App Lun Ancestor] 
- array
GetStorage Net App Lun Array 
- avg_performance_ Getmetrics Storage Net App Lun Avg Performance Metrics 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- events
Sequence[GetStorage Net App Lun Event] 
- hosts
Sequence[GetStorage Net App Lun Host] 
- 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
GetStorage Net App Lun Parent 
- path str
- Path where the LUN is mounted.
- permission_resources Sequence[GetStorage Net App Lun Permission Resource] 
- serial str
- Serial number for the provisioned LUN.
- 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 GetStorage Net App Lun Storage Container 
- storage_utilization GetStorage Net App Lun Storage Utilization 
- svm_name str
- The storage virtual machine name for the lun.
- 
Sequence[GetStorage Net App Lun Tag] 
- uuid str
- Universally unique identifier of the LUN.
- version_context GetStorage Net App Lun Version Context 
- 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
- avgPerformance Property MapMetrics 
- 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.
- domainGroup StringMoid 
- 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.
- 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.
- 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<GetStorage Net App Lun Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Net App Lun Ancestor> 
- Array
GetStorage Net App Lun Array 
- AvgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- ClassId string
- ContainerState string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- Events
List<GetStorage Net App Lun Event> 
- Hosts
List<GetStorage Net App Lun Host> 
- IsMapped string
- Key string
- Mapped bool
- ModTime string
- Moid string
- NaaId string
- Name string
- ObjectType string
- OsType string
- Owners List<string>
- Parent
GetStorage Net App Lun Parent 
- Path string
- PermissionResources List<GetStorage Net App Lun Permission Resource> 
- Serial string
- string
- Size double
- State string
- StorageContainer GetStorage Net App Lun Storage Container 
- StorageUtilization GetStorage Net App Lun Storage Utilization 
- SvmName string
- 
List<GetStorage Net App Lun Tag> 
- Uuid string
- VersionContext GetStorage Net App Lun Version Context 
- VolumeName string
- Id string
- Results
[]GetStorage Net App Lun Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Net App Lun Ancestor 
- Array
GetStorage Net App Lun Array 
- AvgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- ClassId string
- ContainerState string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- Events
[]GetStorage Net App Lun Event 
- Hosts
[]GetStorage Net App Lun Host 
- IsMapped string
- Key string
- Mapped bool
- ModTime string
- Moid string
- NaaId string
- Name string
- ObjectType string
- OsType string
- Owners []string
- Parent
GetStorage Net App Lun Parent 
- Path string
- PermissionResources []GetStorage Net App Lun Permission Resource 
- Serial string
- string
- Size float64
- State string
- StorageContainer GetStorage Net App Lun Storage Container 
- StorageUtilization GetStorage Net App Lun Storage Utilization 
- SvmName string
- 
[]GetStorage Net App Lun Tag 
- Uuid string
- VersionContext GetStorage Net App Lun Version Context 
- VolumeName string
- id String
- results
List<GetStorage Net App Lun Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Net App Lun Ancestor> 
- array
GetStorage Net App Lun Array 
- avgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- classId String
- containerState String
- createTime String
- description String
- domainGroup StringMoid 
- events
List<GetStorage Net App Lun Event> 
- hosts
List<GetStorage Net App Lun Host> 
- isMapped String
- key String
- mapped Boolean
- modTime String
- moid String
- naaId String
- name String
- objectType String
- osType String
- owners List<String>
- parent
GetStorage Net App Lun Parent 
- path String
- permissionResources List<GetStorage Net App Lun Permission Resource> 
- serial String
- String
- size Double
- state String
- storageContainer GetStorage Net App Lun Storage Container 
- storageUtilization GetStorage Net App Lun Storage Utilization 
- svmName String
- 
List<GetStorage Net App Lun Tag> 
- uuid String
- versionContext GetStorage Net App Lun Version Context 
- volumeName String
- id string
- results
GetStorage Net App Lun Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Net App Lun Ancestor[] 
- array
GetStorage Net App Lun Array 
- avgPerformance GetMetrics Storage Net App Lun Avg Performance Metrics 
- classId string
- containerState string
- createTime string
- description string
- domainGroup stringMoid 
- events
GetStorage Net App Lun Event[] 
- hosts
GetStorage Net App Lun Host[] 
- isMapped string
- key string
- mapped boolean
- modTime string
- moid string
- naaId string
- name string
- objectType string
- osType string
- owners string[]
- parent
GetStorage Net App Lun Parent 
- path string
- permissionResources GetStorage Net App Lun Permission Resource[] 
- serial string
- string
- size number
- state string
- storageContainer GetStorage Net App Lun Storage Container 
- storageUtilization GetStorage Net App Lun Storage Utilization 
- svmName string
- 
GetStorage Net App Lun Tag[] 
- uuid string
- versionContext GetStorage Net App Lun Version Context 
- volumeName string
- id str
- results
Sequence[GetStorage Net App Lun Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Net App Lun Ancestor] 
- array
GetStorage Net App Lun Array 
- avg_performance_ Getmetrics Storage Net App Lun Avg Performance Metrics 
- class_id str
- container_state str
- create_time str
- description str
- domain_group_ strmoid 
- events
Sequence[GetStorage Net App Lun Event] 
- hosts
Sequence[GetStorage Net App Lun Host] 
- 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
GetStorage Net App Lun Parent 
- path str
- permission_resources Sequence[GetStorage Net App Lun Permission Resource] 
- serial str
- str
- size float
- state str
- storage_container GetStorage Net App Lun Storage Container 
- storage_utilization GetStorage Net App Lun Storage Utilization 
- svm_name str
- 
Sequence[GetStorage Net App Lun Tag] 
- uuid str
- version_context GetStorage Net App Lun Version Context 
- volume_name str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- array Property Map
- avgPerformance Property MapMetrics 
- classId String
- containerState String
- createTime String
- description String
- domainGroup StringMoid 
- events List<Property Map>
- hosts List<Property Map>
- isMapped String
- key String
- mapped Boolean
- modTime String
- moid String
- naaId String
- name String
- objectType String
- osType String
- owners List<String>
- parent Property Map
- path String
- permissionResources List<Property Map>
- serial String
- String
- size Number
- state String
- storageContainer Property Map
- storageUtilization Property Map
- svmName String
- List<Property Map>
- uuid String
- versionContext Property Map
- volumeName String
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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<GetStorage Net App Lun Result Ancestor> 
- Arrays
List<GetStorage Net App Lun Result Array> 
- AvgPerformance List<GetMetrics Storage Net App Lun Result Avg Performance Metric> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
List<GetStorage Net App Lun Result Event> 
- Hosts
List<GetStorage Net App Lun Result Host> 
- 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<GetStorage Net App Lun Result Parent> 
- Path string
- Path where the LUN is mounted.
- PermissionResources List<GetStorage Net App Lun Result Permission Resource> 
- Serial string
- Serial number for the provisioned LUN.
- 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<GetStorage Net App Lun Result Storage Container> 
- StorageUtilizations List<GetStorage Net App Lun Result Storage Utilization> 
- SvmName string
- The storage virtual machine name for the lun.
- 
List<GetStorage Net App Lun Result Tag> 
- Uuid string
- Universally unique identifier of the LUN.
- VersionContexts List<GetStorage Net App Lun Result Version Context> 
- VolumeName string
- The parent volume name for the lun.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Net App Lun Result Ancestor 
- Arrays
[]GetStorage Net App Lun Result Array 
- AvgPerformance []GetMetrics Storage Net App Lun Result Avg Performance Metric 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Events
[]GetStorage Net App Lun Result Event 
- Hosts
[]GetStorage Net App Lun Result Host 
- 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
[]GetStorage Net App Lun Result Parent 
- Path string
- Path where the LUN is mounted.
- PermissionResources []GetStorage Net App Lun Result Permission Resource 
- Serial string
- Serial number for the provisioned LUN.
- 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 []GetStorage Net App Lun Result Storage Container 
- StorageUtilizations []GetStorage Net App Lun Result Storage Utilization 
- SvmName string
- The storage virtual machine name for the lun.
- 
[]GetStorage Net App Lun Result Tag 
- Uuid string
- Universally unique identifier of the LUN.
- VersionContexts []GetStorage Net App Lun Result Version Context 
- VolumeName string
- The parent volume name for the lun.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Net App Lun Result Ancestor> 
- arrays
List<GetStorage Net App Lun Result Array> 
- avgPerformance List<GetMetrics Storage Net App Lun Result Avg Performance Metric> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- events
List<GetStorage Net App Lun Result Event> 
- hosts
List<GetStorage Net App Lun Result Host> 
- 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<GetStorage Net App Lun Result Parent> 
- path String
- Path where the LUN is mounted.
- permissionResources List<GetStorage Net App Lun Result Permission Resource> 
- serial String
- Serial number for the provisioned LUN.
- 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<GetStorage Net App Lun Result Storage Container> 
- storageUtilizations List<GetStorage Net App Lun Result Storage Utilization> 
- svmName String
- The storage virtual machine name for the lun.
- 
List<GetStorage Net App Lun Result Tag> 
- uuid String
- Universally unique identifier of the LUN.
- versionContexts List<GetStorage Net App Lun Result Version Context> 
- volumeName String
- The parent volume name for the lun.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Net App Lun Result Ancestor[] 
- arrays
GetStorage Net App Lun Result Array[] 
- avgPerformance GetMetrics Storage Net App Lun Result Avg Performance Metric[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- events
GetStorage Net App Lun Result Event[] 
- hosts
GetStorage Net App Lun Result Host[] 
- 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
GetStorage Net App Lun Result Parent[] 
- path string
- Path where the LUN is mounted.
- permissionResources GetStorage Net App Lun Result Permission Resource[] 
- serial string
- Serial number for the provisioned LUN.
- 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 GetStorage Net App Lun Result Storage Container[] 
- storageUtilizations GetStorage Net App Lun Result Storage Utilization[] 
- svmName string
- The storage virtual machine name for the lun.
- 
GetStorage Net App Lun Result Tag[] 
- uuid string
- Universally unique identifier of the LUN.
- versionContexts GetStorage Net App Lun Result Version Context[] 
- volumeName string
- The parent volume name for the lun.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Net App Lun Result Ancestor] 
- arrays
Sequence[GetStorage Net App Lun Result Array] 
- avg_performance_ Sequence[Getmetrics Storage Net App Lun Result Avg Performance Metric] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- events
Sequence[GetStorage Net App Lun Result Event] 
- hosts
Sequence[GetStorage Net App Lun Result Host] 
- 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[GetStorage Net App Lun Result Parent] 
- path str
- Path where the LUN is mounted.
- permission_resources Sequence[GetStorage Net App Lun Result Permission Resource] 
- serial str
- Serial number for the provisioned LUN.
- 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[GetStorage Net App Lun Result Storage Container] 
- storage_utilizations Sequence[GetStorage Net App Lun Result Storage Utilization] 
- svm_name str
- The storage virtual machine name for the lun.
- 
Sequence[GetStorage Net App Lun Result Tag] 
- uuid str
- Universally unique identifier of the LUN.
- version_contexts Sequence[GetStorage Net App Lun Result Version Context] 
- 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>
- avgPerformance List<Property Map>Metrics 
- 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.
- domainGroup StringMoid 
- 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.
- 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.
- 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
- additional_properties str
- class_id str
- iops float
- latency float
- object_type str
- period float
- throughput float
- 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
- additional_properties str
- available float
- capacity_utilization float
- class_id str
- free float
- object_type str
- total float
- used float
- 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       
- additionalProperties string
- classId string
- interestedMos GetStorage Net App Lun Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetStorage Net App Lun Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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<GetStorage Net App Lun Version Context Interested Mo> 
- MarkedFor boolDeletion 
- 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 GetStorage Net App Lun Version Context Ref Mo 
- 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 []GetStorage Net App Lun Version Context Interested Mo 
- MarkedFor boolDeletion 
- 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 GetStorage Net App Lun Version Context Ref Mo 
- 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<GetStorage Net App Lun Version Context Interested Mo> 
- markedFor BooleanDeletion 
- 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 GetStorage Net App Lun Version Context Ref Mo 
- 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 GetStorage Net App Lun Version Context Interested Mo[] 
- markedFor booleanDeletion 
- 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 GetStorage Net App Lun Version Context Ref Mo 
- 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[GetStorage Net App Lun Version Context Interested Mo] 
- marked_for_ booldeletion 
- 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 GetStorage Net App Lun Version Context Ref Mo 
- 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>
- markedFor BooleanDeletion 
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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.- If 'moid' is set this field is ignored.
- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet