Volumes

PureStorage.FlashArray.ComponentType.PureVolumeState (ComponentType)

Element properties:

AccessibilityPublic

Source Code:

<ComponentType ID="PureStorage.FlashArray.ComponentType.PureVolumeState" Accessibility="Public" Lifetime="ManagementPackElement">
<!--
Dataset property is incoming property for the data to display in the grid.
This property uses a type of BaseData so it can accept any kind of data.
We will get this data from the Dataset variable that's written to by the DatabasePowerShellQuery component.
Selection propertyis outgoing property to hold the instance that the user currently has selected.
This property uses a type of BaseData so it can accept any class defined in a management pack.
We will use this property for the DatabaseFreeSpaceChart component that displays the free space for the selected database.
-->
<Property Name="Dataset" Type="BaseDataType[]" BindingDirection="In"/>
</ComponentType>