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>HPOneView.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>HPOneView.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>HPOneView.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>HPOneView.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-HPOVRequest $_.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>HPOneView.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>HPOneView.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>HPOneView.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>HPOneView.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-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>affinity</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> (Send-HPOVRequest ("/rest/index/associations?parentUri={0}&name=server_profile_template_to_server_profiles" -f $_.uri) -Hostname $_.ApplianceConnection.Name).members | % { "{0}" -f (Send-HPOVRequest $_.childUri -ApplianceConnection $_.ApplianceConnection.Name).name } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ServerProfileTemplate FL--> <View> <Name>ServerProfileTemplate</Name> <ViewSelectedBy> <TypeName>HPOneView.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-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.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>HPOneView.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-HPOVRequest $_.serverProfileTemplateUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.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>HPOneView.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-HPOVRequest $_.serverProfileTemplateUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Server Hardware</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Server Hardware Type</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.serverHardwareTypeUri -Hostname $_.ApplianceConnection.Name).name</ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>"{0}" -f (Send-HPOVRequest $_.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>HPOneView.Profile.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>Requested BW</Label> <Width>12</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Maximum BW</Label> <Width>10</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Boot</Label> <Width>20</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Port ID</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> <!--ENCLOSURE FT--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.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-HPOVRequest $_.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>HPOneView.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-HPOVRequest $_.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> <!--LOGICALENCLOSURE FT--> <View> <Name>LogicalEnclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.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-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>(Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.logicalInterconnectUris | % { Send-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--LogicalEnclosure FL--> <View> <Name>LogicalEnclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.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-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </ListItem> <ListItem> <Label>Enclosure Group</Label> <ScriptBlock>(Send-HPOVRequest $_.enclosureGroupUri -Hostname $_.ApplianceConnection.Name).name </ScriptBlock> </ListItem> <ListItem> <Label>Logical Interconnects</Label> <ScriptBlock> $_ApplianceConnectionName = $_.ApplianceConnection.Name ($_.logicalInterconnectUris | % { Send-HPOVRequest $_ -Hostname $_ApplianceConnectionName }).name </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ENCLOSURE_GROUP FT--> <View> <Name>Enclosure</Name> <ViewSelectedBy> <TypeName>HPOneView.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-hpovrequest $_ -Hostname $_HostName).Name }) -join "," </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> ((Send-HPOVRequest -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>HPOneView.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>HPOneView.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>HPOneView.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>HPOneView.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>HPOneView.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> <!--HPOneView.ServerProfile.CompliancePreview FL--> <View> <Name>ServerProfileCompliancePreview</Name> <ViewSelectedBy> <TypeName>HPOneView.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> <!--HPOneView.ServerProfile.CompliancePreview FT--> <View> <Name>ServerProfileCompliancePreview</Name> <ViewSelectedBy> <TypeName>HPOneView.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>HPOneView.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> <!--HPOneView.RemoteSupport.ResourceSetting FT--> <View> <Name>RemoteSupportResourceSetting</Name> <ViewSelectedBy> <TypeName>HPOneView.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> <!-- HPOneView.ServerHardware+Firmware FT--> <View> <Name>Servers+Firmware</Name> <ViewSelectedBy> <TypeName>HPOneView.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> <!-- HPOneView.Servers.Enclosure+Firmware FT--> <View> <Name>Enclosure+Firmware</Name> <ViewSelectedBy> <TypeName>HPOneView.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> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIInPwYJKoZIhvcNAQcCoIInMDCCJywCAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCAXtcpxrNiqpgGo --> <!-- yDhSz0prYN18AjJ6Cyd/GbJVd3wecaCCFhowggVMMIIDNKADAgECAhMzAAAANdjV --> <!-- WVsGcUErAAAAAAA1MA0GCSqGSIb3DQEBBQUAMH8xCzAJBgNVBAYTAlVTMRMwEQYD --> <!-- VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xKTAnBgNVBAMTIE1pY3Jvc29mdCBDb2RlIFZlcmlm --> <!-- aWNhdGlvbiBSb290MB4XDTEzMDgxNTIwMjYzMFoXDTIzMDgxNTIwMzYzMFowbzEL --> <!-- MAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRU --> <!-- cnVzdCBFeHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0 --> <!-- ZXJuYWwgQ0EgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3 --> <!-- GjPm8gAELTngTlvtH7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrW --> <!-- lymUWoCwSXrbLpX9uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6s --> <!-- YapeFI+eh6FqUNzXmk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpP --> <!-- hNjfzp/haW+710LXa0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSo --> <!-- RcRdKn23tNbE7qzNE0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNC --> <!-- bxWyuHv77+ldU9U0WicCAwEAAaOB0DCBzTATBgNVHSUEDDAKBggrBgEFBQcDAzAS --> <!-- BgNVHRMBAf8ECDAGAQH/AgECMB0GA1UdDgQWBBStvZh6NLQm9/rEJlTvA73gJMtU --> <!-- GjALBgNVHQ8EBAMCAYYwHwYDVR0jBBgwFoAUYvsKIVt/Q24R2glUUGv10pZx8Z4w --> <!-- VQYDVR0fBE4wTDBKoEigRoZEaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9j --> <!-- cmwvcHJvZHVjdHMvTWljcm9zb2Z0Q29kZVZlcmlmUm9vdC5jcmwwDQYJKoZIhvcN --> <!-- AQEFBQADggIBADYrovLhMx/kk/fyaYXGZA7Jm2Mv5HA3mP2U7HvP+KFCRvntak6N --> <!-- NGk2BVV6HrutjJlClgbpJagmhL7BvxapfKpbBLf90cD0Ar4o7fV3x5v+OvbowXvT --> <!-- gqv6FE7PK8/l1bVIQLGjj4OLrSslU6umNM7yQ/dPLOndHk5atrroOxCZJAC8UP14 --> <!-- 9uUjqImUk/e3QTA3Sle35kTZyd+ZBapE/HSvgmTMB8sBtgnDLuPoMqe0n0F4x6GE --> <!-- NlRi8uwVCsjq0IT48eBr9FYSX5Xg/N23dpP+KUol6QQA8bQRDsmEntsXffUepY42 --> <!-- KRk6bWxGS9ercCQojQWj2dUk8vig0TyCOdSogg5pOoEJ/Abwx1kzhDaTBkGRIywi --> <!-- pacBK1C0KK7bRrBZG4azm4foSU45C20U30wDMB4fX3Su9VtZA1PsmBbg0GI1dRtI --> <!-- uH0T5XpIuHdSpAeYJTsGm3pOam9Ehk8UTyd5Jz1Qc0FMnEE+3SkMc7HH+x92DBdl --> <!-- BOvSUBCSQUns5AZ9NhVEb4m/aX35TUDBOpi2oH4x0rWuyvtT1T9Qhs1ekzttXXya --> <!-- Pz/3qSVYhN0RSQCix8ieN913jm1xi+BbgTRdVLrM9ZNHiG3n71viKOSAG0DkDyrR --> <!-- fyMVZVqsmZRDP0ZVJtbE+oiV4pGaoy0Lhd6sjOD5Z3CfcXkCMfdhoinEMIIFajCC --> <!-- BFKgAwIBAgIRAJlKA6yt5TZSowXbPG+NNGAwDQYJKoZIhvcNAQELBQAwfTELMAkG --> <!-- A1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMH --> <!-- U2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxIzAhBgNVBAMTGkNP --> <!-- TU9ETyBSU0EgQ29kZSBTaWduaW5nIENBMB4XDTE4MTEwODAwMDAwMFoXDTE5MTEw --> <!-- ODIzNTk1OVowgdIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQRDAU5NDMwNDELMAkGA1UE --> <!-- CAwCQ0ExEjAQBgNVBAcMCVBhbG8gQWx0bzEcMBoGA1UECQwTMzAwMCBIYW5vdmVy --> <!-- IFN0cmVldDErMCkGA1UECgwiSGV3bGV0dCBQYWNrYXJkIEVudGVycHJpc2UgQ29t --> <!-- cGFueTEaMBgGA1UECwwRSFAgQ3liZXIgU2VjdXJpdHkxKzApBgNVBAMMIkhld2xl --> <!-- dHQgUGFja2FyZCBFbnRlcnByaXNlIENvbXBhbnkwggEiMA0GCSqGSIb3DQEBAQUA --> <!-- A4IBDwAwggEKAoIBAQDR65IcXJ2lDsPHw7a+1h3f5mJZtL/muA4hWHUoLT2axMk1 --> <!-- djSI+hsSoDBZ/TPf/pNUs8v1cuiSqojcxkojt8fGvzSh4YSX5Dg9puWGOH3CtT4W --> <!-- 5Y3v0ax4oX7p44YzvyxDvwJeskfKHHNf2HFvpd3qGwQOwGpthVCQbQ1rqj0STQIk --> <!-- IedjiAUMDe+aQUG3OHzXEGQw3RQPhHraCahPva8wcPyam+a6QRTCpG5kUWL8H6lS --> <!-- NYn0BfW9B7y0U8ovYK/Y0iAlvKETHwZXyDaGrvmzJALgcY85CtTp+TMA/Q5rItYO --> <!-- fEe2kgtSaYvHnAhAMI9oElhFi3mlnYB0drGqBWRrAgMBAAGjggGNMIIBiTAfBgNV --> <!-- HSMEGDAWgBQpkWD/ik366/mmarjP+eZLvUnOEjAdBgNVHQ4EFgQUMFjSV146chD2 --> <!-- hvf8srdlewYoy+MwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQCMAAwEwYDVR0l --> <!-- BAwwCgYIKwYBBQUHAwMwEQYJYIZIAYb4QgEBBAQDAgQQMEYGA1UdIAQ/MD0wOwYM --> <!-- KwYBBAGyMQECAQMCMCswKQYIKwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9k --> <!-- by5uZXQvQ1BTMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2Eu --> <!-- Y29tL0NPTU9ET1JTQUNvZGVTaWduaW5nQ0EuY3JsMHQGCCsGAQUFBwEBBGgwZjA+ --> <!-- BggrBgEFBQcwAoYyaHR0cDovL2NydC5jb21vZG9jYS5jb20vQ09NT0RPUlNBQ29k --> <!-- ZVNpZ25pbmdDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2Nh --> <!-- LmNvbTANBgkqhkiG9w0BAQsFAAOCAQEAWUnaMukB5LV0A5H1M6mLIC/rhv0r/HFR --> <!-- vdE9j2lLTQCudNqmTI23S5jHD/nVVAacAXBsinr343EEbHl/DNDKYwEIPhswv6Mp --> <!-- LTlOOVYRW7jaY9vEBesDGvtpS1aq3bbV+Rmd6VnmZHVoyCTDJwVNlF3lhKEgsYJF --> <!-- FjGiGiyGw0IqGb6/FPiDvzuTbeP/13XreEDAP2J33oP1S0vXpRyp72rrz5u4Ue1i --> <!-- lHr0ypExSr4YShrLmcODfiXHYbpbSmUpcWVvzKHT/pcaIhoXtfmHR6sdQ9zJ+DdS --> <!-- 0KTYiCY9XMBesEAqcDjNeCtxa7Q6TIpNsmk+/MzbdtwXEX3kNHRnmzCCBXQwggRc --> <!-- oAMCAQICECdm7lbrSfOOq9dwovyE3iIwDQYJKoZIhvcNAQEMBQAwbzELMAkGA1UE --> <!-- BhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBF --> <!-- eHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwg --> <!-- Q0EgUm9vdDAeFw0wMDA1MzAxMDQ4MzhaFw0yMDA1MzAxMDQ4MzhaMIGFMQswCQYD --> <!-- VQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT --> <!-- YWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDErMCkGA1UEAxMiQ09N --> <!-- T0RPIFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEB --> <!-- BQADggIPADCCAgoCggIBAJHoVJLSClaxrA0k3cXPRGd0mSs3o30jcABxvFPfxPoq --> <!-- Eo9LfxBWvZ9wcrdhf8lLDxenPeOwBGHu/xGXx/SGPgr6Plz5k+Y0etkUa+ecs4Wg --> <!-- gnp2r3GQ1+z9DfqcbPrfsIL0FH75vsSmL09/mX+1/GdDcr0MANaJ62ss0+2PmBwU --> <!-- q37l42782KjkkiTaQ2tiuFX96sG8bLaL8w6NmuSbbGmZ+HhIMEXVreENPEVg/DKW --> <!-- USe8Z8PKLrZr6kbHxyCgsR9l3kgIuqROqfKDRjeE6+jMgUhDZ05yKptcvUwbKIpc --> <!-- Inu0q5jZ7uBRg8MJRk5tPpn6lRfafDNXQTyNUe0LtlyvLGMa31fIP7zpXcSbr0WZ --> <!-- 4qNaJLS6qVY9z2+q/0lYvvCo//S4rek3+7q49As6+ehDQh6J2ITLE/HZu+GJYLiM --> <!-- KFasFB2cCudx688O3T2plqFIvTz3r7UNIkzAEYHsVjv206LiW7eyBCJSlYCTaeiO --> <!-- TGXxkQMtcHQC6otnFSlpUgK7199QalVGv6CjKGF/cNDDoqosIapHziicBkV2v4IY --> <!-- J7TVrrTLUOZr9EyGcTDppt8WhuDY/0Dd+9BCiH+jMzouXB5BEYFjzhhxayvspoq3 --> <!-- MVw6akfgw3lZ1iAar/JqmKpyvFdK0kuduxD8sExB5e0dPV4onZzMv7NR2qdH5YRT --> <!-- AgMBAAGjgfQwgfEwHwYDVR0jBBgwFoAUrb2YejS0Jvf6xCZU7wO94CTLVBowHQYD --> <!-- VR0OBBYEFLuvfgI9+qbxPISOre44mOzZMjLUMA4GA1UdDwEB/wQEAwIBhjAPBgNV --> <!-- HRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBEBgNVHR8EPTA7MDmgN6A1 --> <!-- hjNodHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vQWRkVHJ1c3RFeHRlcm5hbENBUm9v --> <!-- dC5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51 --> <!-- c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQBkv4PxX5qF0M24oSlXDeha --> <!-- 99HpPvJ2BG7xUnC7Hjz/TQ10asyBgiXTw6AqXUz1uouhbcRUCXXH4ycOXYR5N0AT --> <!-- d/W0rBzQO6sXEtbvNBh+K+l506tXRQyvKPrQ2+VQlYi734VXaX2S2FLKc4G/HPPm --> <!-- uG5mEQWzHpQtf5GVklnxTM6jkXFMfEcMOwsZ9qGxbIY+XKrELoLL+QeWukhNkPKU --> <!-- yKlzousGeyOd3qLzTVWfemFFmBhox15AayP1eXrvjLVri7dvRvR78T1LBNiTgFla --> <!-- 4EEkHbKPFWBYR9vvbkb9FfXZX5qz29i45ECzzZc5roW7HY683Ieb0abv8TtvEDhv --> <!-- MIIF4DCCA8igAwIBAgIQLnyHzA6TSlL+lP0ct800rzANBgkqhkiG9w0BAQwFADCB --> <!-- hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G --> <!-- A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV --> <!-- BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTMwNTA5 --> <!-- MDAwMDAwWhcNMjgwNTA4MjM1OTU5WjB9MQswCQYDVQQGEwJHQjEbMBkGA1UECBMS --> <!-- R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFD --> <!-- T01PRE8gQ0EgTGltaXRlZDEjMCEGA1UEAxMaQ09NT0RPIFJTQSBDb2RlIFNpZ25p --> <!-- bmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCmmJBjd5E0f4rR --> <!-- 3elnMRHrzB79MR2zuWJXP5O8W+OfHiQyESdrvFGRp8+eniWzX4GoGA8dHiAwDvth --> <!-- e4YJs+P9omidHCydv3Lj5HWg5TUjjsmK7hoMZMfYQqF7tVIDSzqwjiNLS2PgIpQ3 --> <!-- e9V5kAoUGFEs5v7BEvAcP2FhCoyi3PbDMKrNKBh1SMF5WgjNu4xVjPfUdpA6M0ZQ --> <!-- c5hc9IVKaw+A3V7Wvf2pL8Al9fl4141fEMJEVTyQPDFGy3CuB6kK46/BAW+QGiPi --> <!-- XzjbxghdR7ODQfAuADcUuRKqeZJSzYcPe9hiKaR+ML0btYxytEjy4+gh+V5MYnmL --> <!-- Agaff9ULAgMBAAGjggFRMIIBTTAfBgNVHSMEGDAWgBS7r34CPfqm8TyEjq3uOJjs --> <!-- 2TIy1DAdBgNVHQ4EFgQUKZFg/4pN+uv5pmq4z/nmS71JzhIwDgYDVR0PAQH/BAQD --> <!-- AgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwEwYDVR0lBAwwCgYIKwYBBQUHAwMwEQYD --> <!-- VR0gBAowCDAGBgRVHSAAMEwGA1UdHwRFMEMwQaA/oD2GO2h0dHA6Ly9jcmwuY29t --> <!-- b2RvY2EuY29tL0NPTU9ET1JTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHEG --> <!-- CCsGAQUFBwEBBGUwYzA7BggrBgEFBQcwAoYvaHR0cDovL2NydC5jb21vZG9jYS5j --> <!-- b20vQ09NT0RPUlNBQWRkVHJ1c3RDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9v --> <!-- Y3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAAj8COcPu+Mo7id4M --> <!-- bU2x8U6ST6/COCwEzMVjEasJY6+rotcCP8xvGcM91hoIlP8l2KmIpysQGuCbsQci --> <!-- GlEcOtTh6Qm/5iR0rx57FjFuI+9UUS1SAuJ1CAVM8bdR4VEAxof2bO4QRHZXavHf --> <!-- WGshqknUfDdOvf+2dVRAGDZXZxHNTwLk/vPa/HUX2+y392UJI0kfQ1eD6n4gd2HI --> <!-- TfK7ZU2o94VFB696aSdlkClAi997OlE5jKgfcHmtbUIgos8MbAOMTM1zB5TnWo46 --> <!-- BLqioXwfy2M6FafUFRunUkcyqfS/ZEfRqh9TTjIwc8Jvt3iCnVz/RrtrIh2IC/gb --> <!-- qjSm/Iz13X9ljIwxVzHQNuxHoc/Li6jvHBhYxQZ3ykubUa9MCEp6j+KjUuKOjswm --> <!-- 5LLY5TjCqO3GgZw1a6lYYUoKl7RLQrZVnb6Z53BtWfhtKgx/GWBfDJqIbDCsUgmQ --> <!-- Fhv/K53b0CDKieoofjKOGd97SDMe12X4rsn4gxSTdn1k0I7OvjV9/3IxTZ+evR5s --> <!-- L6iPDAZQ+4wns3bJ9ObXwzTijIchhmH+v1V04SF3AwpobLvkyanmz1kl63zsRQ55 --> <!-- ZmjoIs2475iFTZYRPAmK0H+8KCgT+2rKVI2SXM3CZZgGns5IW9S1N5NGQXwH3c/6 --> <!-- Q++6Z2H/fUnguzB9XIDj5hY5S6cxghB7MIIQdwIBATCBkjB9MQswCQYDVQQGEwJH --> <!-- QjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3Jk --> <!-- MRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDEjMCEGA1UEAxMaQ09NT0RPIFJT --> <!-- QSBDb2RlIFNpZ25pbmcgQ0ECEQCZSgOsreU2UqMF2zxvjTRgMA0GCWCGSAFlAwQC --> <!-- AQUAoHwwEAYKKwYBBAGCNwIBDDECMAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcC --> <!-- AQQwHAYKKwYBBAGCNwIBCzEOMAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIE --> <!-- IHSC8JZSGGQUd7kd7kPmrKnqTyQo3CFI44CnFv4mqpaDMA0GCSqGSIb3DQEBAQUA --> <!-- BIIBAEvOvLaLwUyAJcJzyex413GPiffcIbq/B3J5YB+MWnWXdrm8TWHiUMXSWKfb --> <!-- BDYSZ4h8rfUfB5f6XpivlYHcqBrKSNEWsboJmysfR/a09BAQJQHrevwnq8U1uzyd --> <!-- ZPh2vHmWzhf/yDHaFsAJM/nOmaQ8ZyzOqLBXd941RkGObJ42kDP/KSZ/UFwUZiZT --> <!-- IL59cdfk0iygQqUdGK5gbxtM5flm0QmdYXqj8RIEJxlvlqYKpVq71wjHUbGXWU6o --> <!-- /OiqaBc6zwJuY3xZt3ZjSdV2/ma31u5S/MedkSyDnbFfny8weCeapC2Ix/Hc8hgv --> <!-- aY5SEQeFH/kvYtlHJPxGI4Yx0XOhgg47MIIONwYKKwYBBAGCNwMDATGCDicwgg4j --> <!-- BgkqhkiG9w0BBwKggg4UMIIOEAIBAzENMAsGCWCGSAFlAwQCATCCAQ0GCyqGSIb3 --> <!-- DQEJEAEEoIH9BIH6MIH3AgEBBgtghkgBhvhFAQcXAzAxMA0GCWCGSAFlAwQCAQUA --> <!-- BCAhc6XVlR3EibMXSKi0bF7ogIITQb8yeljxsMs8CRrZmQITQFLYA4uLNKb3E15u --> <!-- ceKW22chxBgPMjAxOTAxMTcxODAxNDBaMAMCAR6ggYakgYMwgYAxCzAJBgNVBAYT --> <!-- AlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3lt --> <!-- YW50ZWMgVHJ1c3QgTmV0d29yazExMC8GA1UEAxMoU3ltYW50ZWMgU0hBMjU2IFRp --> <!-- bWVTdGFtcGluZyBTaWduZXIgLSBHMqCCCoswggU4MIIEIKADAgECAhB7BbHUSWhR --> <!-- RPfJidKcGZ0SMA0GCSqGSIb3DQEBCwUAMIG9MQswCQYDVQQGEwJVUzEXMBUGA1UE --> <!-- ChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv --> <!-- cmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9yIGF1dGhv --> <!-- cml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNhbCBSb290 --> <!-- IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTE2MDExMjAwMDAwMFoXDTMxMDEx --> <!-- MTIzNTk1OVowdzELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVjIENvcnBv --> <!-- cmF0aW9uMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMSgwJgYDVQQD --> <!-- Ex9TeW1hbnRlYyBTSEEyNTYgVGltZVN0YW1waW5nIENBMIIBIjANBgkqhkiG9w0B --> <!-- AQEFAAOCAQ8AMIIBCgKCAQEAu1mdWVVPnYxyXRqBoutV87ABrTxxrDKPBWuGmicA --> <!-- MpdqTclkFEspu8LZKbku7GOz4c8/C1aQ+GIbfuumB+Lef15tQDjUkQbnQXx5HMvL --> <!-- rRu/2JWR8/DubPitljkuf8EnuHg5xYSl7e2vh47Ojcdt6tKYtTofHjmdw/SaqPSE --> <!-- 4cTRfHHGBim0P+SDDSbDewg+TfkKtzNJ/8o71PWym0vhiJka9cDpMxTW38eA25Hu --> <!-- /rySV3J39M2ozP4J9ZM3vpWIasXc9LFL1M7oCZFftYR5NYp4rBkyjyPBMkEbWQ6p --> <!-- PrHM+dYr77fY5NUdbRE6kvaTyZzjSO67Uw7UNpeGeMWhNwIDAQABo4IBdzCCAXMw --> <!-- DgYDVR0PAQH/BAQDAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwZgYDVR0gBF8wXTBb --> <!-- BgtghkgBhvhFAQcXAzBMMCMGCCsGAQUFBwIBFhdodHRwczovL2Quc3ltY2IuY29t --> <!-- L2NwczAlBggrBgEFBQcCAjAZGhdodHRwczovL2Quc3ltY2IuY29tL3JwYTAuBggr --> <!-- BgEFBQcBAQQiMCAwHgYIKwYBBQUHMAGGEmh0dHA6Ly9zLnN5bWNkLmNvbTA2BgNV --> <!-- HR8ELzAtMCugKaAnhiVodHRwOi8vcy5zeW1jYi5jb20vdW5pdmVyc2FsLXJvb3Qu --> <!-- Y3JsMBMGA1UdJQQMMAoGCCsGAQUFBwMIMCgGA1UdEQQhMB+kHTAbMRkwFwYDVQQD --> <!-- ExBUaW1lU3RhbXAtMjA0OC0zMB0GA1UdDgQWBBSvY9bKo06FcuCnvEHzKaI4f4B1 --> <!-- YjAfBgNVHSMEGDAWgBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsF --> <!-- AAOCAQEAdeqwLdU0GVwyRf4O4dRPpnjBb9fq3dxP86HIgYj3p48V5kApreZd9KLZ --> <!-- VmSEcTAq3R5hF2YgVgaYGY1dcfL4l7wJ/RyRR8ni6I0D+8yQL9YKbE4z7Na0k8hM --> <!-- kGNIOUAhxN3WbomYPLWYl+ipBrcJyY9TV0GQL+EeTU7cyhB4bEJu8LbF+GFcUvVO --> <!-- 9muN90p6vvPN/QPX2fYDqA/jU/cKdezGdS6qZoUEmbf4Blfhxg726K/a7JsYH6q5 --> <!-- 4zoAv86KlMsB257HOLsPUqvR45QDYApNoP4nbRQy/D+XQOG/mYnb5DkUvdrk08Pq --> <!-- K1qzlVhVBH3HmuwjA42FKtL/rqlhgTCCBUswggQzoAMCAQICEFRY8qrXQdZEvISp --> <!-- e6CWUuYwDQYJKoZIhvcNAQELBQAwdzELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5 --> <!-- bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3 --> <!-- b3JrMSgwJgYDVQQDEx9TeW1hbnRlYyBTSEEyNTYgVGltZVN0YW1waW5nIENBMB4X --> <!-- DTE3MDEwMjAwMDAwMFoXDTI4MDQwMTIzNTk1OVowgYAxCzAJBgNVBAYTAlVTMR0w --> <!-- GwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlvbjEfMB0GA1UECxMWU3ltYW50ZWMg --> <!-- VHJ1c3QgTmV0d29yazExMC8GA1UEAxMoU3ltYW50ZWMgU0hBMjU2IFRpbWVTdGFt --> <!-- cGluZyBTaWduZXIgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB --> <!-- AJnz/NgECQOG+ddcppPAQnzqfGPPXQDijvPAkN+PKfUY6pS3kuXXsKBzgejpCptK --> <!-- fAH/nY+kOacO6kX0Igw6cO05RYvkxRtc8EVoRiQFY3abHPyebCqxVuWKf1JxrvI1 --> <!-- 1UYjBhzPSC0dtM242XYjjhz/Pr+7BlxpB6ZlDvhern0u7U2uNe/J1wBC/SiVDp9d --> <!-- ckIJvMPaRNLtzEeE5PzKLaxYvq73rtlEDQi3wnfWGkNw0W4D3lKSxBAIcdm6IlXy --> <!-- H7ztm5074l4dTIP/lw97C+dVg07SDeu+1+yubke5n9+l1lG8BFXt/ydwTMntKksT --> <!-- 4bG5TA/JAe5VZV9pAnhmyz8CAwEAAaOCAccwggHDMAwGA1UdEwEB/wQCMAAwZgYD --> <!-- VR0gBF8wXTBbBgtghkgBhvhFAQcXAzBMMCMGCCsGAQUFBwIBFhdodHRwczovL2Qu --> <!-- c3ltY2IuY29tL2NwczAlBggrBgEFBQcCAjAZGhdodHRwczovL2Quc3ltY2IuY29t --> <!-- L3JwYTBABgNVHR8EOTA3MDWgM6Axhi9odHRwOi8vdHMtY3JsLndzLnN5bWFudGVj --> <!-- LmNvbS9zaGEyNTYtdHNzLWNhLmNybDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDCDAO --> <!-- BgNVHQ8BAf8EBAMCB4AwdwYIKwYBBQUHAQEEazBpMCoGCCsGAQUFBzABhh5odHRw --> <!-- Oi8vdHMtb2NzcC53cy5zeW1hbnRlYy5jb20wOwYIKwYBBQUHMAKGL2h0dHA6Ly90 --> <!-- cy1haWEud3Muc3ltYW50ZWMuY29tL3NoYTI1Ni10c3MtY2EuY2VyMCgGA1UdEQQh --> <!-- MB+kHTAbMRkwFwYDVQQDExBUaW1lU3RhbXAtMjA0OC01MB0GA1UdDgQWBBQJtcH+ --> <!-- lnKXKUOayeACuq74/S+69jAfBgNVHSMEGDAWgBSvY9bKo06FcuCnvEHzKaI4f4B1 --> <!-- YjANBgkqhkiG9w0BAQsFAAOCAQEAF7MKiOlcWl4gazsKFbJsxamKMofTsfQcU66F --> <!-- vj+b/9e8t5SFtMdSfpTove1hstSnmeTDyZPBNT0L6GgKXVaYvbEiO9FEete/8G1R --> <!-- MorVI984ATf24lMreisRj7dNbHozAxt8awmUF7vk21jUIRNl5+zRJcosdZqcf/zJ --> <!-- uypoq8R9tM+jyWyn2cQAnIkKd5H0TaL7MTuGbvbmH1ADhpu/y0Kr5nabcloRAYrG --> <!-- 76VvlefdrrrmImXwGFkbEcnNgLfYl0cfQgj4rHEfsEZTs9Sy1aOrUHVIEheCrc/g --> <!-- QU8yfs2VHL+Rigg9pKdnApbfJEyl0EHAgmCjihcyS9O8z6S0jDGCAlowggJWAgEB --> <!-- MIGLMHcxCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3JhdGlv --> <!-- bjEfMB0GA1UECxMWU3ltYW50ZWMgVHJ1c3QgTmV0d29yazEoMCYGA1UEAxMfU3lt --> <!-- YW50ZWMgU0hBMjU2IFRpbWVTdGFtcGluZyBDQQIQVFjyqtdB1kS8hKl7oJZS5jAL --> <!-- BglghkgBZQMEAgGggaQwGgYJKoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMBwGCSqG --> <!-- SIb3DQEJBTEPFw0xOTAxMTcxODAxNDBaMC8GCSqGSIb3DQEJBDEiBCCejJ8erAQB --> <!-- hLcNOXm1qhiiBgwnQ436nUgcmVW4KhJ+nDA3BgsqhkiG9w0BCRACLzEoMCYwJDAi --> <!-- BCDPesF60Efs1f3DaCIDGxLU7weLbytMXmukH4/yz0utZzALBgkqhkiG9w0BAQEE --> <!-- ggEAHMWCjlXJz419F1pqyefJVcpr93l4CuiKqGumk3ciK6+mm5Ph7BP9QKgYvyYN --> <!-- Oj02WMiIICs96ITzW15D+LkD0e6dV/rDmqAtUj+7GIMEaB9zS4AczXGjGIT13aMq --> <!-- Mvu5fFxYV927IwLDGTVa4r1d/CbVXngkjexuwCZc4pjhgU0DvhyZaVx4wSimy8m/ --> <!-- 1RoUbG4opU57ybLGYv9bkFYrFBSU8jATMA68v5PMtB3sJfdMWz2P1PZQwK1byb2A --> <!-- zp4zR631THxRYKf/bFr3nCdKqgw228Z+0yK213bcIK1fuYOutymXngjWOE0ghvgK --> <!-- UR//bcHe1XmtaVhLIEstdZYK8Q== --> <!-- SIG # End signature block --> |