Appliance.format.ps1xml

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
  <SelectionSets>
    <!-- ApplianceTrustedCertificateTypes -->
    <SelectionSet>
      <Name>ApplianceTrustedCertificateTypes</Name>
      <Types>
        <TypeName>HPOneView.Appliance.TrustedCertificate</TypeName>
        <TypeName>HPOneView.Appliance.TrustedCertificateAuthority</TypeName>
      </Types>
    </SelectionSet>
    <!-- ApplianceSnmpTrapDestinationTypes -->
    <SelectionSet>
      <Name>ApplianceSnmpTrapDestinationTypes</Name>
      <Types>
        <TypeName>HPOneView.Appliance.SnmpV1TrapDestination</TypeName>
        <TypeName>HPOneView.Appliance.SnmpV3TrapDestination</TypeName>
      </Types>
    </SelectionSet>
    <!-- PowerDeliveryDeviceTypes -->
    <SelectionSet>
      <Name>PowerDeliveryDeviceTypes</Name>
      <Types>
        <TypeName>HPOneView.PowerDeliveryDevice</TypeName>
        <TypeName>HPOneView.PowerDeliveryDevice.PduAcModule</TypeName>
        <TypeName>HPOneView.PowerDeliveryDevice.LoadSegment</TypeName>
        <TypeName>HPOneView.PowerDeliveryDevice.OutletBar</TypeName>
        <TypeName>HPOneView.PowerDeliveryDevice.Outlet</TypeName>
      </Types>
    </SelectionSet>
  </SelectionSets>
  <Controls>
    <!--ApplianceTrustedCertificateTypes-GroupingFormat-->
    <Control>
      <Name>ApplianceTrustedCertificateTypes-GroupingFormat</Name>
      <CustomControl>
        <CustomEntries>
          <CustomEntry>
            <CustomItem>
              <Frame>
                <LeftIndent>4</LeftIndent>
                <CustomItem>
                  <Text>Type: </Text>
                  <ExpressionBinding>
                    <ScriptBlock>
                    Switch ($_.GetType().Name) {
                      'TrustedCertificateAuthority' { 'TrustedCertificateAuthority' }
                      'TrustedCertificate' { 'TrustedCertificate' }
                    }
                    </ScriptBlock>
                  </ExpressionBinding>
                  <NewLine/>
                </CustomItem>
              </Frame>
            </CustomItem>
          </CustomEntry>
        </CustomEntries>
      </CustomControl>
    </Control>
    <!--ApplianceSnmpTrapDestinationTypes-GroupingFormat-->
    <Control>
      <Name>ApplianceSnmpTrapDestinationTypes-GroupingFormat</Name>
      <CustomControl>
        <CustomEntries>
          <CustomEntry>
            <CustomItem>
              <Frame>
                <LeftIndent>4</LeftIndent>
                <CustomItem>
                  <Text>Type: </Text>
                  <ExpressionBinding>
                    <ScriptBlock>
                      $_.Type
                    </ScriptBlock>
                  </ExpressionBinding>
                  <NewLine/>
                </CustomItem>
              </Frame>
            </CustomItem>
          </CustomEntry>
        </CustomEntries>
      </CustomControl>
    </Control>
    <!--PowerDeliveryDevice-GroupingFormat-->
    <Control>
      <Name>PowerDeliveryDevice-GroupingFormat</Name>
      <CustomControl>
        <CustomEntries>
          <CustomEntry>
            <CustomItem>
              <Frame>
                <LeftIndent>4</LeftIndent>
                <CustomItem>
                  <Text>DeviceType: </Text>
                  <ExpressionBinding>
                    <ScriptBlock>
                      $_.deviceType
                    </ScriptBlock>
                  </ExpressionBinding>
                  <NewLine/>
                </CustomItem>
              </Frame>
            </CustomItem>
          </CustomEntry>
        </CustomEntries>
      </CustomControl>
    </Control>
    <!--ApplianceSecurityProtocolMode-GroupingFormat-->
    <Control>
      <Name>ApplianceSecurityProtocolMode-GroupingFormat</Name>
      <CustomControl>
        <CustomEntries>
          <CustomEntry>
            <CustomItem>
              <Frame>
                <LeftIndent>4</LeftIndent>
                <CustomItem>
                  <Text>Mode: </Text>
                  <ExpressionBinding>
                    <ScriptBlock>
                      $_.Mode
                    </ScriptBlock>
                  </ExpressionBinding>
                  <NewLine/>
                </CustomItem>
              </Frame>
            </CustomItem>
          </CustomEntry>
        </CustomEntries>
      </CustomControl>
    </Control>
  </Controls>
    <ViewDefinitions>
    <!--HPOneView.Appliance.ScopeCollection FT-->
    <View>
      <Name>ScopeCollection</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ScopeCollection</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Description</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Members</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Description</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Members</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.ScopeCollectionMemberEntry FT-->
    <View>
      <Name>ScopeCollectionMemberEntry</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ScopeCollectionMemberEntry</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Type</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Type</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ComposerNode FT-->
    <View>
      <Name>ComposerNode</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.ComposerNode</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>State</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Version</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Role</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>state</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>status</PropertyName>
              </TableColumnItem>
            <TableColumnItem>
                <PropertyName>modelNumber</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>version</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>role</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ComposerNode FL-->
    <View>
      <Name>ComposerNode</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.ComposerNode</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>State</Label>
                <PropertyName>state</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Status</Label>
                <PropertyName>status</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Model</Label>
                <PropertyName>modelNumber</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Version</Label>
                <PropertyName>version</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Role</Label>
                <PropertyName>role</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--RemoteSyslog FT-->
    <View>
      <Name>RemoteSyslog</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.RemoteSyslog</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Destination</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Port</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Enabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>remoteSyslogDestination</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>remoteSyslogPort</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>enabled</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--RemoteSyslog FL-->
    <View>
      <Name>RemoteSyslog</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.RemoteSyslog</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Destination</Label>
                <PropertyName>remoteSyslogDestination</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Port</Label>
                <PropertyName>remoteSyslogPort</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Enabled</Label>
                <PropertyName>enabled</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--LoginMessage FL-->
    <View>
      <Name>LoginMessage</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.LoginMessage</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Message</Label>
                <PropertyName>Message</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Acknowledge</Label>
                <PropertyName>Acknowledgment</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--LoginMessage FT-->
    <View>
      <Name>LoginMessage</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.LoginMessage</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <!--<AutoSize/>-->
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Message</Label>
            <Alignment>Left</Alignment>
            <Width>25</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Acknowledge</Label>
            <Alignment>Right</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Message</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Acknowledgment</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ApplianceConnection FT-->
    <View>
      <Name>ApplianceConnection</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Connection</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>ConnectionID</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>UserName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>AuthLoginDomain</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Default</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ConnectionID</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>UserName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>AuthLoginDomain</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Default</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ApplianceConnection FL-->
    <View>
      <Name>ApplianceConnection</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Connection</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>ConnectionID</Label>
                <PropertyName>ConnectionID</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>Name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>UserName</Label>
                <PropertyName>UserName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>AuthLoginDomain</Label>
                <PropertyName>AuthLoginDomain</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Default</Label>
                <PropertyName>Default</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--ActiveUserSession FT-->
    <View>
      <Name>ActiveUserSession</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ActiveUserSession</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>UserName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LoginDomain</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ClientHost</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LoginTime</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>UserName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LoginDomain</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ClientHost</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LoginTime</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ActiveUserSession FL-->
    <View>
      <Name>ActiveUserSession</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ActiveUserSession</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>UserName</Label>
                <PropertyName>UserName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>LoginDomain</Label>
                <PropertyName>LoginDomain</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ClientHost</Label>
                <PropertyName>ClientHost</PropertyName>
              </ListItem>
              <ListItem>
                <Label>LoginTime</Label>
                <PropertyName>LoginTime</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ApplianceConnection</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--RemoteSupportConfig FT-->
    <View>
      <Name>RemoteSupportConfig</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.RemoteSupportConfig</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Enabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Company</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>AutoEnableDevices</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>MarketingOptIn</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>InsightOnlineEnabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>enableRemoteSupport</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>companyName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>autoEnableDevices</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>marketingOptIn</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>InsightOnlineEnabled</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--RemoteSupportConfig FL-->
    <View>
      <Name>RemoteSupportConfig</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.RemoteSupportConfig</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Enabled</Label>
                <PropertyName>enableRemoteSupport</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Company</Label>
                <PropertyName>companyName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Auto Enable Devices</Label>
                <PropertyName>autoEnableDevices</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Marketing Opt-In</Label>
                <PropertyName>marketingOptIn</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.RemoteSupport.Contact FT-->
    <View>
      <Name>RemoteSupportContact</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.RemoteSupport.Contact</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Email Address</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Primary Phone</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Default</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>'{0} {1}' -f $_.firstName, $_.lastName</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>email</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>primaryPhone</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>default</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.RemoteSupport.Partner FT-->
    <View>
      <Name>RemoteSupportPartner</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.RemoteSupport.Partner</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PartnerType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>City</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Country</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Default</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>partnerType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>city</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>country</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>default</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.TrustedCertificate FT-->
    <View>
      <Name>ApplianceTrustedCertificate</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.TrustedCertificate</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <ScriptBlock>$_.GetType().Name</ScriptBlock>
        <CustomControlName>ApplianceTrustedCertificateTypes-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>AliasName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CertificateStatus</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidFrom</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidUntil</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>AliasName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>CertificateStatus</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>[DateTime]$_.Certificate.NotBefore</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>[DateTime]$_.Certificate.NotAfter</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.TrustedCertificateAuthority FT-->
    <View>
      <Name>ApplianceTrustedCertificate</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.TrustedCertificateAuthority</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <ScriptBlock>$_.GetType().Name</ScriptBlock>
        <CustomControlName>ApplianceTrustedCertificateTypes-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CRLInfo</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidFrom</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidUntil</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Status</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>CRLInfo</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>[DateTime]$_.Certificate.NotBefore</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>[DateTime]$_.Certificate.NotAfter</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.RemoteSupport.Schedule FT-->
    <View>
      <Name>RemoteSupportSchedule</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.RemoteSupport.Schedule</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>ScheduleName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>RepeatOption</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>HourOfDay</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Minute</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DayOfMonth</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DayOfWeek</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ScheduleName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>RepeatOption</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>HourOfDay</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Minute</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>DayOfMonth</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>DayOfWeek</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.RemoteSupport.DefaultSite FT-->
    <View>
      <Name>RemoteSupportDefaultSite</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.RemoteSupport.DefaultSite</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>StreetAddress1</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>StreetAddress2</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ProvinceState</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PostalCode</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CountryCode</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>TimeZone</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>streetAddress1</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>streetAddress2</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>provinceState</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>postalCode</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>countryCode</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>timeZone</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_SMTPALERTS-->
        <View>
            <Name>SmtpConfigurationObject</Name>
            <ViewSelectedBy>
                <TypeName>HPOneView.Appliance.SmtpConfiguration</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <Label>AlertEmailDisabled</Label>
                                <PropertyName>alertEmailDisabled</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>SenderEmailAddress</Label>
                                <PropertyName>senderEmailAddress</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>SmptServer</Label>
                                <PropertyName>smtpServer</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>SmtpPort</Label>
                                <PropertyName>smtpPort</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>AlertEmailDisabled</Label>
                                <PropertyName>alertEmailDisabled</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
    <!--SnmpReadCommunity FT-->
    <View>
      <Name>SnmpReadCommunity</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpReadCommunity</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CommunityString</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>CommunityString</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--GlobalSetting FT-->
    <View>
      <Name>GlobalSetting</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.GlobalSetting</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Value</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>value</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--Appliance.TaskResource FT-->
    <View>
      <Name>TaskResource</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.TaskResource</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Owner</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Created</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Duration</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>TaskState</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PercentComplete</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>owner</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>Get-Date $_.created</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>"{0:hh\:mm\:ss}" -f ((Get-Date $_.modified) - (Get-Date $_.created))</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>taskState</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>percentComplete</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--Appliance.TaskResource FL-->
        <View>
            <Name>TaskResource</Name>
            <ViewSelectedBy>
                <TypeName>HPOneView.Appliance.TaskResource</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
            </ListItem>
                            <ListItem>
                                <Label>Name</Label>
                                <PropertyName>name</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>Owner</Label>
                                <PropertyName>owner</PropertyName>
                            </ListItem>
              <ListItem>
                <Label>Created</Label>
                <PropertyName>created</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Duration</Label>
                <ScriptBlock>"{0:hh\:mm\:ss}" -f ((Get-Date $_.modified) - (Get-Date $_.created))</ScriptBlock>
              </ListItem>
                            <ListItem>
                                <Label>TaskState</Label>
                                <PropertyName>taskState</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>Complete</Label>
                                <PropertyName>percentComplete</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>ProgressUpdates</Label>
                                <PropertyName>progressUpdates</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>TaskErrors</Label>
                                <PropertyName>taskErrors</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>ParentTaskUri</Label>
                                <PropertyName>parentTaskUri</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
    <!--APPLIANCE_LICENSE FL-->
        <View>
            <Name>License</Name>
            <ViewSelectedBy>
                <TypeName>HPOneView.Appliance.License</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <Label>Product</Label>
                                <PropertyName>Product</PropertyName>
                            </ListItem>
              <ListItem>
                                <Label>Type</Label>
                                <PropertyName>Type</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>Capacity</Label>
                                <PropertyName>Capacity</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>Allocated</Label>
                                <PropertyName>Allocated</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>Available</Label>
                                <PropertyName>Available</PropertyName>
                            </ListItem>
              <ListItem>
                                <Label>Nodes</Label>
                                <PropertyName>Nodes</PropertyName>
                            </ListItem>
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
    <!--APPLIANCE_USER_ROLES FT-->
        <View>
            <Name>UserRole</Name>
            <ViewSelectedBy>
                <TypeName>HPOneView.Appliance.UserRole</TypeName>
            </ViewSelectedBy>
            <TableControl>
        <AutoSize/>
                <TableHeaders>
                    <TableColumnHeader>
                        <Label>RoleName</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
                </TableHeaders>
                <TableRowEntries>
                    <TableRowEntry>
                        <TableColumnItems>
                            <TableColumnItem>
                                <PropertyName>roleName</PropertyName>
                            </TableColumnItem>
                        </TableColumnItems>
                    </TableRowEntry>
                </TableRowEntries>
            </TableControl>
        </View>
    <!--APPLIANCEUSER FT-->
        <View>
            <Name>User</Name>
            <ViewSelectedBy>
                <TypeName>HPOneView.Appliance.User</TypeName>
            </ViewSelectedBy>
            <TableControl>
        <AutoSize/>
                <TableHeaders>
                    <TableColumnHeader>
                        <Label>Name</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
          <TableColumnHeader>
                        <Label>Enabled</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
            <TableColumnHeader>
                        <Label>Role</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
          <TableColumnHeader>
                        <Label>Email</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
          <TableColumnHeader>
                        <Label>Office</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
          <TableColumnHeader>
                        <Label>Mobile</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
                </TableHeaders>
                <TableRowEntries>
                    <TableRowEntry>
                        <TableColumnItems>
                            <TableColumnItem>
                                <PropertyName>userName</PropertyName>
                            </TableColumnItem>
                <TableColumnItem>
                                <PropertyName>enabled</PropertyName>
                            </TableColumnItem>
                      <TableColumnItem>
                                <ScriptBlock>$_.permissions.roleName</ScriptBlock>
                            </TableColumnItem>
                        <TableColumnItem>
                                <PropertyName>emailAddress</PropertyName>
                            </TableColumnItem>
                <TableColumnItem>
                                <PropertyName>officePhone</PropertyName>
                            </TableColumnItem>
                      <TableColumnItem>
                                <PropertyName>mobilePhone</PropertyName>
                            </TableColumnItem>
                        </TableColumnItems>
                    </TableRowEntry>
                </TableRowEntries>
            </TableControl>
        </View>
    <!--ConnectionPermission FT-->
        <View>
            <Name>ConnectionPermission</Name>
            <ViewSelectedBy>
                <TypeName>HPOneView.Appliance.ConnectionPermission</TypeName>
            </ViewSelectedBy>
            <TableControl>
        <AutoSize/>
                <TableHeaders>
                    <TableColumnHeader>
                        <Label>RoleName</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
          <TableColumnHeader>
                        <Label>ScopeName</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
            <TableColumnHeader>
                        <Label>Active</Label>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
                </TableHeaders>
                <TableRowEntries>
                    <TableRowEntry>
                        <TableColumnItems>
                            <TableColumnItem>
                                <PropertyName>RoleName</PropertyName>
                            </TableColumnItem>
                <TableColumnItem>
                                <PropertyName>ScopeName</PropertyName>
                            </TableColumnItem>
                        <TableColumnItem>
                                <PropertyName>Active</PropertyName>
                            </TableColumnItem>
                        </TableColumnItems>
                    </TableRowEntry>
                </TableRowEntries>
            </TableControl>
        </View>
    <!--AuthGlobalDirectoryConfiguration FT-->
    <View>
      <Name>AuthGlobalDirectoryConfiguration</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuthGlobalDirectoryConfiguration</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Local Login</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Default Directory</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Directories</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Login Message</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>allowLocalLogin</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>"{0}" -f $_.defaultLoginDomain.name</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>($_.configuredLoginDomains | Sort-Object -property name) | ForEach { $_.name }</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>if ($_.loginMessage.acknowledgment) { 'Enabled' } else { 'Disabled' }</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--AuthDirectory FT-->
    <View>
      <Name>AuthDirectory</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuthDirectory</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Type</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>BaseDN</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DirectoryServers</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>authProtocol</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>baseDn</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>($_.directoryServers | Sort-Object -property name) | ForEach { "{0}:{1}" -f $_.directoryServerIpAddress,$_.directoryServerSSLPortNumber }</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--AuthDirectory FL-->
    <View>
      <Name>AuthDirectory</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuthDirectory</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Type</Label>
                <PropertyName>authProtocol</PropertyName>
              </ListItem>
              <ListItem>
                <Label>BaseDN</Label>
                <PropertyName>baseDn</PropertyName>
              </ListItem>
              <ListItem>
                <Label>DirectoryServers</Label>
                <ScriptBlock>($_.directoryServers | Sort-Object -property name) | ForEach { "{0}:{1}" -f $_.directoryServerIpAddress,$_.directoryServerSSLPortNumber }</ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--AuthDirectoryServer FT-->
    <View>
      <Name>AuthDirectoryServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuthDirectoryServer</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SSLPort</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidUntil</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SSLCertificate</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>directoryServerIpAddress</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>directoryServerSSLPortNumber</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>validUntil</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>directoryServerCertificateBase64Data</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--AuthDirectoryServer FL-->
    <View>
      <Name>AuthDirectoryServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuthDirectoryServer</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Type</Label>
                <PropertyName>authProtocol</PropertyName>
              </ListItem>
              <ListItem>
                <Label>BaseDN</Label>
                <PropertyName>baseDn</PropertyName>
              </ListItem>
              <ListItem>
                <Label>DirectoryServers</Label>
                <ScriptBlock>($_.directoryServers | Sort-Object -property name) | ForEach { "{0}:{1}" -f $_.directoryServerIpAddress,$_.directoryServerSSLPortNumber }</ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--LdapDirectoryGroup-->
    <View>
      <Name>LdapDirectoryGroup</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.LdapDirectoryGroup</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Directory</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
         </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Directory</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_AUTHDIRECTORYGROUP_ROLE_MAPPING-->
    <View>
      <Name>AuthDirectoryGroupRoleMapping</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuthDirectoryGroupRoleMapping</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Directory</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Permissions</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>egroup</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>loginDomain</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>'{0}' -f [String]::Join(', ', $_.permissions.roleName)</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_GLOBALSETTINGS-->
    <View>
      <Name>ApplianceGlobalSetting</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.GlobalSetting</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <!--<AutoSize/>-->
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Value</Label>
            <!--<AutoSize/>-->
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>value</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--Appliance.AuditLogEntry FL-->
    <View>
      <Name>AuditLogEntry</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AuditLogEntry</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Date</Label>
                <PropertyName>dateTimeStamp</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Source</Label>
                <PropertyName>objectType</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Action</Label>
                <PropertyName>action</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Result</Label>
                <PropertyName>result</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Severity</Label>
                <PropertyName>severity</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Details</Label>
                <PropertyName>msg</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SourceIP</Label>
                <PropertyName>sourceIp</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--APPLIANCE_ALERTS FT-->
    <View>
      <Name>ApplianceAlert</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Alert</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Severity</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Resource</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Created</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Modified</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>State</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>AssignedToUser</Label>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Description</Label>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>severity</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>$_.associatedResource.resourceName</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>$_.created | Get-Date -UFormat %c</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>$_.modified | Get-Date -UFormat %c</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>alertState</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>assignedToUser</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>description</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_ALERTS-->
    <View>
      <Name>ApplianceAlert</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Alert</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Severity</Label>
                <PropertyName>severity</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Description</Label>
                <PropertyName>description</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Resource</Label>
                <ScriptBlock>$_.associatedResource.resourceName</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>Created</Label>
                <ScriptBlock>$_.created | Get-Date -UFormat %c</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>Modified</Label>
                <ScriptBlock>$_.modified | Get-Date -UFormat %c</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>State</Label>
                <PropertyName>alertState</PropertyName>
              </ListItem>
              <ListItem>
                <Label>AssignedToUser</Label>
                <PropertyName>assignedToUser</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ChangeLog</Label>
                <ScriptBlock>$_.changeLog | % { "[{0}] {1}" -f (Get-Date $_.created),$_.notes }</ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--APPLIANCE_BASELINE-->
    <View>
      <Name>Baseline</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Baseline</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>Name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>State</Label>
                <PropertyName>State</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Status</Label>
                <PropertyName>Status</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Version</Label>
                <PropertyName>Version</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ISOFileName</Label>
                <PropertyName>IsoFileName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>XMLKeyName</Label>
                <PropertyName>XmlKeyName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>BundleSize</Label>
                <ScriptBlock>'{0:N2}GB' -f ($_.BundleSize / 1GB)</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>Locations</Label>
                <PropertyName>Locations</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--APPLIANCE_BaselineRepository FT-->
    <View>
      <Name>BaselineRepository</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.BaselineRepository</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Type</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Free</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Total</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>repositoryType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>status</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>'{0:N2}GB' -f ($_.availableSpace / 1MB)</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>'{0:N2}GB' -f ($_.totalSpace / 1MB)</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_SSLCERTIFICATE-->
    <View>
      <Name>ApplianceSslCertificateStatus</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceSslCertificateStatus</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>CN</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Issuer</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidFrom</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ValidUntil</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Expires</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>commonName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>issuer</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>"{0:r}" -f (Get-Date $_.validFrom)</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>"{0:r}" -f (Get-Date $_.validUntil)</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>"{0} days" -f $_.expiresInDays</ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.XAPIVersion-->
    <View>
      <Name>XAPIVersion</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.XAPIVersion</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>CurrentVersion</Label>
                <PropertyName>currentVersion</PropertyName>
              </ListItem>
              <ListItem>
                <Label>MinimumVersion</Label>
                <PropertyName>minimumVersion</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.Version.Base-->
    <View>
      <Name>VersionBase</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Version.Base</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>PowerShellLibraryVersion</Label>
                <PropertyName>OneViewPowerShellLibrary</PropertyName>
              </ListItem>
              <ListItem>
                <Label>LibraryPath</Label>
                <PropertyName>libraryLoadedPath</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.Version.Extended FT-->
    <View>
      <Name>VersionExtended</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Version.Extended</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Major</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Minor</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SoftwareVersion</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>X-APIVersion</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>applianceName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>major</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>minor</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>softwareVersion</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>xapiVersion</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>modelNumber</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.Version.Extended FL-->
    <View>
      <Name>VersionExtended</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Version.Extended</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>applianceName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Major</Label>
                <PropertyName>major</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Minor</Label>
                <PropertyName>minor</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SoftwareVersion</Label>
                <PropertyName>softwareVersion</PropertyName>
              </ListItem>
              <ListItem>
                <Label>X-APIVersion</Label>
                <PropertyName>xapiVersion</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Model</Label>
                <PropertyName>modelNumber</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.Update.Pending-->
    <View>
      <Name>UpdatePending</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Update.Pending</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Version</Label>
                <PropertyName>version</PropertyName>
              </ListItem>
              <ListItem>
                <Label>RebootRequired</Label>
                <ScriptBlock>if ($_.rebootRequired) { "Yes" } else { "No" }</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>UpgradeTime</Label>
                <PropertyName>estimatedUpgradeTime</PropertyName>
              </ListItem>
              <ListItem>
                <Label>UpdateFileName</Label>
                <PropertyName>fileName</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--APPLIANCE_ADDRESSPOOL FT-->
    <View>
      <Name>AddressPool</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AddressPool</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Type</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Enabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Count</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Allocated</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Available</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>poolType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>enabled</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>totalCount</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>allocatedCount</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>freeCount</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_ADDRESSPOOL FL-->
    <View>
      <Name>AddressPool</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AddressPool</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Type</Label>
                <PropertyName>poolType</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Enabled</Label>
                <PropertyName>enabled</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Count</Label>
                <PropertyName>totalCount</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Allocated</Label>
                <PropertyName>allocatedCount</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Available</Label>
                <PropertyName>freeCount</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--IPAddressSubnet FT-->
    <View>
      <Name>IPAddressSubnet</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.IPAddressSubnet</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>NetworkID</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Subnet Mask</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Gateway</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DNSServer</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DomainName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Ranges</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>networkId</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
                if ($null -ne $_.subnetMask) { $_.subnetMask }
                else { $_.prefixLength}
                </ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>gateway</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>dnsServers</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>domain</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
                  $ac = $_.ApplianceConnection.Name
                  $_.rangeUris | % { (Send-HPOVRequest $_ -Hostname $ac).name }
                </ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--IPAddressSubnet FL-->
    <View>
      <Name>IPAddressSubnet</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.IPAddressSubnet</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>NetworkID</Label>
                <PropertyName>networkId</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SubnetMask</Label>
                <ScriptBlock>
                if ($null -ne $_.subnetMask) { $_.subnetMask }
                else { $_.prefixLength}
                </ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>Gateway</Label>
                <PropertyName>gateway</PropertyName>
              </ListItem>
              <ListItem>
                <Label>DNSServer</Label>
                <PropertyName>dnsServers</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Domain</Label>
                <PropertyName>domain</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Ranges</Label>
                <ScriptBlock>
                  $ac = $_.ApplianceConnection.Name
                  $_.rangeUris | % { (Send-HPOVRequest $_ -Hostname $ac).name }
                </ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--APPLIANCE_ADDRESSPOOLRANGE FT-->
    <View>
      <Name>AddressPoolRange</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AddressPoolRange</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Enabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Category</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Total</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Allocated</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Available</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Reserved</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Start</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>End</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>enabled</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>rangeCategory</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>totalCount</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>allocatedIdCount</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>freeIdCount</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>reservedIdCount</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>startAddress</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>endAddress</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_ADDRESSPOOLRANGE FL-->
    <View>
      <Name>AddressPoolRange</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AddressPoolRange</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Type</Label>
                <PropertyName>enabled</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Enabled</Label>
                <PropertyName>rangeCategory</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Count</Label>
                <PropertyName>totalCount</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Allocated</Label>
                <PropertyName>allocatedIdCount</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Available</Label>
                <PropertyName>freeIdCount</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Reserved</Label>
                <PropertyName>reservedIdCount</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Start</Label>
                <PropertyName>startAddress</PropertyName>
              </ListItem>
              <ListItem>
                <Label>End</Label>
                <PropertyName>endAddress</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--APPLIANCE_HealthStatus FT-->
    <View>
      <Name>HealthStatus</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.HealthStatus</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Resource</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Available</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Capacity</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>resourceType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>available</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>capacity</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
 
                  if ($_.statusMessage -match "insufficient") {
 
                  "Critical"
 
                  }
                  if ($_.statusMessage -match "sufficient") {
 
                  "Good"
 
                  }
 
                </ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--APPLIANCE_HEALTHSTATUS FL-->
    <View>
      <Name>HealthStatus</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.HealthStatus</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Resource</Label>
                <PropertyName>resourceType</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Available</Label>
                <PropertyName>available</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Capacity</Label>
                <PropertyName>capacity</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Status</Label>
                <ScriptBlock>
 
                  if ($_.statusMessage -match "insufficient") {
 
                  "Critical"
 
                  }
                  if ($_.statusMessage -match "sufficient") {
 
                  "Good"
 
                  }
 
                </ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--ApplianceServerConfiguration FT-->
    <View>
      <Name>ApplianceServerConfiguration</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceServerConfiguration</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <TableHeaders>
          <TableColumnHeader>
            <Label>ApplianceNetworks</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ServerCertificate</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>applianceNetworks</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>serverCertificate</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ApplianceServerConfiguration FL-->
    <View>
      <Name>ApplianceServerConfiguration</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceServerConfiguration</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>ApplianceNetworks</Label>
                <PropertyName>applianceNetworks</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ServerCertificate</Label>
                <PropertyName>serverCertificate</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--ApplianceServerDateTime FT-->
    <View>
      <Name>ApplianceServerDateTime</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceServerDateTime</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Time</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Locale</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Time Zone</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>NTP Servers</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>NTP Polling</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>'{0}' -f (Get-Date $_.dateTime)</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>locale</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>timezone</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ntpServers</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>pollingInterval</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ApplianceServerDateTime FL-->
    <View>
      <Name>ApplianceServerDateTime</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceServerDateTime</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Time</Label>
                <ScriptBlock>'{0}' -f (Get-Date $_.dateTime)</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>Locale</Label>
                <PropertyName>locale</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Timezone</Label>
                <PropertyName>timezone</PropertyName>
              </ListItem>
              <ListItem>
                <Label>NTP Servers</Label>
                <PropertyName>ntpServers</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Polling Interval</Label>
                <PropertyName>pollingInterval</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--ApplianceServerConfiguration.ApplianceNetworks FT-->
    <View>
      <Name>ApplianceServerConfiguration.ApplianceNetworks</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceServerConfiguration.ApplianceNetworks</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Hostname</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>IPv4Type</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>IPv4Address</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>IPv4DNS</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>IPv6Type</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>IPv6Address</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>IPv6DNS</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>hostname</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ipv4Type</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
                  "{0}\{1}" -f $_.app1Ipv4Addr,(((([Net.IPAddress]$_.ipv4Subnet).GetAddressBytes() | ForEach-Object { [Convert]::ToString($_, 2) } ) -join "`n" -replace '[\s0]').length)
                </ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ipv4NameServers</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ipv6Type</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>app1Ipv6Addr</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ipv6NameServers</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--ApplianceServerConfiguration FL-->
    <View>
      <Name>ApplianceServerConfiguration.ApplianceNetworks</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceServerConfiguration.ApplianceNetworks</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Hostname</Label>
                <PropertyName>hostname</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv4Type</Label>
                <PropertyName>ipv4Type</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv4Address</Label>
                <PropertyName>app1Ipv4Addr</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv4Mask</Label>
                <PropertyName>ipv4Subnet</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv4Gateway</Label>
                <PropertyName>ipv4Gateway</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv4DNS</Label>
                <PropertyName>ipv4NameServers</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv6Type</Label>
                <PropertyName>ipv6Type</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv6Address</Label>
                <PropertyName>app1Ipv6Addr</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv6Mask</Label>
                <PropertyName>ipv6Subnet</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv6Gateway</Label>
                <PropertyName>ipv6Gateway</PropertyName>
              </ListItem>
              <ListItem>
                <Label>IPv6DNS</Label>
                <PropertyName>ipv6NameServers</PropertyName>
              </ListItem>
          </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.AutomaticBackupConfig FT-->
    <View>
      <Name>AutomaticBackupConfig</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AutomaticBackupConfig</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Enabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Server</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Protocol</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Directory</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Interval</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Days</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Time</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>enabled</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>remoteServerName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>protocol</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>remoteServerDir</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>scheduleInterval</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>scheduleDays</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>scheduleTime</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--AutomaticBackupConfig FL-->
    <View>
      <Name>AutomaticBackupConfig</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.AutomaticBackupConfig</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>hostname</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Enabled</Label>
                <PropertyName>ipv4Type</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Server</Label>
                <PropertyName>app1Ipv4Addr</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Protocol</Label>
                <PropertyName>ipv4Subnet</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Directory</Label>
                <PropertyName>ipv4Gateway</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Interval</Label>
                <PropertyName>ipv4NameServers</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Days</Label>
                <PropertyName>ipv6Type</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Time</Label>
                <PropertyName>app1Ipv6Addr</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Last Downlaoded Backup</Label>
                <PropertyName>ipv6Subnet</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Last Created Backup</Label>
                <PropertyName>ipv6Gateway</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Current Backup Created</Label>
                <PropertyName>ipv6NameServers</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.ImageStreamerAppliance FT-->
    <View>
      <Name>ImageStreamerAppliance</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ImageStreamerAppliance</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ApplianceSerialNumber</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ImageStreamerVersion</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>status</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>applianceSerialNumber</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>imageStreamerVersion</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.OsDeploymentServer FT-->
    <View>
      <Name>OsDeploymentServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.OsDeploymentServer</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>State</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PrimaryIPv4</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>status</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>state</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>primaryIPV4</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--OsDeploymentServer FL-->
    <View>
      <Name>OsDeploymentServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.OsDeploymentServer</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Status</Label>
                <PropertyName>status</PropertyName>
              </ListItem>
              <ListItem>
                <Label>State</Label>
                <PropertyName>state</PropertyName>
              </ListItem>
              <ListItem>
                <Label>PrimaryIPv4</Label>
                <PropertyName>primaryIPv4</PropertyName>
              </ListItem>
              <ListItem>
                <Label>PrimaryClusterName</Label>
                <PropertyName>primaryClusterName</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.OsDeploymentPlan FT-->
    <View>
      <Name>OsDeploymentPlan</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.OsDeploymentPlan</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>State</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>OsdpSize</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>status</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>state</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>osdpSize</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--OsDeploymentPlan FL-->
    <View>
      <Name>OsDeploymentPlan</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.OsDeploymentPlan</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Status</Label>
                <PropertyName>status</PropertyName>
              </ListItem>
              <ListItem>
                <Label>State</Label>
                <PropertyName>state</PropertyName>
              </ListItem>
              <ListItem>
                <Label>OsdpSize</Label>
                <PropertyName>osdpSize</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Facilities.DataCenter FT-->
    <View>
      <Name>DataCenter</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Facilities.DataCenter</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Appliance</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Width</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Depth</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DeratingType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DeratingPercentage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>DefaultPowerLineVoltage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>RemoteSupportLocation</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>ApplianceConnection</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>width</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>depth</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>deratingType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>deratingPercentage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>defaultPowerLineVoltage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>RemoteSupportLocation</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Facilities.DataCenter FL-->
    <View>
      <Name>DataCenter</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Facilities.DataCenter</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Width</Label>
                <PropertyName>width</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Depth</Label>
                <PropertyName>depth</PropertyName>
              </ListItem>
              <ListItem>
                <Label>DeratingType</Label>
                <PropertyName>deratingType</PropertyName>
              </ListItem>
              <ListItem>
                <Label>DeratingPercentage</Label>
                <PropertyName>deratingPercentage</PropertyName>
              </ListItem>
              <ListItem>
                <Label>DefaultPowerLineVoltage</Label>
                <PropertyName>defaultPowerLineVoltage</PropertyName>
              </ListItem>
              <ListItem>
                <Label>RemoteSupportLocation</Label>
                <PropertyName>RemoteSupportLocation</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Facilities.RemoteSupportLocation FT-->
    <View>
      <Name>RemoteSupportLocation</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Facilities.RemoteSupportLocation</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>PrimaryContact</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SecondaryContact</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>StreetAddress1</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>StreetAddress2</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>City</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ProvinceState</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PostalCode</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CountryCode</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>TimeZone</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <ScriptBlock>
                  $Contact = Send-HPOVRequest -Uri $_.primaryContactUri -Hostname $_.ApplianceConnection.Name
                  '{0} {1}' -f $Contact.firstName, $Contact.lastName
                </ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
                  $Contact = Send-HPOVRequest -Uri $_.secondaryContactUri -Hostname $_.ApplianceConnection.Name
                  '{0} {1}' -f $Contact.firstName, $Contact.lastName
                </ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>streetAddress1</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>streetAddress2</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>city</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>provinceState</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>postalCode</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>countryCode</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>timeZone</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Facilities.RemoteSupportLocation FL-->
    <View>
      <Name>RemoteSupportLocation</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Facilities.RemoteSupportLocation</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>PrimaryContact</Label>
                <ScriptBlock>
                  $Contact = Send-HPOVRequest -Uri $_.primaryContactUri -Hostname $_.ApplianceConnection.Name
                  '{0} {1}' -f $Contact.firstName, $Contact.lastName
                </ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>SecondaryContact</Label>
                <ScriptBlock>
                  $Contact = Send-HPOVRequest -Uri $_.secondaryContactUri -Hostname $_.ApplianceConnection.Name
                  '{0} {1}' -f $Contact.firstName, $Contact.lastName
                </ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>StreetAddress1</Label>
                <PropertyName>streetAddress1</PropertyName>
              </ListItem>
              <ListItem>
                <Label>StreetAddress2</Label>
                <PropertyName>streetAddress2</PropertyName>
              </ListItem>
              <ListItem>
                <Label>City</Label>
                <PropertyName>city</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ProvinceState</Label>
                <PropertyName>provinceState</PropertyName>
              </ListItem>
              <ListItem>
                <Label>PostalCode</Label>
                <PropertyName>postalCode</PropertyName>
              </ListItem>
              <ListItem>
                <Label>CountryCode</Label>
                <PropertyName>countryCode</PropertyName>
              </ListItem>
              <ListItem>
                <Label>TimeZone</Label>
                <PropertyName>timeZone</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Facilities.RackMember FT-->
    <View>
      <Name>RackMember</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Facilities.RackMember</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>UHeight</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ULocation</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>RackName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Model</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>UHeight</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ULocation</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>RackName</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Facilities.RackMember FL-->
    <View>
      <Name>RackMember</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Facilities.RackMember</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>Name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Model</Label>
                <PropertyName>Model</PropertyName>
              </ListItem>
              <ListItem>
                <Label>UHeight</Label>
                <PropertyName>UHeight</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ULocation</Label>
                <PropertyName>ULocation</PropertyName>
              </ListItem>
              <ListItem>
                <Label>RackName</Label>
                <PropertyName>RackName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ApplianceConnection</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.Label FT-->
    <View>
      <Name>Label</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Label</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.Label FL-->
    <View>
      <Name>Label</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.Label</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>Name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ApplianceConnection</Label>
                <PropertyName>ApplianceConnection</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.SnmpV3EngineId FT-->
    <View>
      <Name>SnmpV3User</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV3User</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Username</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SecurityLevel</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>AuthenticationProtocol</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PrivacyProtocol</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Username</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>SecurityLevel</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>AuthenticationProtocol</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>PrivacyProtocol</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.SnmpV3User FL-->
    <View>
      <Name>SnmpV3User</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV3User</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Username</Label>
                <PropertyName>userName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SecurityLevel</Label>
                <PropertyName>securityLevel</PropertyName>
              </ListItem>
              <ListItem>
                <Label>AuthenticationProtocol</Label>
                <PropertyName>authenticationProtocol</PropertyName>
              </ListItem>
              <ListItem>
                <Label>PrivacyProtocol</Label>
                <PropertyName>privacyProtocol</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.SnmpV3EngineId FT-->
    <View>
      <Name>SnmpV3EngineId</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV3EngineId</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
        <TableColumnHeader>
            <Label>EngineID</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>EngineID</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.SnmpV3EngineId FL-->
    <View>
      <Name>SnmpV3EngineId</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV3EngineId</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>EngineID</Label>
                <PropertyName>EngineID</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.SnmpV1TrapDestination FT-->
    <View>
      <Name>SnmpV1TrapDestination</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV1TrapDestination</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>type</PropertyName>
        <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>DestinationAddress</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Port</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CommunityString</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>DestinationAddress</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Port</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>CommunityString</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.SnmpV1TrapDestination FL-->
    <View>
      <Name>SnmpV1TrapDestination</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV1TrapDestination</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>type</PropertyName>
        <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName>
      </GroupBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>DestinationAddress</Label>
                <PropertyName>destinationAddress</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Port</Label>
                <PropertyName>Port</PropertyName>
              </ListItem>
              <ListItem>
                <Label>CommunityString</Label>
                <PropertyName>CommunityString</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.SnmpV3TrapDestination FT-->
    <View>
      <Name>SnmpV3TrapDestination</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV3TrapDestination</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>type</PropertyName>
        <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>DestinationAddress</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Port</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SnmpV3User</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>DestinationAddress</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Port</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>SnmpV3User</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.SnmpV3TrapDestination FL-->
    <View>
      <Name>SnmpV3TrapDestination</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpV3TrapDestination</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>type</PropertyName>
        <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName>
      </GroupBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>DestinationAddress</Label>
                <PropertyName>destinationAddress</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Port</Label>
                <PropertyName>Port</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SnmpV3User</Label>
                <PropertyName>SnmpV3User</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.ProxyServer FT-->
    <View>
      <Name>ProxyServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ProxyServer</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Server</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Port</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Username</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Server</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Port</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Username</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.ProxyServer FL-->
    <View>
      <Name>ProxyServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ProxyServer</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Server</Label>
                <PropertyName>Server</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Port</Label>
                <PropertyName>Port</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Username</Label>
                <PropertyName>Username</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.ApplianceLocaleDateTime FT-->
    <View>
      <Name>ApplianceLocaleDateTime</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ApplianceLocaleDateTime</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>DateTime</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>TimeZone</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SyncWithHost</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>NtpServers</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>DateTime</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>TimeZone</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>SyncWithHost</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>NtpServers</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!-- HPOneView.PowerDeliveryDevice FT-->
    <View>
      <Name>PowerDeliveryDevice</Name>
      <ViewSelectedBy>
        <!-- <TypeName>HPOneView.PowerDeliveryDevice</TypeName> -->
        <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>deviceType</PropertyName>
        <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LineVoltage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PhaseType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PowerFeed</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Model</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LineVoltage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>PhaseType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>feedIdentifier</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!-- HPOneView.PowerDeliveryDevice.LoadSegment FT-->
    <View>
      <Name>PowerDeliveryDeviceLoadSegment</Name>
      <ViewSelectedBy>
        <!-- <TypeName>HPOneView.PowerDeliveryDevice.LoadSegment</TypeName> -->
        <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>deviceType</PropertyName>
        <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LineVoltage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PhaseType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PowerFeed</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Model</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LineVoltage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>PhaseType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>feedIdentifier</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!-- HPOneView.PowerDeliveryDevice.PduAcModule FT-->
    <View>
      <Name>PowerDeliveryDevicePduAcModule</Name>
      <ViewSelectedBy>
        <!-- <TypeName>HPOneView.PowerDeliveryDevice.PduAcModule</TypeName> -->
        <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>deviceType</PropertyName>
        <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LineVoltage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PhaseType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PowerFeed</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Model</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LineVoltage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>PhaseType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>feedIdentifier</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!-- HPOneView.PowerDeliveryDevice.Outlet FT-->
    <View>
      <Name>PowerDeliveryDeviceOutlet</Name>
      <ViewSelectedBy>
        <!-- <TypeName>HPOneView.PowerDeliveryDevice.Outlet</TypeName> -->
        <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>deviceType</PropertyName>
        <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Power</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LineVoltage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PhaseType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PowerFeed</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Model</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Power</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LineVoltage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>PhaseType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>feedIdentifier</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!-- HPOneView.PowerDeliveryDevice.OutletBar FT-->
    <View>
      <Name>PowerDeliveryDeviceOutletBar</Name>
      <ViewSelectedBy>
        <!-- <TypeName>HPOneView.PowerDeliveryDevice.OutletBar</TypeName> -->
        <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>deviceType</PropertyName>
        <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Model</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>LineVoltage</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PhaseType</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>PowerFeed</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Model</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>LineVoltage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>PhaseType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>feedIdentifier</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.ServiceAlert FT-->
    <View>
      <Name>ServiceAlert</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ServiceAlert</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>CaseID</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ResourceName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>SerialNumber</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>State</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Created</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Description</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>CaseID</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ResourceName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>SerialNumber</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>State</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Created</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Description</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
    <!--HPOneView.Appliance.ServiceAlert FL-->
    <View>
      <Name>ProxyServer</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.ServiceAlert</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>CaseID</Label>
                <PropertyName>CaseID</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ResourceName</Label>
                <PropertyName>ResourceName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SerialNumber</Label>
                <PropertyName>SerialNumber</PropertyName>
              </ListItem>
              <ListItem>
                <Label>State</Label>
                <PropertyName>State</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Created</Label>
                <PropertyName>Created</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Modified</Label>
                <PropertyName>Modified</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Description</Label>
                <PropertyName>Description</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <!--HPOneView.Appliance.SecurityProtocol FT-->
    <View>
      <Name>SecurityProtocol</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SecurityProtocol</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <PropertyName>Mode</PropertyName>
        <CustomControlName>ApplianceSecurityProtocolMode-GroupingFormat</CustomControlName>
      </GroupBy>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>Name</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Enabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ModeIsEnabled</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CipherSuites</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <Wrap/>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>Name</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>Enabled</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ModeIsEnabled</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>CipherSuites</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
  </ViewDefinitions>
</Configuration>
<!-- SIG # Begin signature block -->
<!-- MIIkYQYJKoZIhvcNAQcCoIIkUjCCJE4CAQExDzANBglghkgBZQMEAgEFADB5Bgor -->
<!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG -->
<!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDvFar7B55bfo+a -->
<!-- sk/qIQKvkTP9VSUuc7zoQlTpDUHcXKCCHtUwggQUMIIC/KADAgECAgsEAAAAAAEv -->
<!-- TuFS1zANBgkqhkiG9w0BAQUFADBXMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xv -->
<!-- YmFsU2lnbiBudi1zYTEQMA4GA1UECxMHUm9vdCBDQTEbMBkGA1UEAxMSR2xvYmFs -->
<!-- U2lnbiBSb290IENBMB4XDTExMDQxMzEwMDAwMFoXDTI4MDEyODEyMDAwMFowUjEL -->
<!-- MAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExKDAmBgNVBAMT -->
<!-- H0dsb2JhbFNpZ24gVGltZXN0YW1waW5nIENBIC0gRzIwggEiMA0GCSqGSIb3DQEB -->
<!-- AQUAA4IBDwAwggEKAoIBAQCU72X4tVefoFMNNAbrCR+3Rxhqy/Bb5P8npTTR94ka -->
<!-- v56xzRJBbmbUgaCFi2RaRi+ZoI13seK8XN0i12pn0LvoynTei08NsFLlkFvrRw7x -->
<!-- 55+cC5BlPheWMEVybTmhFzbKuaCMG08IGfaBMa1hFqRi5rRAnsP8+5X2+7UulYGY -->
<!-- 4O/F69gCWXh396rjUmtQkSnF/PfNk2XSYGEi8gb7Mt0WUfoO/Yow8BcJp7vzBK6r -->
<!-- kOds33qp9O/EYidfb5ltOHSqEYva38cUTOmFsuzCfUomj+dWuqbgz5JTgHT0A+xo -->
<!-- smC8hCAAgxuh7rR0BcEpjmLQR7H68FPMGPkuO/lwfrQlAgMBAAGjgeUwgeIwDgYD -->
<!-- VR0PAQH/BAQDAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFEbYPv/c -->
<!-- 477/g+b0hZuw3WrWFKnBMEcGA1UdIARAMD4wPAYEVR0gADA0MDIGCCsGAQUFBwIB -->
<!-- FiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAzBgNVHR8E -->
<!-- LDAqMCigJqAkhiJodHRwOi8vY3JsLmdsb2JhbHNpZ24ubmV0L3Jvb3QuY3JsMB8G -->
<!-- A1UdIwQYMBaAFGB7ZhpFDZfKiVAvfQTNNKj//P1LMA0GCSqGSIb3DQEBBQUAA4IB -->
<!-- AQBOXlaQHka02Ukx87sXOSgbwhbd/UHcCQUEm2+yoprWmS5AmQBVteo/pSB204Y0 -->
<!-- 1BfMVTrHgu7vqLq82AafFVDfzRZ7UjoC1xka/a/weFzgS8UY3zokHtqsuKlYBAIH -->
<!-- MNuwEl7+Mb7wBEj08HD4Ol5Wg889+w289MXtl5251NulJ4TjOJuLpzWGRCCkO22k -->
<!-- aguhg/0o69rvKPbMiF37CjsAq+Ah6+IvNWwPjjRFl+ui95kzNX7Lmoq7RU3nP5/C -->
<!-- 2Yr6ZbJux35l/+iS4SwxovewJzZIjyZvO+5Ndh95w+V/ljW8LQ7MAbCOf/9RgICn -->
<!-- ktSzREZkjIdPFmMHMUtjsN/zMIIEnzCCA4egAwIBAgISESHWmadklz7x+EJ+6RnM -->
<!-- U0EUMA0GCSqGSIb3DQEBBQUAMFIxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i -->
<!-- YWxTaWduIG52LXNhMSgwJgYDVQQDEx9HbG9iYWxTaWduIFRpbWVzdGFtcGluZyBD -->
<!-- QSAtIEcyMB4XDTE2MDUyNDAwMDAwMFoXDTI3MDYyNDAwMDAwMFowYDELMAkGA1UE -->
<!-- BhMCU0cxHzAdBgNVBAoTFkdNTyBHbG9iYWxTaWduIFB0ZSBMdGQxMDAuBgNVBAMT -->
<!-- J0dsb2JhbFNpZ24gVFNBIGZvciBNUyBBdXRoZW50aWNvZGUgLSBHMjCCASIwDQYJ -->
<!-- KoZIhvcNAQEBBQADggEPADCCAQoCggEBALAXrqLTtgQwVh5YD7HtVaTWVMvY9nM6 -->
<!-- 7F1eqyX9NqX6hMNhQMVGtVlSO0KiLl8TYhCpW+Zz1pIlsX0j4wazhzoOQ/DXAIlT -->
<!-- ohExUihuXUByPPIJd6dJkpfUbJCgdqf9uNyznfIHYCxPWJgAa9MVVOD63f+ALF8Y -->
<!-- ppj/1KvsoUVZsi5vYl3g2Rmsi1ecqCYr2RelENJHCBpwLDOLf2iAKrWhXWvdjQIC -->
<!-- KQOqfDe7uylOPVOTs6b6j9JYkxVMuS2rgKOjJfuv9whksHpED1wQ119hN6pOa9PS -->
<!-- UyWdgnP6LPlysKkZOSpQ+qnQPDrK6Fvv9V9R9PkK2Zc13mqF5iMEQq8CAwEAAaOC -->
<!-- AV8wggFbMA4GA1UdDwEB/wQEAwIHgDBMBgNVHSAERTBDMEEGCSsGAQQBoDIBHjA0 -->
<!-- MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0 -->
<!-- b3J5LzAJBgNVHRMEAjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMEIGA1UdHwQ7 -->
<!-- MDkwN6A1oDOGMWh0dHA6Ly9jcmwuZ2xvYmFsc2lnbi5jb20vZ3MvZ3N0aW1lc3Rh -->
<!-- bXBpbmdnMi5jcmwwVAYIKwYBBQUHAQEESDBGMEQGCCsGAQUFBzAChjhodHRwOi8v -->
<!-- c2VjdXJlLmdsb2JhbHNpZ24uY29tL2NhY2VydC9nc3RpbWVzdGFtcGluZ2cyLmNy -->
<!-- dDAdBgNVHQ4EFgQU1KKESjhaGH+6TzBQvZ3VeofWCfcwHwYDVR0jBBgwFoAURtg+ -->
<!-- /9zjvv+D5vSFm7DdatYUqcEwDQYJKoZIhvcNAQEFBQADggEBAI+pGpFtBKY3IA6D -->
<!-- lt4j02tuH27dZD1oISK1+Ec2aY7hpUXHJKIitykJzFRarsa8zWOOsz1QSOW0zK7N -->
<!-- ko2eKIsTShGqvaPv07I2/LShcr9tl2N5jES8cC9+87zdglOrGvbr+hyXvLY3nKQc -->
<!-- MLyrvC1HNt+SIAPoccZY9nUFmjTwC1lagkQ0qoDkL4T2R12WybbKyp23prrkUNPU -->
<!-- N7i6IA7Q05IqW8RZu6Ft2zzORJ3BOCqt4429zQl3GhC+ZwoCNmSIubMbJu7nnmDE -->
<!-- Rqi8YTNsz065nLlq8J83/rU9T5rTTf/eII5Ol6b9nwm8TcoYdsmwTYVQ8oDSHQb1 -->
<!-- WAQHsRgwggVMMIIDNKADAgECAhMzAAAANdjVWVsGcUErAAAAAAA1MA0GCSqGSIb3 -->
<!-- DQEBBQUAMH8xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYD -->
<!-- VQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKTAn -->
<!-- BgNVBAMTIE1pY3Jvc29mdCBDb2RlIFZlcmlmaWNhdGlvbiBSb290MB4XDTEzMDgx -->
<!-- NTIwMjYzMFoXDTIzMDgxNTIwMzYzMFowbzELMAkGA1UEBhMCU0UxFDASBgNVBAoT -->
<!-- C0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5hbCBUVFAgTmV0 -->
<!-- d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9vdDCCASIwDQYJ -->
<!-- KoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvtH7xsD821+iO2 -->
<!-- zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9uMq/NzgtHj6R -->
<!-- Qa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzXmk6vBbOmcZSc -->
<!-- cbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LXa0Tkx63ubUFf -->
<!-- clpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzNE0S3ySvdQwAl -->
<!-- +mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0WicCAwEAAaOB -->
<!-- 0DCBzTATBgNVHSUEDDAKBggrBgEFBQcDAzASBgNVHRMBAf8ECDAGAQH/AgECMB0G -->
<!-- A1UdDgQWBBStvZh6NLQm9/rEJlTvA73gJMtUGjALBgNVHQ8EBAMCAYYwHwYDVR0j -->
<!-- BBgwFoAUYvsKIVt/Q24R2glUUGv10pZx8Z4wVQYDVR0fBE4wTDBKoEigRoZEaHR0 -->
<!-- cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMvTWljcm9zb2Z0 -->
<!-- Q29kZVZlcmlmUm9vdC5jcmwwDQYJKoZIhvcNAQEFBQADggIBADYrovLhMx/kk/fy -->
<!-- aYXGZA7Jm2Mv5HA3mP2U7HvP+KFCRvntak6NNGk2BVV6HrutjJlClgbpJagmhL7B -->
<!-- vxapfKpbBLf90cD0Ar4o7fV3x5v+OvbowXvTgqv6FE7PK8/l1bVIQLGjj4OLrSsl -->
<!-- U6umNM7yQ/dPLOndHk5atrroOxCZJAC8UP149uUjqImUk/e3QTA3Sle35kTZyd+Z -->
<!-- BapE/HSvgmTMB8sBtgnDLuPoMqe0n0F4x6GENlRi8uwVCsjq0IT48eBr9FYSX5Xg -->
<!-- /N23dpP+KUol6QQA8bQRDsmEntsXffUepY42KRk6bWxGS9ercCQojQWj2dUk8vig -->
<!-- 0TyCOdSogg5pOoEJ/Abwx1kzhDaTBkGRIywipacBK1C0KK7bRrBZG4azm4foSU45 -->
<!-- C20U30wDMB4fX3Su9VtZA1PsmBbg0GI1dRtIuH0T5XpIuHdSpAeYJTsGm3pOam9E -->
<!-- hk8UTyd5Jz1Qc0FMnEE+3SkMc7HH+x92DBdlBOvSUBCSQUns5AZ9NhVEb4m/aX35 -->
<!-- TUDBOpi2oH4x0rWuyvtT1T9Qhs1ekzttXXyaPz/3qSVYhN0RSQCix8ieN913jm1x -->
<!-- i+BbgTRdVLrM9ZNHiG3n71viKOSAG0DkDyrRfyMVZVqsmZRDP0ZVJtbE+oiV4pGa -->
<!-- oy0Lhd6sjOD5Z3CfcXkCMfdhoinEMIIFajCCBFKgAwIBAgIRAJlKA6yt5TZSowXb -->
<!-- PG+NNGAwDQYJKoZIhvcNAQELBQAwfTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy -->
<!-- ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N -->
<!-- T0RPIENBIExpbWl0ZWQxIzAhBgNVBAMTGkNPTU9ETyBSU0EgQ29kZSBTaWduaW5n -->
<!-- IENBMB4XDTE4MTEwODAwMDAwMFoXDTE5MTEwODIzNTk1OVowgdIxCzAJBgNVBAYT -->
<!-- AlVTMQ4wDAYDVQQRDAU5NDMwNDELMAkGA1UECAwCQ0ExEjAQBgNVBAcMCVBhbG8g -->
<!-- QWx0bzEcMBoGA1UECQwTMzAwMCBIYW5vdmVyIFN0cmVldDErMCkGA1UECgwiSGV3 -->
<!-- bGV0dCBQYWNrYXJkIEVudGVycHJpc2UgQ29tcGFueTEaMBgGA1UECwwRSFAgQ3li -->
<!-- ZXIgU2VjdXJpdHkxKzApBgNVBAMMIkhld2xldHQgUGFja2FyZCBFbnRlcnByaXNl -->
<!-- IENvbXBhbnkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDR65IcXJ2l -->
<!-- DsPHw7a+1h3f5mJZtL/muA4hWHUoLT2axMk1djSI+hsSoDBZ/TPf/pNUs8v1cuiS -->
<!-- qojcxkojt8fGvzSh4YSX5Dg9puWGOH3CtT4W5Y3v0ax4oX7p44YzvyxDvwJeskfK -->
<!-- HHNf2HFvpd3qGwQOwGpthVCQbQ1rqj0STQIkIedjiAUMDe+aQUG3OHzXEGQw3RQP -->
<!-- hHraCahPva8wcPyam+a6QRTCpG5kUWL8H6lSNYn0BfW9B7y0U8ovYK/Y0iAlvKET -->
<!-- HwZXyDaGrvmzJALgcY85CtTp+TMA/Q5rItYOfEe2kgtSaYvHnAhAMI9oElhFi3ml -->
<!-- nYB0drGqBWRrAgMBAAGjggGNMIIBiTAfBgNVHSMEGDAWgBQpkWD/ik366/mmarjP -->
<!-- +eZLvUnOEjAdBgNVHQ4EFgQUMFjSV146chD2hvf8srdlewYoy+MwDgYDVR0PAQH/ -->
<!-- BAQDAgeAMAwGA1UdEwEB/wQCMAAwEwYDVR0lBAwwCgYIKwYBBQUHAwMwEQYJYIZI -->
<!-- AYb4QgEBBAQDAgQQMEYGA1UdIAQ/MD0wOwYMKwYBBAGyMQECAQMCMCswKQYIKwYB -->
<!-- BQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5uZXQvQ1BTMEMGA1UdHwQ8MDow -->
<!-- OKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2EuY29tL0NPTU9ET1JTQUNvZGVTaWdu -->
<!-- aW5nQ0EuY3JsMHQGCCsGAQUFBwEBBGgwZjA+BggrBgEFBQcwAoYyaHR0cDovL2Ny -->
<!-- dC5jb21vZG9jYS5jb20vQ09NT0RPUlNBQ29kZVNpZ25pbmdDQS5jcnQwJAYIKwYB -->
<!-- BQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQsFAAOC -->
<!-- AQEAWUnaMukB5LV0A5H1M6mLIC/rhv0r/HFRvdE9j2lLTQCudNqmTI23S5jHD/nV -->
<!-- VAacAXBsinr343EEbHl/DNDKYwEIPhswv6MpLTlOOVYRW7jaY9vEBesDGvtpS1aq -->
<!-- 3bbV+Rmd6VnmZHVoyCTDJwVNlF3lhKEgsYJFFjGiGiyGw0IqGb6/FPiDvzuTbeP/ -->
<!-- 13XreEDAP2J33oP1S0vXpRyp72rrz5u4Ue1ilHr0ypExSr4YShrLmcODfiXHYbpb -->
<!-- SmUpcWVvzKHT/pcaIhoXtfmHR6sdQ9zJ+DdS0KTYiCY9XMBesEAqcDjNeCtxa7Q6 -->
<!-- TIpNsmk+/MzbdtwXEX3kNHRnmzCCBXQwggRcoAMCAQICECdm7lbrSfOOq9dwovyE -->
<!-- 3iIwDQYJKoZIhvcNAQEMBQAwbzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRy -->
<!-- dXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5hbCBUVFAgTmV0d29yazEi -->
<!-- MCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9vdDAeFw0wMDA1MzAxMDQ4 -->
<!-- MzhaFw0yMDA1MzAxMDQ4MzhaMIGFMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl -->
<!-- YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P -->
<!-- RE8gQ0EgTGltaXRlZDErMCkGA1UEAxMiQ09NT0RPIFJTQSBDZXJ0aWZpY2F0aW9u -->
<!-- IEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJHoVJLS -->
<!-- ClaxrA0k3cXPRGd0mSs3o30jcABxvFPfxPoqEo9LfxBWvZ9wcrdhf8lLDxenPeOw -->
<!-- BGHu/xGXx/SGPgr6Plz5k+Y0etkUa+ecs4Wggnp2r3GQ1+z9DfqcbPrfsIL0FH75 -->
<!-- vsSmL09/mX+1/GdDcr0MANaJ62ss0+2PmBwUq37l42782KjkkiTaQ2tiuFX96sG8 -->
<!-- bLaL8w6NmuSbbGmZ+HhIMEXVreENPEVg/DKWUSe8Z8PKLrZr6kbHxyCgsR9l3kgI -->
<!-- uqROqfKDRjeE6+jMgUhDZ05yKptcvUwbKIpcInu0q5jZ7uBRg8MJRk5tPpn6lRfa -->
<!-- fDNXQTyNUe0LtlyvLGMa31fIP7zpXcSbr0WZ4qNaJLS6qVY9z2+q/0lYvvCo//S4 -->
<!-- rek3+7q49As6+ehDQh6J2ITLE/HZu+GJYLiMKFasFB2cCudx688O3T2plqFIvTz3 -->
<!-- r7UNIkzAEYHsVjv206LiW7eyBCJSlYCTaeiOTGXxkQMtcHQC6otnFSlpUgK7199Q -->
<!-- alVGv6CjKGF/cNDDoqosIapHziicBkV2v4IYJ7TVrrTLUOZr9EyGcTDppt8WhuDY -->
<!-- /0Dd+9BCiH+jMzouXB5BEYFjzhhxayvspoq3MVw6akfgw3lZ1iAar/JqmKpyvFdK -->
<!-- 0kuduxD8sExB5e0dPV4onZzMv7NR2qdH5YRTAgMBAAGjgfQwgfEwHwYDVR0jBBgw -->
<!-- FoAUrb2YejS0Jvf6xCZU7wO94CTLVBowHQYDVR0OBBYEFLuvfgI9+qbxPISOre44 -->
<!-- mOzZMjLUMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQK -->
<!-- MAgwBgYEVR0gADBEBgNVHR8EPTA7MDmgN6A1hjNodHRwOi8vY3JsLnVzZXJ0cnVz -->
<!-- dC5jb20vQWRkVHJ1c3RFeHRlcm5hbENBUm9vdC5jcmwwNQYIKwYBBQUHAQEEKTAn -->
<!-- MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1c3QuY29tMA0GCSqGSIb3 -->
<!-- DQEBDAUAA4IBAQBkv4PxX5qF0M24oSlXDeha99HpPvJ2BG7xUnC7Hjz/TQ10asyB -->
<!-- giXTw6AqXUz1uouhbcRUCXXH4ycOXYR5N0ATd/W0rBzQO6sXEtbvNBh+K+l506tX -->
<!-- RQyvKPrQ2+VQlYi734VXaX2S2FLKc4G/HPPmuG5mEQWzHpQtf5GVklnxTM6jkXFM -->
<!-- fEcMOwsZ9qGxbIY+XKrELoLL+QeWukhNkPKUyKlzousGeyOd3qLzTVWfemFFmBho -->
<!-- x15AayP1eXrvjLVri7dvRvR78T1LBNiTgFla4EEkHbKPFWBYR9vvbkb9FfXZX5qz -->
<!-- 29i45ECzzZc5roW7HY683Ieb0abv8TtvEDhvMIIF4DCCA8igAwIBAgIQLnyHzA6T -->
<!-- SlL+lP0ct800rzANBgkqhkiG9w0BAQwFADCBhTELMAkGA1UEBhMCR0IxGzAZBgNV -->
<!-- BAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE -->
<!-- ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlm -->
<!-- aWNhdGlvbiBBdXRob3JpdHkwHhcNMTMwNTA5MDAwMDAwWhcNMjgwNTA4MjM1OTU5 -->
<!-- WjB9MQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAw -->
<!-- DgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDEjMCEG -->
<!-- A1UEAxMaQ09NT0RPIFJTQSBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEB -->
<!-- AQUAA4IBDwAwggEKAoIBAQCmmJBjd5E0f4rR3elnMRHrzB79MR2zuWJXP5O8W+Of -->
<!-- HiQyESdrvFGRp8+eniWzX4GoGA8dHiAwDvthe4YJs+P9omidHCydv3Lj5HWg5TUj -->
<!-- jsmK7hoMZMfYQqF7tVIDSzqwjiNLS2PgIpQ3e9V5kAoUGFEs5v7BEvAcP2FhCoyi -->
<!-- 3PbDMKrNKBh1SMF5WgjNu4xVjPfUdpA6M0ZQc5hc9IVKaw+A3V7Wvf2pL8Al9fl4 -->
<!-- 141fEMJEVTyQPDFGy3CuB6kK46/BAW+QGiPiXzjbxghdR7ODQfAuADcUuRKqeZJS -->
<!-- zYcPe9hiKaR+ML0btYxytEjy4+gh+V5MYnmLAgaff9ULAgMBAAGjggFRMIIBTTAf -->
<!-- BgNVHSMEGDAWgBS7r34CPfqm8TyEjq3uOJjs2TIy1DAdBgNVHQ4EFgQUKZFg/4pN -->
<!-- +uv5pmq4z/nmS71JzhIwDgYDVR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8C -->
<!-- AQAwEwYDVR0lBAwwCgYIKwYBBQUHAwMwEQYDVR0gBAowCDAGBgRVHSAAMEwGA1Ud -->
<!-- HwRFMEMwQaA/oD2GO2h0dHA6Ly9jcmwuY29tb2RvY2EuY29tL0NPTU9ET1JTQUNl -->
<!-- cnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHEGCCsGAQUFBwEBBGUwYzA7BggrBgEF -->
<!-- BQcwAoYvaHR0cDovL2NydC5jb21vZG9jYS5jb20vQ09NT0RPUlNBQWRkVHJ1c3RD -->
<!-- QS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkq -->
<!-- hkiG9w0BAQwFAAOCAgEAAj8COcPu+Mo7id4MbU2x8U6ST6/COCwEzMVjEasJY6+r -->
<!-- otcCP8xvGcM91hoIlP8l2KmIpysQGuCbsQciGlEcOtTh6Qm/5iR0rx57FjFuI+9U -->
<!-- US1SAuJ1CAVM8bdR4VEAxof2bO4QRHZXavHfWGshqknUfDdOvf+2dVRAGDZXZxHN -->
<!-- TwLk/vPa/HUX2+y392UJI0kfQ1eD6n4gd2HITfK7ZU2o94VFB696aSdlkClAi997 -->
<!-- OlE5jKgfcHmtbUIgos8MbAOMTM1zB5TnWo46BLqioXwfy2M6FafUFRunUkcyqfS/ -->
<!-- ZEfRqh9TTjIwc8Jvt3iCnVz/RrtrIh2IC/gbqjSm/Iz13X9ljIwxVzHQNuxHoc/L -->
<!-- i6jvHBhYxQZ3ykubUa9MCEp6j+KjUuKOjswm5LLY5TjCqO3GgZw1a6lYYUoKl7RL -->
<!-- QrZVnb6Z53BtWfhtKgx/GWBfDJqIbDCsUgmQFhv/K53b0CDKieoofjKOGd97SDMe -->
<!-- 12X4rsn4gxSTdn1k0I7OvjV9/3IxTZ+evR5sL6iPDAZQ+4wns3bJ9ObXwzTijIch -->
<!-- hmH+v1V04SF3AwpobLvkyanmz1kl63zsRQ55ZmjoIs2475iFTZYRPAmK0H+8KCgT -->
<!-- +2rKVI2SXM3CZZgGns5IW9S1N5NGQXwH3c/6Q++6Z2H/fUnguzB9XIDj5hY5S6cx -->
<!-- ggTiMIIE3gIBATCBkjB9MQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBN -->
<!-- YW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0Eg -->
<!-- TGltaXRlZDEjMCEGA1UEAxMaQ09NT0RPIFJTQSBDb2RlIFNpZ25pbmcgQ0ECEQCZ -->
<!-- SgOsreU2UqMF2zxvjTRgMA0GCWCGSAFlAwQCAQUAoHwwEAYKKwYBBAGCNwIBDDEC -->
<!-- MAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEOMAwG -->
<!-- CisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIPpxx4UtH5mFBUECb5l2XWll82iV -->
<!-- Ab6SrYudidmyXioYMA0GCSqGSIb3DQEBAQUABIIBAB3o6tZ7FsU5dL2ljvqO3eQR -->
<!-- R6vBaur5ZoeZMvQt4qa/37loZbsDNVet7X+yKMRN4/p2oxp8VfmkhgTuBQ0B0jvS -->
<!-- aH/gERTMBHryYanRTsVKE/jBht9erxGrf4Ir/ZozEaxHixMC9q9oTw4nR0A6iFgy -->
<!-- redhxvgqpWQvAPoYcXwrUsZP6dAZDXFXThN7k5ezFsoPAncuEQsJI0j3FvVcSaIs -->
<!-- w5FWGkyEV70d4dAq2NhTRUBq5q1LQ3XAVje9qV0FKkQMWnjQ1egDYg3KE/rCHmAl -->
<!-- 6N5xrxpETNH3W3gQ9zzHBugUbnbe0oH1r8f0D4KpCdi0w/XqRGlftsmu4e8SDgKh -->
<!-- ggKiMIICngYJKoZIhvcNAQkGMYICjzCCAosCAQEwaDBSMQswCQYDVQQGEwJCRTEZ -->
<!-- MBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEoMCYGA1UEAxMfR2xvYmFsU2lnbiBU -->
<!-- aW1lc3RhbXBpbmcgQ0EgLSBHMgISESHWmadklz7x+EJ+6RnMU0EUMAkGBSsOAwIa -->
<!-- BQCggf0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcN -->
<!-- MTkwODIzMjMzMDEzWjAjBgkqhkiG9w0BCQQxFgQUAn39m9hZvdgsFtd78RtFZrmY -->
<!-- zDIwgZ0GCyqGSIb3DQEJEAIMMYGNMIGKMIGHMIGEBBRjuC+rYfWDkJaVBQsAJJxQ -->
<!-- KTPseTBsMFakVDBSMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBu -->
<!-- di1zYTEoMCYGA1UEAxMfR2xvYmFsU2lnbiBUaW1lc3RhbXBpbmcgQ0EgLSBHMgIS -->
<!-- ESHWmadklz7x+EJ+6RnMU0EUMA0GCSqGSIb3DQEBAQUABIIBAAFWVsjOzEo2sbgV -->
<!-- SN+lw6Jvzkw4KTghbzPqxOGJxtcJ6cxR+8/IwZ71PAwEkD1jpXM2h8NNVFOUHzsh -->
<!-- d+g3Gj80eVKaSPEAv16p8WbF7qnymekKo0B5oUZhaEL4cNc0K5OMzqssyfT+v8ED -->
<!-- 9a2WVeMqynEjlwYrYQFNgJaQCHgIIDcp/JnoWM1Um6yqGa3d8ofe89FnSxb2jqXp -->
<!-- XkWjUowJTtFkzEnlsOVgs42xUjmm4HyWSY1hhBACsDjR2oovTCGwrjsF5MvaVxW8 -->
<!-- wKQiV3yR3uSKRTaUfyjNONTo+Em+5dpNVyk9t5gjMiGPNadcfaF1b4IHtHMDk1T3 -->
<!-- i4LvWs4= -->
<!-- SIG # End signature block -->