Server.format.ps1xml
<?xml version="1.0" encoding="utf-8"?>
<Configuration> <Controls> <!--ServerHardware+Firmware-GroupingFormat--> <Control> <Name>ServerHardware+Firmware-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Server: </Text> <ExpressionBinding> <ScriptBlock> $_.Name </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <!--Enclosure+Firmware-GroupingFormat--> <Control> <Name>EnclosureFirmware-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Enclosure: </Text> <ExpressionBinding> <ScriptBlock> $_.Name </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <ViewDefinitions> <!--RackManager FT--> <View> <Name>RackManager</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.RackManager</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Licensing</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PartNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LicenseIntent</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PartNumber</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--RackManager.SubResources FL--> <View> <Name>RackManager.SubResources</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.SubResources</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Chassis</Label> <PropertyName>Chassis</PropertyName> </ListItem> <ListItem> <Label>Partitions</Label> <PropertyName>Partitions</PropertyName> </ListItem> <ListItem> <Label>Managers</Label> <PropertyName>Managers</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--RackManager FT--> <View> <Name>SubResources.Chassis</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.Chassis</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhysicalLocation</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PartitionName</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhysicalLocation</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PartitionName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerHardware FT--> <View> <Name>ServerHardware</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerHardare</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ServerName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Power</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Serial Number</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ROM</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>iLO</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Profile</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>License</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>serverName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>powerState</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>serialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>shortModel</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>romVersion</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.mpModel + " " + ($_.mpFirmwareVersion -split " ")[0]</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> if (-not($_.serverProfileUri)) { 'No Profile' } else { (Send-OVRequest $_.serverProfileUri -hostname $_.ApplianceConnection.Name).name } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>licensingIntent</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerHardware FL--> <View> <Name>ServerHardware</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerHardware</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>model</PropertyName> </ListItem> <ListItem> <Label>Form Factor</Label> <PropertyName>formFactor</PropertyName> </ListItem> <ListItem> <Label>Adapters</Label> <ScriptBlock> $_.adapters | % { "{0} {1} - {2}" -f $_.location,$_.slot,$_.model } </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerHardwareType FT--> <View> <Name>ServerHardwareType</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerHardwareType</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Form Factor</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Adapters</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>formFactor</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_.adapters | % { "{0} {1} - {2}" -f $_.location,$_.slot,$_.model } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerHardwareType FL--> <View> <Name>ServerHardwareType</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerHardwareType</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>model</PropertyName> </ListItem> <ListItem> <Label>Form Factor</Label> <PropertyName>formFactor</PropertyName> </ListItem> <ListItem> <Label>Adapters</Label> <ScriptBlock> $_.adapters | % { "{0} {1} - {2}" -f $_.location,$_.slot,$_.model } </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerProfileTemplate FT--> <View> <Name>ServerProfileTemplate</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfileTemplate</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Hardware Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Affinity</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Profiles</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>affinity</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> (Send-OVRequest ("/rest/index/associations?parentUri={0}&name=server_profile_template_to_server_profiles" -f $_.uri) -Hostname $_.ApplianceConnection.Name).members | % { "{0}" -f (Send-OVRequest $_.childUri -ApplianceConnection $_.ApplianceConnection.Name).name } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfileTemplate FL--> <View> <Name>ServerProfileTemplate</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfileTemplate</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>description</PropertyName> </ListItem> <ListItem> <Label>Server Hardware Type</Label> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>"{0}" -f (Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Affinity</Label> <PropertyName>affinity</PropertyName> </ListItem> <ListItem> <Label>Serial Number</Label> <ScriptBlock>"{0} ({1})" -f $_.serialNumber,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>UUID</Label> <ScriptBlock>"{0} ({1})" -f $_.uuid,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>Connections</Label> <ScriptBlock>"{0}" -f $_.connections.count</ScriptBlock> </ListItem> <ListItem> <Label>Manage BIOS</Label> <ScriptBlock>"{0}" -f $_.bios.manageBios</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerProfile FT--> <View> <Name>ServerProfile</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfile</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Compliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Template</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Hardware</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server Hardware Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Affinity</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>templateCompliance</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverProfileTemplateUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverHardwareUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>affinity</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfile FL--> <View> <Name>ServerProfile</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfile</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>description</PropertyName> </ListItem> <ListItem> <Label>Compliance</Label> <PropertyName>templateCompliance</PropertyName> </ListItem> <ListItem> <Label>Template</Label> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverProfileTemplateUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Server Hardware</Label> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverHardwareUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Server Hardware Type</Label> <ScriptBlock>"{0}" -f (Send-OVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>"{0}" -f (Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Affinity</Label> <PropertyName>affinity</PropertyName> </ListItem> <ListItem> <Label>Serial Number</Label> <ScriptBlock>"{0} ({1})" -f $_.serialNumber,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>UUID</Label> <ScriptBlock>"{0} ({1})" -f $_.uuid,$_.serialNumberType</ScriptBlock> </ListItem> <ListItem> <Label>Connections</Label> <ScriptBlock>"{0}" -f $_.connections.count</ScriptBlock> </ListItem> <ListItem> <Label>Manage BIOS</Label> <ScriptBlock>"{0}" -f $_.bios.manageBios</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--Server_Profile_Connections FT--> <View> <Name>connections</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfile.Connection</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>ID</Label> <Width>2</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Width>12</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Network</Label> <Width>30</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RequestedBW</Label> <Width>12</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MaximumBW</Label> <Width>10</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Boot</Label> <Width>20</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PortID</Label> <Width>10</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Address</Label> <Width>32</Width> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>functionType</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$profileCache[$_.networkUri]</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} Gbps" -f ($_.requestedMbps / 1000)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} Gbps" -f ($_.maximumMbps / 1000)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $bootSetting = New-Object System.Collections.ArrayList [void]$bootSetting.Add($_.boot.priority) if ($_.boot.targets) { for ($i=0; $i -eq $boot.targets.count; $i++) { [void]$bootSetting.Add("WWN $($_.boot.targets[$i].arrayWwpn)`nLUN $($_.boot.targets[$i].lun)") } } elseif ($_.functionType -eq "FibreChannel" -and -not ($_.boot.priority -eq "NotBootable") -and -not ($_.boot.targets)) { [void]$bootSetting.Add("(Use Adapter BIOS)") } $bootSetting | Out-String | % { $_ -replace '^\s+|\s+$' } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>portId</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $address = New-Object System.Collections.ArrayList if ($_.macType -eq "Virtual" -and $_.mac) { [void]$address.Add("MAC $($_.mac) (V)") } elseif ($_.macType -eq "Physical" -and $_.mac) { [void]$address.Add("MAC $($_.mac) (p)") } if ($_.wwpnType -eq "Virtual" -and $_.wwnn) { [void]$address.Add("WWNN $($_.wwnn) (v)") } elseif ($_.wwpnType -eq "Physical" -and $_.wwnn) { [void]$address.Add("WWNN $($_.wwnn) (p)") } if ($_.wwpnType -eq "Virtual" -and $_.wwpn) { [void]$address.Add("WWPN $($_.wwpn) (v)") } elseif ($_.wwpnType -eq "Physical" -and $_.wwpn) { [void]$address.Add("WWPN $($_.wwpn) (p)") } $address | Out-String | % { $_ -replace '^\s+|\s+$' } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--Server_ServerProfile_ConnectionList FT--> <View> <Name>ConnectionList</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfile.ConnectionList</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>ServerProfile</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ID</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PortID</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Network</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MAC</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>WWPN</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Boot</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ArrayTarget</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LUN</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <!-- serverProfile, cid, portId, functionType, Network, mac, wwpn, boot, arrayTarget, lun, Appliance --> <TableColumnItem> <PropertyName>serverProfile</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>cid</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>portId</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>functionType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Network</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.macType -eq "Virtual" -and $_.mac) { "{0} (V)" -f $_.mac } elseif ($_.macType -eq "Physical" -and $_.mac) { "{0} (P)" -f $_.mac } </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.wwpnType -eq "Virtual" -and $_.wwpn) { "{0} (V)" -f $_.wwpn } elseif ($_.wwpnType -eq "Physical" -and $_.wwpn) { "{0} (P)" -f $_.wwpn } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>boot</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if (-not ([String]::IsNullOrEmpty($_.arrayTarget))) { if ($_.functionType -eq 'FibreChannel') { [regex]::Replace($_.arrayTarget, '(..)', '$1:').Trim(":") } else { $_.arrayTarget } } elseif ($_.boot -ne "NotBootable" -and [String]::IsNullOrEmpty($_.arrayTarget)) { "UseAdapterBIOS" } </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>lun</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- ServerUtilization --> <View> <Name>ServerUtilization</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerUtilization</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CPUCurrent</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerCurrent</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AmbientTemperature</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LastUpdated</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CPUCurrent</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PowerCurrent</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AmbientTemperature</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LastUpdated</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ENCLOSURE FT--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.Enclosure</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Serial Number</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Rack</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Populated Bays</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enclosureType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>serialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>rackName</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($_.enclosureGroupUri) { (Send-OVRequest $_.enclosureGroupUri -HostName $_.ApplianceConnection.Name).name } else { "N/A" } </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}/{1}" -f (($_.deviceBays | ? { $_.devicePresence -eq "Present" -or $_.devicePresence -eq "subsumed"}) | Measure-Object).Count,$_.deviceBays.count</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ENCLOSURE FL--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPEOneView.Enclosure</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>enclosureType</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>Serial Number</Label> <PropertyName>serialNumber</PropertyName> </ListItem> <ListItem> <Label>Rack</Label> <PropertyName>rackName</PropertyName> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock> if ($_.enclosureGroupUri) { (Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name } else { "N/A" } </ScriptBlock> </ListItem> <ListItem> <Label>Populated Bays</Label> <ScriptBlock>"{0}/{1}" -f (($_.deviceBays | ? { $_.devicePresence -eq "Present" -or $_.devicePresence -eq "subsumed"}) | Measure-Object).Count,$_.deviceBays.count</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!-- EnclosureUtilization --> <View> <Name>EnclosureUtilization</Name> <ViewSelectedBy> <TypeName>HPEOneView.EnclosureUtilization</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerCurrent</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AmbientTemperature</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LastUpdated</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PowerCurrent</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AmbientTemperature</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LastUpdated</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--LOGICALENCLOSURE FT--> <View> <Name>LogicalEnclosure</Name> <ViewSelectedBy> <TypeName>HPEOneView.LogicalEnclosure</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosures</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enclosure Group</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Logical Interconnects</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.enclosureUris | % { Send-OVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>(Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.logicalInterconnectUris | % { Send-OVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--LogicalEnclosure FL--> <View> <Name>LogicalEnclosure</Name> <ViewSelectedBy> <TypeName>HPEOneView.LogicalEnclosure</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>Enclosures</Label> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.enclosureUris | % { Send-OVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>(Send-OVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name </ScriptBlock> </ListItem> <ListItem> <Label>Logical Interconnects</Label> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.logicalInterconnectUris | % { Send-OVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ENCLOSURE_GROUP FT--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPEOneView.EnclosureGroup</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LogicalInterconnectGroup</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>UsedBy</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_HostName = $_.ApplianceConnection.Name ($_.associatedLogicalInterconnectGroups | % { (send-OVrequest $_ -Hostname $_HostName).Name }) -join "," </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> ((Send-OVRequest -Uri "/rest/index/associations/resources?count=-1&start=0&name='ENCLOSURE_GROUP_TO_LOGICAL_ENCLOSURE'&parentUri='$($_.uri)'" -Hostname $_.ApplianceConnection.Name).members | % { $_.childResource.name}) -join "," </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--UNMANAGED_RESOURCE FT--> <View> <Name>UnmanagedResource</Name> <ViewSelectedBy> <TypeName>HPEOneView.UnmanagedResource</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Height</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4 Management Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6 Management Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Max Power</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>model</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} U" -f $_.height</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>ipv4Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ipv6Address</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} Watts" -f $_.maxPwrConsumed</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--PotentialPowerConnection FT--> <View> <Name>PotentialPowerConnection</Name> <ViewSelectedBy> <TypeName>HPEOneView.PowerDevice.PotentialPowerConnection</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Connection</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Connection Side</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>deviceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>deviceConnectionSide</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--PotentialPowerConnection FL--> <View> <Name>PotentialPowerConnection</Name> <ViewSelectedBy> <TypeName>HPEOneView.PowerDevice.PotentialPowerConnection</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>model</PropertyName> </ListItem> <ListItem> <Label>Connection</Label> <PropertyName>deviceConnection</PropertyName> </ListItem> <ListItem> <Label>Connection Side</Label> <PropertyName>deviceConnectionSide</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ServerProfileMessage FT--> <View> <Name>ServerProfileMessage</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfileMessage</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Server Profile</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Message</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ServerProfileName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>message</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfileMessage FL--> <View> <Name>ServerProfileMessage</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfileMessage</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Server Profile</Label> <PropertyName>ServerProfileName</PropertyName> </ListItem> <ListItem> <Label>Created</Label> <PropertyName>createdTime</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Message</Label> <PropertyName>message</PropertyName> </ListItem> <ListItem> <Label>Recommended Actions</Label> <PropertyName>recommendedActions</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.ServerProfile.CompliancePreview FL--> <View> <Name>ServerProfileCompliancePreview</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfile.CompliancePreviewe</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <Label>IsOnlineUpdate</Label> <PropertyName>IsOnlineUpdate</PropertyName> </ListItem> <ListItem> <Label>AutomaticUpdates</Label> <PropertyName>AutomaticUpdates</PropertyName> </ListItem> <ListItem> <Label>ManualUpdates</Label> <PropertyName>ManualUpdates</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.ServerProfile.CompliancePreview FT--> <View> <Name>ServerProfileCompliancePreview</Name> <ViewSelectedBy> <TypeName>HPEOneView.ServerProfile.CompliancePreview</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IsOnlineUpdate</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AutomaticUpdates</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ManualUpdates</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IsOnlineUpdate</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AutomaticUpdates</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ManualUpdates</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ContractAndWarrantyStatus FT--> <View> <Name>ContractAndWarrantyStatus</Name> <ViewSelectedBy> <TypeName>HPEOneView.RemoteSupport.ContractAndWarrantyStatus</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>ResourceName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ResourceSerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IsEntitled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>EntitlementPackage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>EntitlementStatus</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CoverageDays</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>OfferEndDate</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ResourceName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ResourceSerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IsEntitled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>EntitlementPackage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>EntitlementStatus</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CoverageDays</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>OfferEndDate</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.RemoteSupport.ResourceSetting FT--> <View> <Name>RemoteSupportResourceSetting</Name> <ViewSelectedBy> <TypeName>HPEOneView.RemoteSupport.ResourceSetting</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>ResourceName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SupportEnabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SalesChannelPartner</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SupportChannelPartner</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PrimaryContact</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SecondaryContact</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ResourceName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>supportEnabled</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.SalesChannelPartner.name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.SupportChannelPartner.name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0} {1}' -f $_.PrimaryContact.firstName,$_.PrimaryContact.lastName</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0} {1}' -f $_.SecondaryContact.firstName,$_.SecondaryContact.lastName</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.ServerHardware+Firmware FT--> <View> <Name>Servers+Firmware</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.ServerHardware+Firmware</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>Name</PropertyName> <CustomControlName>ServerHardware+Firmware-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Component</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ComponentType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Installed</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaselineVersion</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaselineName</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Component</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ComponentType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Installed</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.Servers.Enclosure+Firmware FT--> <View> <Name>Enclosure+Firmware</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.Enclosure+Firmware</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>Name</PropertyName> <CustomControlName>EnclosureFirmware-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Component</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ComponentModel</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Installed</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Baseline</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaselineName</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Component</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ComponentModel</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Installed</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>BaselineName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.Servers.LogicalJBOD FT--> <View> <Name>LogicalJBOD</Name> <ViewSelectedBy> <TypeName>HPEOneView.Servers.LogicalJBOD</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DriveTechnology</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MinSize</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MaxSize</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Drives</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>UsedBy</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0} {1}" -f $_.Interface, $_.Media</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[HPEOneView.Utilities.Library]::IntToStorageString(([int]$_.MinSize * 1GB))</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[HPEOneView.Utilities.Library]::IntToStorageString(([int]$_.MaxSize * 1GB))</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Drives</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>UsedBy</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIhJAYJKoZIhvcNAQcCoIIhFTCCIRECAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCByt/KD4bLEwNSN --> <!-- 7al0LRxH4FQlMp9SWBann9CabHpUmaCCEPYwggV0MIIEXKADAgECAhEA4uyQqa0b --> <!-- usW8CNcfQ2uSeDANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJHQjEbMBkGA1UE --> <!-- CBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQK --> <!-- Ew9TZWN0aWdvIExpbWl0ZWQxJDAiBgNVBAMTG1NlY3RpZ28gUlNBIENvZGUgU2ln --> <!-- bmluZyBDQTAeFw0yMDEwMjEwMDAwMDBaFw0yMTEwMjEyMzU5NTlaMIHaMQswCQYD --> <!-- VQQGEwJVUzEOMAwGA1UEEQwFOTQzMDQxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQ --> <!-- BgNVBAcMCVBhbG8gQWx0bzEcMBoGA1UECQwTMzAwMCBIYW5vdmVyIFN0cmVldDEr --> <!-- MCkGA1UECgwiSGV3bGV0dCBQYWNrYXJkIEVudGVycHJpc2UgQ29tcGFueTEaMBgG --> <!-- A1UECwwRSFAgQ3liZXIgU2VjdXJpdHkxKzApBgNVBAMMIkhld2xldHQgUGFja2Fy --> <!-- ZCBFbnRlcnByaXNlIENvbXBhbnkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK --> <!-- AoIBAQDqW2H8BiQozcKceSJau9tZAWp/YIjcOFBH7DT6DkS4tOAY/abriMVAPYiK --> <!-- oxJ8GEck3wWlYFm09+IrpeEDvXCZj0D8B7ls7AMUudCikqO5GJsgL3vzJqOmmUjp --> <!-- I3VsRvoJ5I4Ioq3N7jUINYSpHx3R0Sx8YMlKCRJLQO9DRveO1JSNMULIA2yatA9f --> <!-- lmZ/9jTf2UJCj6n7exfqobZCSzlRoiYED6fPmzJIzFXHkZdzmZ4XlNT19sxl3uIl --> <!-- BeT7DNipZ/VjnkPmddoEIn1gcsDzjuiE2+fxhkmWSwsWuDv3dDztYfoGZjbJi8bm --> <!-- OhfTRZiCQUDpjDyYbFzORnoK6tu9AgMBAAGjggGQMIIBjDAfBgNVHSMEGDAWgBQO --> <!-- 4TqoUzox1Yq+wbutZxoDha00DjAdBgNVHQ4EFgQUNeRTASY3ei1XaNNs+0/ZvUDs --> <!-- P2owDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQCMAAwEwYDVR0lBAwwCgYIKwYB --> <!-- BQUHAwMwEQYJYIZIAYb4QgEBBAQDAgQQMEoGA1UdIARDMEEwNQYMKwYBBAGyMQEC --> <!-- AQMCMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgGBmeB --> <!-- DAEEATBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnNlY3RpZ28uY29tL1Nl --> <!-- Y3RpZ29SU0FDb2RlU2lnbmluZ0NBLmNybDBzBggrBgEFBQcBAQRnMGUwPgYIKwYB --> <!-- BQUHMAKGMmh0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQUNvZGVTaWdu --> <!-- aW5nQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAN --> <!-- BgkqhkiG9w0BAQsFAAOCAQEAev9EUlTOTH7o28vQnCN+uelty9iliqJBID4NcwYQ --> <!-- BBruKhgheokkvMVW8PvGDLsELMRDCOCD6WJZB2e6mICkhglFrcVLVoWcVToBym/t --> <!-- ipBXsEyYle6qTNxY+5eBC40FRxlurIZXiPgtEXa8PbNI6OGCQpEEp9wtVitUnPF3 --> <!-- Q6MD/k+tyC81PaqzCXfXLC/cyTRki+8EAiSIhKSNY5h6at/29gN6+QppRJRb7ghN --> <!-- zATfVwiiW2jgYb8sUzvO8dbE3WIa9dv58VZNEvnhAGbHwLz15Gf2ygQaS26AuJ3S --> <!-- y4P8pXDC+oGoPiDngeQm0f9rF9AlYhmm8oeq+HGGgsesNjCCBYEwggRpoAMCAQIC --> <!-- EDlyRDr5IrdR19NsEN0xNZUwDQYJKoZIhvcNAQEMBQAwezELMAkGA1UEBhMCR0Ix --> <!-- GzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEa --> <!-- MBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0aWZp --> <!-- Y2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBaFw0yODEyMzEyMzU5NTlaMIGI --> <!-- MQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVy --> <!-- c2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UE --> <!-- AxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJ --> <!-- KoZIhvcNAQEBBQADggIPADCCAgoCggIBAIASZRc2DsPbCLPQrFcNdu3NJ9NMrVCD --> <!-- YeKqIE0JLWQJ3M6Jn8w9qez2z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19naNjQrZ2 --> <!-- 8qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/owbxiBhqkCI8vP4T8IcUe/bkH47U --> <!-- 5FHGEWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFmsdSbeAPAUDrozPDc --> <!-- vJ5M/q8FljUfV1q3/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjtoZgFE --> <!-- 5wFORlObM2D3lL5TN5BzQ/Myw1Pv26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL --> <!-- 7j1W/gzQaQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8MoRjVYnEDcGTVDAZE6zTfTen --> <!-- 6106bDVc20HXEtqpSQvf2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7rEkyVfPNrBale --> <!-- FoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxN --> <!-- F7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBlCeZYQi5DGky08CVHWfoE --> <!-- HpPUJkZKUIGy3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4rqfJMlxwH --> <!-- Pw1S9e3vL4IPAgMBAAGjgfIwge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Kl --> <!-- f9AwpLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh2JvAnfKyA2bLMA4GA1UdDwEB/wQE --> <!-- AwIBhjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBDBgNVHR8E --> <!-- PDA6MDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZpY2F0 --> <!-- ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6 --> <!-- Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEAGIdR3HQhPZyK --> <!-- 4Ce3M9AuzOzw5steEd4ib5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9c --> <!-- qqnGrvL82O6je0P2hjZ8FODN9Pc//t64tIrwkZb+/UNkfv3M0gGhfX34GRnJQisT --> <!-- v1iLuqSiZgR2iJFODIkUzqJNyTKzuugUGrxx8VvwQQuYAAoiAxDlDLH5zZI3Ge07 --> <!-- 8eQ6tvlFEyZ1r7uq7z97dzvSxAKRPRkA0xdcOds/exgNRc2ThZYvXd9ZFk8/Ub3V --> <!-- RRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4UxFMToqWpMgLxqeM+4f452cpkMnf7X --> <!-- kQgWoaNflTCCBfUwggPdoAMCAQICEB2iSDBvmyYY0ILgln0z02owDQYJKoZIhvcN --> <!-- AQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYD --> <!-- VQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3Jr --> <!-- MS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 --> <!-- MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIzNTk1OVowfDELMAkGA1UEBhMCR0Ix --> <!-- GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEY --> <!-- MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMSQwIgYDVQQDExtTZWN0aWdvIFJTQSBD --> <!-- b2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCG --> <!-- Io0yhXoYn0nwli9jCB4t3HyfFM/jJrYlZilAhlRGdDFixRDtsocnppnLlTDAVvWk --> <!-- dcapDlBipVGREGrgS2Ku/fD4GKyn/+4uMyD6DBmJqGx7rQDDYaHcaWVtH24nlteX --> <!-- UYam9CflfGqLlR5bYNV+1xaSnAAvaPeX7Wpyvjg7Y96Pv25MQV0SIAhZ6DnNj9LW --> <!-- zwa0VwW2TqE+V2sfmLzEYtYbC43HZhtKn52BxHJAteJf7wtF/6POF6YtVbC3sLxU --> <!-- ap28jVZTxvC6eVBJLPcDuf4vZTXyIuosB69G2flGHNyMfHEo8/6nxhTdVZFuihEN --> <!-- 3wYklX0Pp6F8OtqGNWHTAgMBAAGjggFkMIIBYDAfBgNVHSMEGDAWgBRTeb9aqitK --> <!-- z1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUDuE6qFM6MdWKvsG7rWcaA4WtNA4wDgYD --> <!-- VR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYB --> <!-- BQUHAwMGCCsGAQUFBwMIMBEGA1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWg --> <!-- Q6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlm --> <!-- aWNhdGlvbkF1dGhvcml0eS5jcmwwdgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAC --> <!-- hjNodHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQWRkVHJ1c3RD --> <!-- QS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVzdC5jb20wDQYJ --> <!-- KoZIhvcNAQEMBQADggIBAE1jUO1HNEphpNveaiqMm/EAAB4dYns61zLC9rPgY7P7 --> <!-- YQCImhttEAcET7646ol4IusPRuzzRl5ARokS9At3WpwqQTr81vTr5/cVlTPDoYMo --> <!-- t94v5JT3hTODLUpASL+awk9KsY8k9LOBN9O3ZLCmI2pZaFJCX/8E6+F0ZXkI9amT --> <!-- 3mtxQJmWunjxucjiwwgWsatjWsgVgG10Xkp1fqW4w2y1z99KeYdcx0BNYzX2MNPP --> <!-- tQoOCwR/oEuuu6Ol0IQAkz5TXTSlADVpbL6fICUQDRn7UJBhvjmPeo5N9p8OHv4H --> <!-- URJmgyYZSJXOSsnBf/M6BZv5b9+If8AjntIeQ3pFMcGcTanwWbJZGehqjSkEAnd8 --> <!-- S0vNcL46slVaeD68u28DECV3FTSK+TbMQ5Lkuk/xYpMoJVcp+1EZx6ElQGqEV8ay --> <!-- nbG8HArafGd+fS7pKEwYfsR7MUFxmksp7As9V1DSyt39ngVR5UR43QHesXWYDVQk --> <!-- /fBO4+L4g71yuss9Ou7wXheSaG3IYfmm8SoKC6W59J7umDIFhZ7r+YMp08Ysfb06 --> <!-- dy6LN0KgaoLtO0qqlBCk4Q34F8W2WnkzGJLjtXX4oemOCiUe5B7xn1qHI/+fpFGe --> <!-- +zmAEc3btcSnqIBv5VPU4OOiwtJbGvoyJi1qV3AcPKRYLqPzW0sH3DJZ84enGm1Y --> <!-- MYIPhDCCD4ACAQEwgZEwfDELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIg --> <!-- TWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBM --> <!-- aW1pdGVkMSQwIgYDVQQDExtTZWN0aWdvIFJTQSBDb2RlIFNpZ25pbmcgQ0ECEQDi --> <!-- 7JCprRu6xbwI1x9Da5J4MA0GCWCGSAFlAwQCAQUAoHwwEAYKKwYBBAGCNwIBDDEC --> <!-- MAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEOMAwG --> <!-- CisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEICWz0tQkU4GJZJLjk8vtwfBGQvsL --> <!-- yTq00obnAPDWpr4qMA0GCSqGSIb3DQEBAQUABIIBAJKz3dpkgnSXYD+e11MXf9TJ --> <!-- urrUbeXRxmWgqEKq7ZohVG1A9SU61/7vp7O9DlJxL84RKS533r2br7E9MQgfD5Di --> <!-- VGeKdvKiuFRMIbL4htgc5KREasoBY7tYdmxUq5DmZCzdWzrqh7Aw2u/4kkoqHrLl --> <!-- xV7q0NcDdeDBYpV6OZBO6wi2KrfxinWSD1Dwi9TeBnlTI5UxcdkR4ogZaOdFOJkf --> <!-- Lnz7h7sDn5qrml01Lv3G43T75fIraW7h8DRM+BIQeZwxjIAXbNm8jg7cgQ7vHEIj --> <!-- Ury0SPY30BjwvOtWUZZuAEixJZSh7ijS4dHQoe1RM4C/9AA8I7mcRK+H55gWG9ah --> <!-- gg1FMIINQQYKKwYBBAGCNwMDATGCDTEwgg0tBgkqhkiG9w0BBwKggg0eMIINGgIB --> <!-- AzEPMA0GCWCGSAFlAwQCAQUAMHgGCyqGSIb3DQEJEAEEoGkEZzBlAgEBBglghkgB --> <!-- hv1sBwEwMTANBglghkgBZQMEAgEFAAQg2W7VPk8jBiz7HwpZtLJPoJe6qCZiB1Lz --> <!-- 5QVQkFrI0zYCEQDNe06JcVf6MMiS4BBFwnKjGA8yMDIxMDMxODIzMzkzM1qgggo3 --> <!-- MIIE/jCCA+agAwIBAgIQDUJK4L46iP9gQCHOFADw3TANBgkqhkiG9w0BAQsFADBy --> <!-- MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 --> <!-- d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFzc3VyZWQg --> <!-- SUQgVGltZXN0YW1waW5nIENBMB4XDTIxMDEwMTAwMDAwMFoXDTMxMDEwNjAwMDAw --> <!-- MFowSDELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJbmMuMSAwHgYD --> <!-- VQQDExdEaWdpQ2VydCBUaW1lc3RhbXAgMjAyMTCCASIwDQYJKoZIhvcNAQEBBQAD --> <!-- ggEPADCCAQoCggEBAMLmYYRnxYr1DQikRcpja1HXOhFCvQp1dU2UtAxQtSYQ/h3I --> <!-- b5FrDJbnGlxI70Tlv5thzRWRYlq4/2cLnGP9NmqB+in43Stwhd4CGPN4bbx9+cdt --> <!-- CT2+anaH6Yq9+IRdHnbJ5MZ2djpT0dHTWjaPxqPhLxs6t2HWc+xObTOKfF1FLUux --> <!-- UOZBOjdWhtyTI433UCXoZObd048vV7WHIOsOjizVI9r0TXhG4wODMSlKXAwxikqM --> <!-- iMX3MFr5FK8VX2xDSQn9JiNT9o1j6BqrW7EdMMKbaYK02/xWVLwfoYervnpbCiAv --> <!-- SwnJlaeNsvrWY4tOpXIc7p96AXP4Gdb+DUmEvQECAwEAAaOCAbgwggG0MA4GA1Ud --> <!-- DwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMI --> <!-- MEEGA1UdIAQ6MDgwNgYJYIZIAYb9bAcBMCkwJwYIKwYBBQUHAgEWG2h0dHA6Ly93 --> <!-- d3cuZGlnaWNlcnQuY29tL0NQUzAfBgNVHSMEGDAWgBT0tuEgHf4prtLkYaWyoiWy --> <!-- yBc1bjAdBgNVHQ4EFgQUNkSGjqS6sGa+vCgtHUQ23eNqerwwcQYDVR0fBGowaDAy --> <!-- oDCgLoYsaHR0cDovL2NybDMuZGlnaWNlcnQuY29tL3NoYTItYXNzdXJlZC10cy5j --> <!-- cmwwMqAwoC6GLGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQt --> <!-- dHMuY3JsMIGFBggrBgEFBQcBAQR5MHcwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3Nw --> <!-- LmRpZ2ljZXJ0LmNvbTBPBggrBgEFBQcwAoZDaHR0cDovL2NhY2VydHMuZGlnaWNl --> <!-- cnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRFRpbWVzdGFtcGluZ0NBLmNydDAN --> <!-- BgkqhkiG9w0BAQsFAAOCAQEASBzctemaI7znGucgDo5nRv1CclF0CiNHo6uS0iXE --> <!-- cFm+FKDlJ4GlTRQVGQd58NEEw4bZO73+RAJmTe1ppA/2uHDPYuj1UUp4eTZ6J7fz --> <!-- 51Kfk6ftQ55757TdQSKJ+4eiRgNO/PT+t2R3Y18jUmmDgvoaU+2QzI2hF3MN9PNl --> <!-- OXBL85zWenvaDLw9MtAby/Vh/HUIAHa8gQ74wOFcz8QRcucbZEnYIpp1FUL1LTI4 --> <!-- gdr0YKK6tFL7XOBhJCVPst/JKahzQ1HavWPWH1ub9y4bTxMd90oNcX6Xt/Q/hOvB --> <!-- 46NJofrOp79Wz7pZdmGJX36ntI5nePk2mOHLKNpbh6aKLzCCBTEwggQZoAMCAQIC --> <!-- EAqhJdbWMht+QeQF2jaXwhUwDQYJKoZIhvcNAQELBQAwZTELMAkGA1UEBhMCVVMx --> <!-- FTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNv --> <!-- bTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNzdXJlZCBJRCBSb290IENBMB4XDTE2MDEw --> <!-- NzEyMDAwMFoXDTMxMDEwNzEyMDAwMFowcjELMAkGA1UEBhMCVVMxFTATBgNVBAoT --> <!-- DERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTExMC8GA1UE --> <!-- AxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIFRpbWVzdGFtcGluZyBDQTCCASIw --> <!-- DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3QMu5LzY9/3am6gpnFOVQoV7Yj --> <!-- SsQOB0UzURB90Pl9TWh+57ag9I2ziOSXv2MhkJi/E7xX08PhfgjWahQAOPcuHjvu --> <!-- zKb2Mln+X2U/4Jvr40ZHBhpVfgsnfsCi9aDg3iI/Dv9+lfvzo7oiPhisEeTwmQNt --> <!-- O4V8CdPuXciaC1TjqAlxa+DPIhAPdc9xck4Krd9AOly3UeGheRTGTSQjMF287Dxg --> <!-- aqwvB8z98OpH2YhQXv1mblZhJymJhFHmgudGUP2UKiyn5HU+upgPhH+fMRTWrdXy --> <!-- ZMt7HgXQhBlyF/EXBu89zdZN7wZC/aJTKk+FHcQdPK/P2qwQ9d2srOlW/5MCAwEA --> <!-- AaOCAc4wggHKMB0GA1UdDgQWBBT0tuEgHf4prtLkYaWyoiWyyBc1bjAfBgNVHSME --> <!-- GDAWgBRF66Kv9JLLgjEtUYunpyGd823IDzASBgNVHRMBAf8ECDAGAQH/AgEAMA4G --> <!-- A1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDCDB5BggrBgEFBQcBAQRt --> <!-- MGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBDBggrBgEF --> <!-- BQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJl --> <!-- ZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2NybDQuZGln --> <!-- aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDigNoY0aHR0 --> <!-- cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNy --> <!-- bDBQBgNVHSAESTBHMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYcaHR0cHM6 --> <!-- Ly93d3cuZGlnaWNlcnQuY29tL0NQUzALBglghkgBhv1sBwEwDQYJKoZIhvcNAQEL --> <!-- BQADggEBAHGVEulRh1Zpze/d2nyqY3qzeM8GN0CE70uEv8rPAwL9xafDDiBCLK93 --> <!-- 8ysfDCFaKrcFNB1qrpn4J6JmvwmqYN92pDqTD/iy0dh8GWLoXoIlHsS6HHssIeLW --> <!-- WywUNUMEaLLbdQLgcseY1jxk5R9IEBhfiThhTWJGJIdjjJFSLK8pieV4H9YLFKWA --> <!-- 1xJHcLN11ZOFk362kmf7U2GJqPVrlsD0WGkNfMgBsbkodbeZY4UijGHKeZR+WfyM --> <!-- D+NvtQEmtmyl7odRIeRYYJu6DC0rbaLEfrvEJStHAgh8Sa4TtuF8QkIoxhhWz0E0 --> <!-- tmZdtnR79VYzIi8iNrJLokqV2PWmjlIxggJNMIICSQIBATCBhjByMQswCQYDVQQG --> <!-- EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl --> <!-- cnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFzc3VyZWQgSUQgVGltZXN0 --> <!-- YW1waW5nIENBAhANQkrgvjqI/2BAIc4UAPDdMA0GCWCGSAFlAwQCAQUAoIGYMBoG --> <!-- CSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAcBgkqhkiG9w0BCQUxDxcNMjEwMzE4 --> <!-- MjMzOTMzWjArBgsqhkiG9w0BCRACDDEcMBowGDAWBBTh14Ko4ZG+72vKFpG1qrSU --> <!-- piSb8zAvBgkqhkiG9w0BCQQxIgQgTUgSwjkzRj3iewwXbcGx4ON/W9r//k4qQxjc --> <!-- 0UQkDMcwDQYJKoZIhvcNAQEBBQAEggEArLQL51mdyVeGQr1PcrSgPMmjdyq8yy4w --> <!-- AIizYvmEB8bgO+7mtDG4bMrZiIhz/l3HIa29XUGC9z+vzcPyTFI6FWiu1aaICwAI --> <!-- fjvaCwHDA034klNWh72iVqiNFRz5vvpYM/otcVuMmAKlZncpkE8ItIuw6d8hvZJ+ --> <!-- Nf0XxP0vH+/zg1vxopDzkP3NlTmPyxG4yORgh8KcGncDKwSOxXlSjHF3zHa7TFgf --> <!-- ePck4RcUZxVBGzauuWPhzwPsk63ULBqLTL/ayJ1mQfnym/+N7fctEhcLZwyo6Tr4 --> <!-- QTwX14PcYBb9eH9U0X7gZaxF1Gx+NzUlpH65NuL/cLo+IZAYn9C1rA== --> <!-- SIG # End signature block --> |