intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageNetAppAggregate
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
NetApp aggregate is a collection of disks arranged into one or more RAID groups.
Using getStorageNetAppAggregate
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 getStorageNetAppAggregate(args: GetStorageNetAppAggregateArgs, opts?: InvokeOptions): Promise<GetStorageNetAppAggregateResult>
function getStorageNetAppAggregateOutput(args: GetStorageNetAppAggregateOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppAggregateResult>def get_storage_net_app_aggregate(account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  aggregate_type: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetStorageNetAppAggregateAncestor]] = None,
                                  array_controller: Optional[GetStorageNetAppAggregateArrayController] = None,
                                  avg_performance_metrics: Optional[GetStorageNetAppAggregateAvgPerformanceMetrics] = None,
                                  class_id: Optional[str] = None,
                                  cloud_storages: Optional[Sequence[str]] = None,
                                  create_time: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  efficiency_ratio: Optional[float] = None,
                                  events: Optional[Sequence[GetStorageNetAppAggregateEvent]] = None,
                                  id: Optional[str] = None,
                                  key: Optional[str] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  node_name: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetStorageNetAppAggregateParent] = None,
                                  permission_resources: Optional[Sequence[GetStorageNetAppAggregatePermissionResource]] = None,
                                  pool_id: Optional[str] = None,
                                  raid_size: Optional[float] = None,
                                  raid_type: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  state: Optional[str] = None,
                                  status: Optional[str] = None,
                                  storage_utilization: Optional[GetStorageNetAppAggregateStorageUtilization] = None,
                                  tags: Optional[Sequence[GetStorageNetAppAggregateTag]] = None,
                                  type: Optional[str] = None,
                                  uuid: Optional[str] = None,
                                  version_context: Optional[GetStorageNetAppAggregateVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStorageNetAppAggregateResult
def get_storage_net_app_aggregate_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  aggregate_type: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppAggregateAncestorArgs]]]] = None,
                                  array_controller: Optional[pulumi.Input[GetStorageNetAppAggregateArrayControllerArgs]] = None,
                                  avg_performance_metrics: Optional[pulumi.Input[GetStorageNetAppAggregateAvgPerformanceMetricsArgs]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  cloud_storages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  efficiency_ratio: Optional[pulumi.Input[float]] = None,
                                  events: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppAggregateEventArgs]]]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  key: Optional[pulumi.Input[str]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  node_name: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetStorageNetAppAggregateParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppAggregatePermissionResourceArgs]]]] = None,
                                  pool_id: Optional[pulumi.Input[str]] = None,
                                  raid_size: Optional[pulumi.Input[float]] = None,
                                  raid_type: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  state: Optional[pulumi.Input[str]] = None,
                                  status: Optional[pulumi.Input[str]] = None,
                                  storage_utilization: Optional[pulumi.Input[GetStorageNetAppAggregateStorageUtilizationArgs]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppAggregateTagArgs]]]] = None,
                                  type: Optional[pulumi.Input[str]] = None,
                                  uuid: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetStorageNetAppAggregateVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppAggregateResult]func LookupStorageNetAppAggregate(ctx *Context, args *LookupStorageNetAppAggregateArgs, opts ...InvokeOption) (*LookupStorageNetAppAggregateResult, error)
func LookupStorageNetAppAggregateOutput(ctx *Context, args *LookupStorageNetAppAggregateOutputArgs, opts ...InvokeOption) LookupStorageNetAppAggregateResultOutput> Note: This function is named LookupStorageNetAppAggregate in the Go SDK.
public static class GetStorageNetAppAggregate 
{
    public static Task<GetStorageNetAppAggregateResult> InvokeAsync(GetStorageNetAppAggregateArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageNetAppAggregateResult> Invoke(GetStorageNetAppAggregateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageNetAppAggregateResult> getStorageNetAppAggregate(GetStorageNetAppAggregateArgs args, InvokeOptions options)
public static Output<GetStorageNetAppAggregateResult> getStorageNetAppAggregate(GetStorageNetAppAggregateArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageNetAppAggregate:getStorageNetAppAggregate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregateType string
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- Ancestors
List<GetStorage Net App Aggregate Ancestor> 
- ArrayController GetStorage Net App Aggregate Array Controller 
- AvgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- ClassId string
- CloudStorages List<string>
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EfficiencyRatio double
- Data reduction ratio (logical_used / used).
- Events
List<GetStorage Net App Aggregate Event> 
- Id string
- Key string
- Unique identifier of NetApp Aggregate across data center.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Human readable name of the pool, limited to 64 characters.
- NodeName string
- The node name for the aggregate.
- ObjectType string
- Owners List<string>
- Parent
GetStorage Net App Aggregate Parent 
- PermissionResources List<GetStorage Net App Aggregate Permission Resource> 
- PoolId string
- Object ID for the pool. Platforms that use a number should convert it to string.
- RaidSize double
- Size of the RAID group represented by number of disks in the group.
- RaidType string
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- State string
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- Status string
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
List<GetStorage Net App Aggregate Tag> 
- Type string
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- Uuid string
- Uuid of NetApp Aggregate.
- VersionContext GetStorage Net App Aggregate Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregateType string
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- Ancestors
[]GetStorage Net App Aggregate Ancestor 
- ArrayController GetStorage Net App Aggregate Array Controller 
- AvgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- ClassId string
- CloudStorages []string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EfficiencyRatio float64
- Data reduction ratio (logical_used / used).
- Events
[]GetStorage Net App Aggregate Event 
- Id string
- Key string
- Unique identifier of NetApp Aggregate across data center.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Human readable name of the pool, limited to 64 characters.
- NodeName string
- The node name for the aggregate.
- ObjectType string
- Owners []string
- Parent
GetStorage Net App Aggregate Parent 
- PermissionResources []GetStorage Net App Aggregate Permission Resource 
- PoolId string
- Object ID for the pool. Platforms that use a number should convert it to string.
- RaidSize float64
- Size of the RAID group represented by number of disks in the group.
- RaidType string
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- State string
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- Status string
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
[]GetStorage Net App Aggregate Tag 
- Type string
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- Uuid string
- Uuid of NetApp Aggregate.
- VersionContext GetStorage Net App Aggregate Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregateType String
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors
List<GetStorage Net App Aggregate Ancestor> 
- arrayController GetStorage Net App Aggregate Array Controller 
- avgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- classId String
- cloudStorages List<String>
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- efficiencyRatio Double
- Data reduction ratio (logical_used / used).
- events
List<GetStorage Net App Aggregate Event> 
- id String
- key String
- Unique identifier of NetApp Aggregate across data center.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Human readable name of the pool, limited to 64 characters.
- nodeName String
- The node name for the aggregate.
- objectType String
- owners List<String>
- parent
GetStorage Net App Aggregate Parent 
- permissionResources List<GetStorage Net App Aggregate Permission Resource> 
- poolId String
- Object ID for the pool. Platforms that use a number should convert it to string.
- raidSize Double
- Size of the RAID group represented by number of disks in the group.
- raidType String
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state String
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status String
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
List<GetStorage Net App Aggregate Tag> 
- type String
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid String
- Uuid of NetApp Aggregate.
- versionContext GetStorage Net App Aggregate Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- aggregateType string
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors
GetStorage Net App Aggregate Ancestor[] 
- arrayController GetStorage Net App Aggregate Array Controller 
- avgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- classId string
- cloudStorages string[]
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- efficiencyRatio number
- Data reduction ratio (logical_used / used).
- events
GetStorage Net App Aggregate Event[] 
- id string
- key string
- Unique identifier of NetApp Aggregate across data center.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Human readable name of the pool, limited to 64 characters.
- nodeName string
- The node name for the aggregate.
- objectType string
- owners string[]
- parent
GetStorage Net App Aggregate Parent 
- permissionResources GetStorage Net App Aggregate Permission Resource[] 
- poolId string
- Object ID for the pool. Platforms that use a number should convert it to string.
- raidSize number
- Size of the RAID group represented by number of disks in the group.
- raidType string
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state string
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status string
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
GetStorage Net App Aggregate Tag[] 
- type string
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid string
- Uuid of NetApp Aggregate.
- versionContext GetStorage Net App Aggregate Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- aggregate_type str
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors
Sequence[GetStorage Net App Aggregate Ancestor] 
- array_controller GetStorage Net App Aggregate Array Controller 
- avg_performance_ Getmetrics Storage Net App Aggregate Avg Performance Metrics 
- class_id str
- cloud_storages Sequence[str]
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- efficiency_ratio float
- Data reduction ratio (logical_used / used).
- events
Sequence[GetStorage Net App Aggregate Event] 
- id str
- key str
- Unique identifier of NetApp Aggregate across data center.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Human readable name of the pool, limited to 64 characters.
- node_name str
- The node name for the aggregate.
- object_type str
- owners Sequence[str]
- parent
GetStorage Net App Aggregate Parent 
- permission_resources Sequence[GetStorage Net App Aggregate Permission Resource] 
- pool_id str
- Object ID for the pool. Platforms that use a number should convert it to string.
- raid_size float
- Size of the RAID group represented by number of disks in the group.
- raid_type str
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state str
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status str
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storage_utilization GetStorage Net App Aggregate Storage Utilization 
- 
Sequence[GetStorage Net App Aggregate Tag] 
- type str
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid str
- Uuid of NetApp Aggregate.
- version_context GetStorage Net App Aggregate Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregateType String
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors List<Property Map>
- arrayController Property Map
- avgPerformance Property MapMetrics 
- classId String
- cloudStorages List<String>
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- efficiencyRatio Number
- Data reduction ratio (logical_used / used).
- events List<Property Map>
- id String
- key String
- Unique identifier of NetApp Aggregate across data center.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Human readable name of the pool, limited to 64 characters.
- nodeName String
- The node name for the aggregate.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- poolId String
- Object ID for the pool. Platforms that use a number should convert it to string.
- raidSize Number
- Size of the RAID group represented by number of disks in the group.
- raidType String
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state String
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status String
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageUtilization Property Map
- List<Property Map>
- type String
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid String
- Uuid of NetApp Aggregate.
- versionContext Property Map
getStorageNetAppAggregate Result
The following output properties are available:
- Id string
- Results
List<GetStorage Net App Aggregate Result> 
- AccountMoid string
- AdditionalProperties string
- AggregateType string
- Ancestors
List<GetStorage Net App Aggregate Ancestor> 
- ArrayController GetStorage Net App Aggregate Array Controller 
- AvgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- ClassId string
- CloudStorages List<string>
- CreateTime string
- DomainGroup stringMoid 
- EfficiencyRatio double
- Events
List<GetStorage Net App Aggregate Event> 
- Key string
- ModTime string
- Moid string
- Name string
- NodeName string
- ObjectType string
- Owners List<string>
- Parent
GetStorage Net App Aggregate Parent 
- PermissionResources List<GetStorage Net App Aggregate Permission Resource> 
- PoolId string
- RaidSize double
- RaidType string
- string
- State string
- Status string
- StorageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
List<GetStorage Net App Aggregate Tag> 
- Type string
- Uuid string
- VersionContext GetStorage Net App Aggregate Version Context 
- Id string
- Results
[]GetStorage Net App Aggregate Result 
- AccountMoid string
- AdditionalProperties string
- AggregateType string
- Ancestors
[]GetStorage Net App Aggregate Ancestor 
- ArrayController GetStorage Net App Aggregate Array Controller 
- AvgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- ClassId string
- CloudStorages []string
- CreateTime string
- DomainGroup stringMoid 
- EfficiencyRatio float64
- Events
[]GetStorage Net App Aggregate Event 
- Key string
- ModTime string
- Moid string
- Name string
- NodeName string
- ObjectType string
- Owners []string
- Parent
GetStorage Net App Aggregate Parent 
- PermissionResources []GetStorage Net App Aggregate Permission Resource 
- PoolId string
- RaidSize float64
- RaidType string
- string
- State string
- Status string
- StorageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
[]GetStorage Net App Aggregate Tag 
- Type string
- Uuid string
- VersionContext GetStorage Net App Aggregate Version Context 
- id String
- results
List<GetStorage Net App Aggregate Result> 
- accountMoid String
- additionalProperties String
- aggregateType String
- ancestors
List<GetStorage Net App Aggregate Ancestor> 
- arrayController GetStorage Net App Aggregate Array Controller 
- avgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- classId String
- cloudStorages List<String>
- createTime String
- domainGroup StringMoid 
- efficiencyRatio Double
- events
List<GetStorage Net App Aggregate Event> 
- key String
- modTime String
- moid String
- name String
- nodeName String
- objectType String
- owners List<String>
- parent
GetStorage Net App Aggregate Parent 
- permissionResources List<GetStorage Net App Aggregate Permission Resource> 
- poolId String
- raidSize Double
- raidType String
- String
- state String
- status String
- storageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
List<GetStorage Net App Aggregate Tag> 
- type String
- uuid String
- versionContext GetStorage Net App Aggregate Version Context 
- id string
- results
GetStorage Net App Aggregate Result[] 
- accountMoid string
- additionalProperties string
- aggregateType string
- ancestors
GetStorage Net App Aggregate Ancestor[] 
- arrayController GetStorage Net App Aggregate Array Controller 
- avgPerformance GetMetrics Storage Net App Aggregate Avg Performance Metrics 
- classId string
- cloudStorages string[]
- createTime string
- domainGroup stringMoid 
- efficiencyRatio number
- events
GetStorage Net App Aggregate Event[] 
- key string
- modTime string
- moid string
- name string
- nodeName string
- objectType string
- owners string[]
- parent
GetStorage Net App Aggregate Parent 
- permissionResources GetStorage Net App Aggregate Permission Resource[] 
- poolId string
- raidSize number
- raidType string
- string
- state string
- status string
- storageUtilization GetStorage Net App Aggregate Storage Utilization 
- 
GetStorage Net App Aggregate Tag[] 
- type string
- uuid string
- versionContext GetStorage Net App Aggregate Version Context 
- id str
- results
Sequence[GetStorage Net App Aggregate Result] 
- account_moid str
- additional_properties str
- aggregate_type str
- ancestors
Sequence[GetStorage Net App Aggregate Ancestor] 
- array_controller GetStorage Net App Aggregate Array Controller 
- avg_performance_ Getmetrics Storage Net App Aggregate Avg Performance Metrics 
- class_id str
- cloud_storages Sequence[str]
- create_time str
- domain_group_ strmoid 
- efficiency_ratio float
- events
Sequence[GetStorage Net App Aggregate Event] 
- key str
- mod_time str
- moid str
- name str
- node_name str
- object_type str
- owners Sequence[str]
- parent
GetStorage Net App Aggregate Parent 
- permission_resources Sequence[GetStorage Net App Aggregate Permission Resource] 
- pool_id str
- raid_size float
- raid_type str
- str
- state str
- status str
- storage_utilization GetStorage Net App Aggregate Storage Utilization 
- 
Sequence[GetStorage Net App Aggregate Tag] 
- type str
- uuid str
- version_context GetStorage Net App Aggregate Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- aggregateType String
- ancestors List<Property Map>
- arrayController Property Map
- avgPerformance Property MapMetrics 
- classId String
- cloudStorages List<String>
- createTime String
- domainGroup StringMoid 
- efficiencyRatio Number
- events List<Property Map>
- key String
- modTime String
- moid String
- name String
- nodeName String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- poolId String
- raidSize Number
- raidType String
- String
- state String
- status String
- storageUtilization Property Map
- List<Property Map>
- type String
- uuid String
- versionContext Property Map
Supporting Types
GetStorageNetAppAggregateAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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'.
 
GetStorageNetAppAggregateArrayController      
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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'.
 
GetStorageNetAppAggregateAvgPerformanceMetrics       
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
GetStorageNetAppAggregateEvent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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'.
 
GetStorageNetAppAggregateParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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'.
 
GetStorageNetAppAggregatePermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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'.
 
GetStorageNetAppAggregateResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregateType string
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- Ancestors
List<GetStorage Net App Aggregate Result Ancestor> 
- ArrayControllers List<GetStorage Net App Aggregate Result Array Controller> 
- AvgPerformance List<GetMetrics Storage Net App Aggregate Result Avg Performance Metric> 
- ClassId string
- CloudStorages List<string>
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EfficiencyRatio double
- Data reduction ratio (logical_used / used).
- Events
List<GetStorage Net App Aggregate Result Event> 
- Key string
- Unique identifier of NetApp Aggregate across data center.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Human readable name of the pool, limited to 64 characters.
- NodeName string
- The node name for the aggregate.
- ObjectType string
- Owners List<string>
- Parents
List<GetStorage Net App Aggregate Result Parent> 
- PermissionResources List<GetStorage Net App Aggregate Result Permission Resource> 
- PoolId string
- Object ID for the pool. Platforms that use a number should convert it to string.
- RaidSize double
- Size of the RAID group represented by number of disks in the group.
- RaidType string
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- State string
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- Status string
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageUtilizations List<GetStorage Net App Aggregate Result Storage Utilization> 
- 
List<GetStorage Net App Aggregate Result Tag> 
- Type string
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- Uuid string
- Uuid of NetApp Aggregate.
- VersionContexts List<GetStorage Net App Aggregate Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AggregateType string
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- Ancestors
[]GetStorage Net App Aggregate Result Ancestor 
- ArrayControllers []GetStorage Net App Aggregate Result Array Controller 
- AvgPerformance []GetMetrics Storage Net App Aggregate Result Avg Performance Metric 
- ClassId string
- CloudStorages []string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EfficiencyRatio float64
- Data reduction ratio (logical_used / used).
- Events
[]GetStorage Net App Aggregate Result Event 
- Key string
- Unique identifier of NetApp Aggregate across data center.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Human readable name of the pool, limited to 64 characters.
- NodeName string
- The node name for the aggregate.
- ObjectType string
- Owners []string
- Parents
[]GetStorage Net App Aggregate Result Parent 
- PermissionResources []GetStorage Net App Aggregate Result Permission Resource 
- PoolId string
- Object ID for the pool. Platforms that use a number should convert it to string.
- RaidSize float64
- Size of the RAID group represented by number of disks in the group.
- RaidType string
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- State string
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- Status string
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- StorageUtilizations []GetStorage Net App Aggregate Result Storage Utilization 
- 
[]GetStorage Net App Aggregate Result Tag 
- Type string
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- Uuid string
- Uuid of NetApp Aggregate.
- VersionContexts []GetStorage Net App Aggregate Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregateType String
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors
List<GetStorage Net App Aggregate Result Ancestor> 
- arrayControllers List<GetStorage Net App Aggregate Result Array Controller> 
- avgPerformance List<GetMetrics Storage Net App Aggregate Result Avg Performance Metric> 
- classId String
- cloudStorages List<String>
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- efficiencyRatio Double
- Data reduction ratio (logical_used / used).
- events
List<GetStorage Net App Aggregate Result Event> 
- key String
- Unique identifier of NetApp Aggregate across data center.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Human readable name of the pool, limited to 64 characters.
- nodeName String
- The node name for the aggregate.
- objectType String
- owners List<String>
- parents
List<GetStorage Net App Aggregate Result Parent> 
- permissionResources List<GetStorage Net App Aggregate Result Permission Resource> 
- poolId String
- Object ID for the pool. Platforms that use a number should convert it to string.
- raidSize Double
- Size of the RAID group represented by number of disks in the group.
- raidType String
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state String
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status String
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageUtilizations List<GetStorage Net App Aggregate Result Storage Utilization> 
- 
List<GetStorage Net App Aggregate Result Tag> 
- type String
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid String
- Uuid of NetApp Aggregate.
- versionContexts List<GetStorage Net App Aggregate Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- aggregateType string
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors
GetStorage Net App Aggregate Result Ancestor[] 
- arrayControllers GetStorage Net App Aggregate Result Array Controller[] 
- avgPerformance GetMetrics Storage Net App Aggregate Result Avg Performance Metric[] 
- classId string
- cloudStorages string[]
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- efficiencyRatio number
- Data reduction ratio (logical_used / used).
- events
GetStorage Net App Aggregate Result Event[] 
- key string
- Unique identifier of NetApp Aggregate across data center.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Human readable name of the pool, limited to 64 characters.
- nodeName string
- The node name for the aggregate.
- objectType string
- owners string[]
- parents
GetStorage Net App Aggregate Result Parent[] 
- permissionResources GetStorage Net App Aggregate Result Permission Resource[] 
- poolId string
- Object ID for the pool. Platforms that use a number should convert it to string.
- raidSize number
- Size of the RAID group represented by number of disks in the group.
- raidType string
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state string
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status string
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageUtilizations GetStorage Net App Aggregate Result Storage Utilization[] 
- 
GetStorage Net App Aggregate Result Tag[] 
- type string
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid string
- Uuid of NetApp Aggregate.
- versionContexts GetStorage Net App Aggregate Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- aggregate_type str
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors
Sequence[GetStorage Net App Aggregate Result Ancestor] 
- array_controllers Sequence[GetStorage Net App Aggregate Result Array Controller] 
- avg_performance_ Sequence[Getmetrics Storage Net App Aggregate Result Avg Performance Metric] 
- class_id str
- cloud_storages Sequence[str]
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- efficiency_ratio float
- Data reduction ratio (logical_used / used).
- events
Sequence[GetStorage Net App Aggregate Result Event] 
- key str
- Unique identifier of NetApp Aggregate across data center.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Human readable name of the pool, limited to 64 characters.
- node_name str
- The node name for the aggregate.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetStorage Net App Aggregate Result Parent] 
- permission_resources Sequence[GetStorage Net App Aggregate Result Permission Resource] 
- pool_id str
- Object ID for the pool. Platforms that use a number should convert it to string.
- raid_size float
- Size of the RAID group represented by number of disks in the group.
- raid_type str
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state str
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status str
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storage_utilizations Sequence[GetStorage Net App Aggregate Result Storage Utilization] 
- 
Sequence[GetStorage Net App Aggregate Result Tag] 
- type str
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid str
- Uuid of NetApp Aggregate.
- version_contexts Sequence[GetStorage Net App Aggregate Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- aggregateType String
- Storage disk type for NetApp aggregate.* HDD- Hard Disk Drive disk type.*Hybrid- Solid State Hard Disk Drive.*Hybrid (Flash Pool)- SSHD in a flash pool disk type.*SSD- Solid State Disk disk type.*SSD (FabricPool)- SSD in a flash pool disk type.*VMDisk (SDS)- Storage disk with Hard disk drive.*VMDisk (FabricPool)- Storage disk with Non-volatile random-access memory drives.*LUN (FlexArray)- LUN (FlexArray) disk type.*Not Mapped- Storage disk is not mapped.
- ancestors List<Property Map>
- arrayControllers List<Property Map>
- avgPerformance List<Property Map>Metrics 
- classId String
- cloudStorages List<String>
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- efficiencyRatio Number
- Data reduction ratio (logical_used / used).
- events List<Property Map>
- key String
- Unique identifier of NetApp Aggregate across data center.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Human readable name of the pool, limited to 64 characters.
- nodeName String
- The node name for the aggregate.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- poolId String
- Object ID for the pool. Platforms that use a number should convert it to string.
- raidSize Number
- Size of the RAID group represented by number of disks in the group.
- raidType String
- The RAID configuration type.* Unknown- Default unknown RAID type.*RAID0- RAID0 splits (\ stripes\ ) data evenly across two or more disks, without parity information.*RAID1- RAID1 requires a minimum of two disks to work, and provides data redundancy and failover.*RAID4- RAID4 stripes block level data and dedicates a disk to parity.*RAID5- RAID5 distributes striping and parity at a block level.*RAID6- RAID6 level operates like RAID5 with distributed parity and striping.*RAID10- RAID10 requires a minimum of four disks in the array. It stripes across disks for higher performance, and mirrors for redundancy.*RAIDDP- RAIDDP uses up to two spare disks to replace and reconstruct the data from up to two simultaneously failed disks within the RAID group.*RAIDTEC- With RAIDTEC protection, use up to three spare disks to replace and reconstruct the data from up to three simultaneously failed disks within the RAID group.
- 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.
- state String
- Current state of the NetApp aggregate.* Unknown- Specifies that the aggregate is discovered, but the aggregate information is not yet retrieved by the Unified Manager server.*Online- Aggregate is ready and available.*Onlining- The state is transitioning online.*Offline- Aggregate is unavailable.*Offlining- The state is transitioning offline.*Relocating- The aggregate is being relocated.*Restricted- Limited operations (e.g., parity reconstruction) are allowed, but data access is not allowed.*Failed- The aggregate cannot be brought online.*Inconsistent- The aggregate has been marked corrupted; contact technical support.*Unmounted- The aggregate is not mounted.
- status String
- Human readable status of the pool, indicating the current health.* Unknown- Entity status is unknown.*Degraded- State is degraded, and might impact normal operation of the entity.*Critical- Entity is in a critical state, impacting operations.*Ok- Entity status is in a stable state, operating normally.
- storageUtilizations List<Property Map>
- List<Property Map>
- type String
- Human readable type of the pool, such as thin, tiered, active-flash, etc.
- uuid String
- Uuid of NetApp Aggregate.
- versionContexts List<Property Map>
GetStorageNetAppAggregateResultAncestor      
- 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
GetStorageNetAppAggregateResultArrayController       
- 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
GetStorageNetAppAggregateResultAvgPerformanceMetric        
- 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
GetStorageNetAppAggregateResultEvent      
- 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
GetStorageNetAppAggregateResultParent      
- 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
GetStorageNetAppAggregateResultPermissionResource       
- 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
GetStorageNetAppAggregateResultStorageUtilization       
- 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
GetStorageNetAppAggregateResultTag      
- AdditionalProperties string
- Key string
- Unique identifier of NetApp Aggregate across data center.
- Value string
- AdditionalProperties string
- Key string
- Unique identifier of NetApp Aggregate across data center.
- Value string
- additionalProperties String
- key String
- Unique identifier of NetApp Aggregate across data center.
- value String
- additionalProperties string
- key string
- Unique identifier of NetApp Aggregate across data center.
- value string
- additional_properties str
- key str
- Unique identifier of NetApp Aggregate across data center.
- value str
- additionalProperties String
- key String
- Unique identifier of NetApp Aggregate across data center.
- value String
GetStorageNetAppAggregateResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageNetAppAggregateResultVersionContextInterestedMo         
- 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
GetStorageNetAppAggregateResultVersionContextRefMo         
- 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
GetStorageNetAppAggregateStorageUtilization      
- 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.
GetStorageNetAppAggregateTag     
- AdditionalProperties string
- Key string
- Unique identifier of NetApp Aggregate across data center.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- Unique identifier of NetApp Aggregate across data center.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- Unique identifier of NetApp Aggregate across data center.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- Unique identifier of NetApp Aggregate across data center.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- Unique identifier of NetApp Aggregate across data center.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- Unique identifier of NetApp Aggregate across data center.
- value String
- The string representation of a tag value.
GetStorageNetAppAggregateVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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 Aggregate 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.
 
GetStorageNetAppAggregateVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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'.
 
GetStorageNetAppAggregateVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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