Appliance.format.ps1xml

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
    <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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
      <TableControl>
        <AutoSize/>
        <TableHeaders>
          <TableColumnHeader>
            <Label>AliasName</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>Status</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>aliasName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>status</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>[DateTime]$_.certDetails.validFrom</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>[DateTime]$_.certDetails.validUntil</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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
    <!--ApplianceSnmpCommunity FT-->
    <View>
      <Name>SnmpCommunity</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.SnmpCommunity</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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
            </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>AvailableCapacity</Label>
                                <PropertyName>availableCapacity</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>ConsumedCapacity</Label>
                                <ScriptBlock>$_.nodes.count</ScriptBlock>
                            </ListItem>
                            <ListItem>
                                <Label>TotalCapacity</Label>
                                <PropertyName>TotalCapacity</PropertyName>
                            </ListItem>
                            <ListItem>
                                <Label>UnlicensedCount</Label>
                                <ScriptBlock>[int]$_.unlicensedCount</ScriptBlock>
                            </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>
                                <PropertyName>roles</PropertyName>
                            </TableColumnItem>
                        <TableColumnItem>
                                <PropertyName>emailAddress</PropertyName>
                            </TableColumnItem>
                <TableColumnItem>
                                <PropertyName>officePhone</PropertyName>
                            </TableColumnItem>
                      <TableColumnItem>
                                <PropertyName>mobilePhone</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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>Roles</Label>
            <Alignment>Left</Alignment>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>egroup</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>loginDomain</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>roles</PropertyName>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>Version</Label>
                <PropertyName>version</PropertyName>
              </ListItem>
              <ListItem>
                <Label>ISOFileName</Label>
                <PropertyName>isoFileName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>XMLKeyName</Label>
                <PropertyName>xmlKeyName</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Size</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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
    <!--IPV4AddressSubnet FT-->
    <View>
      <Name>IPV4AddressSubnet</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.IPV4AddressSubnet</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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>networkId</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>subnetMask</PropertyName>
              </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>
    <!--IPV4AddressSubnet FL-->
    <View>
      <Name>IPV4AddressSubnet</Name>
      <ViewSelectedBy>
        <TypeName>HPOneView.Appliance.IPV4AddressSubnet</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Appliance</Label>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>NetworkID</Label>
                <PropertyName>networkId</PropertyName>
              </ListItem>
              <ListItem>
                <Label>SubnetMask</Label>
                <PropertyName>subnetMask</PropertyName>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </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>
                <ScriptBlock>$_.ApplianceConnection.Name</ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
  </ViewDefinitions>
</Configuration>
<!-- SIG # Begin signature block -->
<!-- MIIjpgYJKoZIhvcNAQcCoIIjlzCCI5MCAQExDzANBglghkgBZQMEAgEFADB5Bgor -->
<!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG -->
<!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCD17r0Z/Gj9sLuJ -->
<!-- 64QBi5+XF1dzyjr7bwWJInoCjWqj2KCCHrIwggPuMIIDV6ADAgECAhB+k+v7fMZO -->
<!-- WepLmnfUBvw7MA0GCSqGSIb3DQEBBQUAMIGLMQswCQYDVQQGEwJaQTEVMBMGA1UE -->
<!-- CBMMV2VzdGVybiBDYXBlMRQwEgYDVQQHEwtEdXJiYW52aWxsZTEPMA0GA1UEChMG -->
<!-- VGhhd3RlMR0wGwYDVQQLExRUaGF3dGUgQ2VydGlmaWNhdGlvbjEfMB0GA1UEAxMW -->
<!-- VGhhd3RlIFRpbWVzdGFtcGluZyBDQTAeFw0xMjEyMjEwMDAwMDBaFw0yMDEyMzAy -->
<!-- MzU5NTlaMF4xCzAJBgNVBAYTAlVTMR0wGwYDVQQKExRTeW1hbnRlYyBDb3Jwb3Jh -->
<!-- dGlvbjEwMC4GA1UEAxMnU3ltYW50ZWMgVGltZSBTdGFtcGluZyBTZXJ2aWNlcyBD -->
<!-- QSAtIEcyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsayzSVRLlxwS -->
<!-- CtgleZEiVypv3LgmxENza8K/LlBa+xTCdo5DASVDtKHiRfTot3vDdMwi17SUAAL3 -->
<!-- Te2/tLdEJGvNX0U70UTOQxJzF4KLabQry5kerHIbJk1xH7Ex3ftRYQJTpqr1SSwF -->
<!-- eEWlL4nO55nn/oziVz89xpLcSvh7M+R5CvvwdYhBnP/FA1GZqtdsn5Nph2Upg4XC -->
<!-- YBTEyMk7FNrAgfAfDXTekiKryvf7dHwn5vdKG3+nw54trorqpuaqJxZ9YfeYcRG8 -->
<!-- 4lChS+Vd+uUOpyyfqmUg09iW6Mh8pU5IRP8Z4kQHkgvXaISAXWp4ZEXNYEZ+VMET -->
<!-- fMV58cnBcQIDAQABo4H6MIH3MB0GA1UdDgQWBBRfmvVuXMzMdJrU3X3vP9vsTIAu -->
<!-- 3TAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAGGFmh0dHA6Ly9vY3NwLnRoYXd0 -->
<!-- ZS5jb20wEgYDVR0TAQH/BAgwBgEB/wIBADA/BgNVHR8EODA2MDSgMqAwhi5odHRw -->
<!-- Oi8vY3JsLnRoYXd0ZS5jb20vVGhhd3RlVGltZXN0YW1waW5nQ0EuY3JsMBMGA1Ud -->
<!-- JQQMMAoGCCsGAQUFBwMIMA4GA1UdDwEB/wQEAwIBBjAoBgNVHREEITAfpB0wGzEZ -->
<!-- MBcGA1UEAxMQVGltZVN0YW1wLTIwNDgtMTANBgkqhkiG9w0BAQUFAAOBgQADCZuP -->
<!-- ee9/WTCq72i1+uMJHbtPggZdN1+mUp8WjeockglEbvVt61h8MOj5aY0jcwsSb0ep -->
<!-- rjkR+Cqxm7Aaw47rWZYArc4MTbLQMaYIXCp6/OJ6HVdMqGUY6XlAYiWWbsfHN2qD -->
<!-- IQiOQerd2Vc/HXdJhyoWBl6mOGoiEqNRGYN+tjCCBKMwggOLoAMCAQICEA7P9DjI -->
<!-- /r81bgTYapgbGlAwDQYJKoZIhvcNAQEFBQAwXjELMAkGA1UEBhMCVVMxHTAbBgNV -->
<!-- BAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMTAwLgYDVQQDEydTeW1hbnRlYyBUaW1l -->
<!-- IFN0YW1waW5nIFNlcnZpY2VzIENBIC0gRzIwHhcNMTIxMDE4MDAwMDAwWhcNMjAx -->
<!-- MjI5MjM1OTU5WjBiMQswCQYDVQQGEwJVUzEdMBsGA1UEChMUU3ltYW50ZWMgQ29y -->
<!-- cG9yYXRpb24xNDAyBgNVBAMTK1N5bWFudGVjIFRpbWUgU3RhbXBpbmcgU2Vydmlj -->
<!-- ZXMgU2lnbmVyIC0gRzQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCi -->
<!-- Yws5RLi7I6dESbsO/6HwYQpTk7CY260sD0rFbv+GPFNVDxXOBD8r/amWltm+YXkL -->
<!-- W8lMhnbl4ENLIpXuwitDwZ/YaLSOQE/uhTi5EcUj8mRY8BUyb05Xoa6IpALXKh7N -->
<!-- S+HdY9UXiTJbsF6ZWqidKFAOF+6W22E7RVEdzxJWC5JH/Kuu9mY9R6xwcueS51/N -->
<!-- ELnEg2SUGb0lgOHo0iKl0LoCeqF3k1tlw+4XdLxBhircCEyMkoyRLZ53RB9o1qh0 -->
<!-- d9sOWzKLVoszvdljyEmdOsXF6jML0vGjG/SLvtmzV4s73gSneiKyJK4ux3DFvk6D -->
<!-- Jgj7C72pT5kI4RAocqrNAgMBAAGjggFXMIIBUzAMBgNVHRMBAf8EAjAAMBYGA1Ud -->
<!-- JQEB/wQMMAoGCCsGAQUFBwMIMA4GA1UdDwEB/wQEAwIHgDBzBggrBgEFBQcBAQRn -->
<!-- MGUwKgYIKwYBBQUHMAGGHmh0dHA6Ly90cy1vY3NwLndzLnN5bWFudGVjLmNvbTA3 -->
<!-- BggrBgEFBQcwAoYraHR0cDovL3RzLWFpYS53cy5zeW1hbnRlYy5jb20vdHNzLWNh -->
<!-- LWcyLmNlcjA8BgNVHR8ENTAzMDGgL6AthitodHRwOi8vdHMtY3JsLndzLnN5bWFu -->
<!-- dGVjLmNvbS90c3MtY2EtZzIuY3JsMCgGA1UdEQQhMB+kHTAbMRkwFwYDVQQDExBU -->
<!-- aW1lU3RhbXAtMjA0OC0yMB0GA1UdDgQWBBRGxmmjDkoUHtVM2lJjFz9eNrwN5jAf -->
<!-- BgNVHSMEGDAWgBRfmvVuXMzMdJrU3X3vP9vsTIAu3TANBgkqhkiG9w0BAQUFAAOC -->
<!-- AQEAeDu0kSoATPCPYjA3eKOEJwdvGLLeJdyg1JQDqoZOJZ+aQAMc3c7jecshaAba -->
<!-- tjK0bb/0LCZjM+RJZG0N5sNnDvcFpDVsfIkWxumy37Lp3SDGcQ/NlXTctlzevTcf -->
<!-- Q3jmeLXNKAQgo6rxS8SIKZEOgNER/N1cdm5PXg5FRkFuDbDqOJqxOtoJcRD8HHm0 -->
<!-- gHusafT9nLYMFivxf1sJPZtb4hbKE4FtAC44DagpjyzhsvRaqQGvFZwsL0kb2yK7 -->
<!-- w/54lFHDhrGCiF3wPbRRoXkzKy57udwgCRNx62oZW8/opTBXLIlJP7nPf8m/PiJo -->
<!-- Y1OavWl0rMUdPH+S4MO8HNgEdTCCBUwwggM0oAMCAQICEzMAAAA12NVZWwZxQSsA -->
<!-- AAAAADUwDQYJKoZIhvcNAQEFBQAwfzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh -->
<!-- c2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBD -->
<!-- b3Jwb3JhdGlvbjEpMCcGA1UEAxMgTWljcm9zb2Z0IENvZGUgVmVyaWZpY2F0aW9u -->
<!-- IFJvb3QwHhcNMTMwODE1MjAyNjMwWhcNMjMwODE1MjAzNjMwWjBvMQswCQYDVQQG -->
<!-- EwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4 -->
<!-- dGVybmFsIFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBD -->
<!-- QSBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt/caM+byAAQt -->
<!-- OeBOW+0fvGwPzbX6I7bO3psRM5ekKUx9k5+9SryT7QMa44/P5W1QWtaXKZRagLBJ -->
<!-- etsulf24yr83OC0ePpFBrXBWx/BPP+gynnTKyJBU6cZfD3idmkA8Dqxhql4Uj56H -->
<!-- oWpQ3NeaTq8Fs6ZxlJxxs1BgCscTnTgHhgKo6ahpJhiQq0ywTyOrOk+E2N/On+Fp -->
<!-- b7vXQtdrROTHre5tQV9yWnEIN7N5ZaRZoJQ39wAvDcKSctrQOHLbFKhFxF0qfbe0 -->
<!-- 1sTurM0TRLfJK91DACX6YblpalgjEbenM49WdVn1zSnXRrcKK2W200JvFbK4e/vv -->
<!-- 6V1T1TRaJwIDAQABo4HQMIHNMBMGA1UdJQQMMAoGCCsGAQUFBwMDMBIGA1UdEwEB -->
<!-- /wQIMAYBAf8CAQIwHQYDVR0OBBYEFK29mHo0tCb3+sQmVO8DveAky1QaMAsGA1Ud -->
<!-- DwQEAwIBhjAfBgNVHSMEGDAWgBRi+wohW39DbhHaCVRQa/XSlnHxnjBVBgNVHR8E -->
<!-- TjBMMEqgSKBGhkRodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9k -->
<!-- dWN0cy9NaWNyb3NvZnRDb2RlVmVyaWZSb290LmNybDANBgkqhkiG9w0BAQUFAAOC -->
<!-- AgEANiui8uEzH+ST9/JphcZkDsmbYy/kcDeY/ZTse8/4oUJG+e1qTo00aTYFVXoe -->
<!-- u62MmUKWBuklqCaEvsG/Fql8qlsEt/3RwPQCvijt9XfHm/469ujBe9OCq/oUTs8r -->
<!-- z+XVtUhAsaOPg4utKyVTq6Y0zvJD908s6d0eTlq2uug7EJkkALxQ/Xj25SOoiZST -->
<!-- 97dBMDdKV7fmRNnJ35kFqkT8dK+CZMwHywG2CcMu4+gyp7SfQXjHoYQ2VGLy7BUK -->
<!-- yOrQhPjx4Gv0VhJfleD83bd2k/4pSiXpBADxtBEOyYSe2xd99R6ljjYpGTptbEZL -->
<!-- 16twJCiNBaPZ1STy+KDRPII51KiCDmk6gQn8BvDHWTOENpMGQZEjLCKlpwErULQo -->
<!-- rttGsFkbhrObh+hJTjkLbRTfTAMwHh9fdK71W1kDU+yYFuDQYjV1G0i4fRPleki4 -->
<!-- d1KkB5glOwabek5qb0SGTxRPJ3knPVBzQUycQT7dKQxzscf7H3YMF2UE69JQEJJB -->
<!-- SezkBn02FURvib9pfflNQME6mLagfjHSta7K+1PVP1CGzV6TO21dfJo/P/epJViE -->
<!-- 3RFJAKLHyJ433XeObXGL4FuBNF1Uusz1k0eIbefvW+Io5IAbQOQPKtF/IxVlWqyZ -->
<!-- lEM/RlUm1sT6iJXikZqjLQuF3qyM4PlncJ9xeQIx92GiKcQwggVpMIIEUaADAgEC -->
<!-- AhBIXeuJwRKco7aAJIAaMUvSMA0GCSqGSIb3DQEBCwUAMH0xCzAJBgNVBAYTAkdC -->
<!-- MRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQx -->
<!-- GjAYBgNVBAoTEUNPTU9ETyBDQSBMaW1pdGVkMSMwIQYDVQQDExpDT01PRE8gUlNB -->
<!-- IENvZGUgU2lnbmluZyBDQTAeFw0xNjExMTAwMDAwMDBaFw0xNzExMTAyMzU5NTla -->
<!-- MIHSMQswCQYDVQQGEwJVUzEOMAwGA1UEEQwFOTQzMDQxCzAJBgNVBAgMAkNBMRIw -->
<!-- EAYDVQQHDAlQYWxvIEFsdG8xHDAaBgNVBAkMEzMwMDAgSGFub3ZlciBTdHJlZXQx -->
<!-- KzApBgNVBAoMIkhld2xldHQgUGFja2FyZCBFbnRlcnByaXNlIENvbXBhbnkxGjAY -->
<!-- BgNVBAsMEUhQIEN5YmVyIFNlY3VyaXR5MSswKQYDVQQDDCJIZXdsZXR0IFBhY2th -->
<!-- cmQgRW50ZXJwcmlzZSBDb21wYW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB -->
<!-- CgKCAQEArcjhnMOif+tuffoQD9Dsk/00pRyk6WDnjnDnzHfNWOifBWLfWD8i0+SG -->
<!-- dJcAo7GX8Ygv//a979WhQCimApSi7OnfXM3SjlCj7Qc0K+AwypHfKBHv/8aSFYnU -->
<!-- nmU+qlPdb2ATPKt1cbA24URYNEBh+aFj85ZNB1binNBwbLOVwMc8L+Idx13uZ9LQ -->
<!-- haZVXElW7giSgiMc8zm1uQEeMaBVrsbssTKassryD+DWBL0FtDB8ZDyEpPSj6Hwp -->
<!-- xMJHY6e4lhfoYCTupY2BlVUQ7XZBrMUXHB6cKCNj5yMrfMGn5r/ei+ltqoXZpgtY -->
<!-- lmPJLGFSMp+eXpkAQH8TYVkxeVDrDQIDAQABo4IBjTCCAYkwHwYDVR0jBBgwFoAU -->
<!-- KZFg/4pN+uv5pmq4z/nmS71JzhIwHQYDVR0OBBYEFOH2JeoQ3PPXbQQaSt0/OLcS -->
<!-- BU9MMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoGCCsG -->
<!-- AQUFBwMDMBEGCWCGSAGG+EIBAQQEAwIEEDBGBgNVHSAEPzA9MDsGDCsGAQQBsjEB -->
<!-- AgEDAjArMCkGCCsGAQUFBwIBFh1odHRwczovL3NlY3VyZS5jb21vZG8ubmV0L0NQ -->
<!-- UzBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01P -->
<!-- RE9SU0FDb2RlU2lnbmluZ0NBLmNybDB0BggrBgEFBQcBAQRoMGYwPgYIKwYBBQUH -->
<!-- MAKGMmh0dHA6Ly9jcnQuY29tb2RvY2EuY29tL0NPTU9ET1JTQUNvZGVTaWduaW5n -->
<!-- Q0EuY3J0MCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJ -->
<!-- KoZIhvcNAQELBQADggEBAEcxk9JD4kFMDwCzjtewkAyqkbTcYWNpi/M9X+vrXc/O -->
<!-- PnsEY6mmY6ziZHQbqVBDzu0uZwLp1I6C20ODPbp1eue/ER0+Cx4sKEikjmrOO0wd -->
<!-- o9hg8UWLtwSMxQR5VTWAN2SyofLSWkjfDN48/CvRy9jyUesCUoH8135EHN19BJ2r -->
<!-- nMYGFCqK5GCRbtJZkbtJ0hbwbRRWIDaIh1wIgi7iQ7Utj9YELMof3xjnTOqT8B+F -->
<!-- fZqoKvwH0S4kpZORfQWSYOnPjOWJWQyCY4Iy5xySzbYtJIk6wVy/mGMJzwmvXC53 -->
<!-- nNmhrONGZZkOIx9nMByFRtSDY4faC7p3Bask0TWk+Z0wggV0MIIEXKADAgECAhAn -->
<!-- Zu5W60nzjqvXcKL8hN4iMA0GCSqGSIb3DQEBDAUAMG8xCzAJBgNVBAYTAlNFMRQw -->
<!-- EgYDVQQKEwtBZGRUcnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwg -->
<!-- VFRQIE5ldHdvcmsxIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3Qw -->
<!-- HhcNMDAwNTMwMTA0ODM4WhcNMjAwNTMwMTA0ODM4WjCBhTELMAkGA1UEBhMCR0Ix -->
<!-- GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEa -->
<!-- MBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0Eg -->
<!-- Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw -->
<!-- ggIKAoICAQCR6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2f -->
<!-- cHK3YX/JSw8Xpz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs -->
<!-- /Q36nGz637CC9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio -->
<!-- 5JIk2kNrYrhV/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62 -->
<!-- a+pGx8cgoLEfZd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7g -->
<!-- UYPDCUZObT6Z+pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlW -->
<!-- Pc9vqv9JWL7wqP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArn -->
<!-- cevPDt09qZahSL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0 -->
<!-- AuqLZxUpaVICu9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dm -->
<!-- a/RMhnEw6abfFobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5 -->
<!-- WdYgGq/yapiqcrxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo4H0 -->
<!-- MIHxMB8GA1UdIwQYMBaAFK29mHo0tCb3+sQmVO8DveAky1QaMB0GA1UdDgQWBBS7 -->
<!-- r34CPfqm8TyEjq3uOJjs2TIy1DAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUw -->
<!-- AwEB/zARBgNVHSAECjAIMAYGBFUdIAAwRAYDVR0fBD0wOzA5oDegNYYzaHR0cDov -->
<!-- L2NybC51c2VydHJ1c3QuY29tL0FkZFRydXN0RXh0ZXJuYWxDQVJvb3QuY3JsMDUG -->
<!-- CCsGAQUFBwEBBCkwJzAlBggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0 -->
<!-- LmNvbTANBgkqhkiG9w0BAQwFAAOCAQEAZL+D8V+ahdDNuKEpVw3oWvfR6T7ydgRu -->
<!-- 8VJwux48/00NdGrMgYIl08OgKl1M9bqLoW3EVAl1x+MnDl2EeTdAE3f1tKwc0Dur -->
<!-- FxLW7zQYfivpedOrV0UMryj60NvlUJWIu9+FV2l9kthSynOBvxzz5rhuZhEFsx6U -->
<!-- LX+RlZJZ8UzOo5FxTHxHDDsLGfahsWyGPlyqxC6Cy/kHlrpITZDylMipc6LrBnsj -->
<!-- nd6i801Vn3phRZgYaMdeQGsj9Xl674y1a4u3b0b0e/E9SwTYk4BZWuBBJB2yjxVg -->
<!-- WEfb725G/RX12V+as9vYuORAs82XOa6Fux2OvNyHm9Gm7/E7bxA4bzCCBeAwggPI -->
<!-- oAMCAQICEC58h8wOk0pS/pT9HLfNNK8wDQYJKoZIhvcNAQEMBQAwgYUxCzAJBgNV -->
<!-- BAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1Nh -->
<!-- bGZvcmQxGjAYBgNVBAoTEUNPTU9ETyBDQSBMaW1pdGVkMSswKQYDVQQDEyJDT01P -->
<!-- RE8gUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDUwOTAwMDAwMFoX -->
<!-- DTI4MDUwODIzNTk1OVowfTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIg -->
<!-- TWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENB -->
<!-- IExpbWl0ZWQxIzAhBgNVBAMTGkNPTU9ETyBSU0EgQ29kZSBTaWduaW5nIENBMIIB -->
<!-- IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAppiQY3eRNH+K0d3pZzER68we -->
<!-- /TEds7liVz+TvFvjnx4kMhEna7xRkafPnp4ls1+BqBgPHR4gMA77YXuGCbPj/aJo -->
<!-- nRwsnb9y4+R1oOU1I47Jiu4aDGTH2EKhe7VSA0s6sI4jS0tj4CKUN3vVeZAKFBhR -->
<!-- LOb+wRLwHD9hYQqMotz2wzCqzSgYdUjBeVoIzbuMVYz31HaQOjNGUHOYXPSFSmsP -->
<!-- gN1e1r39qS/AJfX5eNeNXxDCRFU8kDwxRstwrgepCuOvwQFvkBoj4l8428YIXUez -->
<!-- g0HwLgA3FLkSqnmSUs2HD3vYYimkfjC9G7WMcrRI8uPoIfleTGJ5iwIGn3/VCwID -->
<!-- AQABo4IBUTCCAU0wHwYDVR0jBBgwFoAUu69+Aj36pvE8hI6t7jiY7NkyMtQwHQYD -->
<!-- VR0OBBYEFCmRYP+KTfrr+aZquM/55ku9Sc4SMA4GA1UdDwEB/wQEAwIBhjASBgNV -->
<!-- HRMBAf8ECDAGAQH/AgEAMBMGA1UdJQQMMAoGCCsGAQUFBwMDMBEGA1UdIAQKMAgw -->
<!-- BgYEVR0gADBMBgNVHR8ERTBDMEGgP6A9hjtodHRwOi8vY3JsLmNvbW9kb2NhLmNv -->
<!-- bS9DT01PRE9SU0FDZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDBxBggrBgEFBQcB -->
<!-- AQRlMGMwOwYIKwYBBQUHMAKGL2h0dHA6Ly9jcnQuY29tb2RvY2EuY29tL0NPTU9E -->
<!-- T1JTQUFkZFRydXN0Q0EuY3J0MCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5jb21v -->
<!-- ZG9jYS5jb20wDQYJKoZIhvcNAQEMBQADggIBAAI/AjnD7vjKO4neDG1NsfFOkk+v -->
<!-- wjgsBMzFYxGrCWOvq6LXAj/MbxnDPdYaCJT/JdipiKcrEBrgm7EHIhpRHDrU4ekJ -->
<!-- v+YkdK8eexYxbiPvVFEtUgLidQgFTPG3UeFRAMaH9mzuEER2V2rx31hrIapJ1Hw3 -->
<!-- Tr3/tnVUQBg2V2cRzU8C5P7z2vx1F9vst/dlCSNJH0NXg+p+IHdhyE3yu2VNqPeF -->
<!-- RQevemknZZApQIvfezpROYyoH3B5rW1CIKLPDGwDjEzNcweU51qOOgS6oqF8H8tj -->
<!-- OhWn1BUbp1JHMqn0v2RH0aofU04yMHPCb7d4gp1c/0a7ayIdiAv4G6o0pvyM9d1/ -->
<!-- ZYyMMVcx0DbsR6HPy4uo7xwYWMUGd8pLm1GvTAhKeo/io1Lijo7MJuSy2OU4wqjt -->
<!-- xoGcNWupWGFKCpe0S0K2VZ2+medwbVn4bSoMfxlgXwyaiGwwrFIJkBYb/yud29Ag -->
<!-- yonqKH4yjhnfe0gzHtdl+K7J+IMUk3Z9ZNCOzr41ff9yMU2fnr0ebC+ojwwGUPuM -->
<!-- J7N2yfTm18M04oyHIYZh/r9VdOEhdwMKaGy75Mmp5s9ZJet87EUOeWZo6CLNuO+Y -->
<!-- hU2WETwJitB/vCgoE/tqylSNklzNwmWYBp7OSFvUtTeTRkF8B93P+kPvumdh/31J -->
<!-- 4LswfVyA4+YWOUunMYIESjCCBEYCAQEwgZEwfTELMAkGA1UEBhMCR0IxGzAZBgNV -->
<!-- BAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE -->
<!-- ChMRQ09NT0RPIENBIExpbWl0ZWQxIzAhBgNVBAMTGkNPTU9ETyBSU0EgQ29kZSBT -->
<!-- aWduaW5nIENBAhBIXeuJwRKco7aAJIAaMUvSMA0GCWCGSAFlAwQCAQUAoHwwEAYK -->
<!-- KwYBBAGCNwIBDDECMAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYB -->
<!-- BAGCNwIBCzEOMAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIKrJax0WPZzp -->
<!-- 4k0yVWf5KwYbsw2eNxuNh1zFnndoUUtnMA0GCSqGSIb3DQEBAQUABIIBACmC7L/w -->
<!-- S9GwsCqB3nUcF2jd9KdbHFqxyCMrb0XaD6sBv8LpMj8ojoHIWKISGr+49BJ61enh -->
<!-- y+yab9fcciChdJZD6yJNVHOcyZ/kSJWqO5f4GSa3C61XNC7ZNq7ZnddFW/f+AT01 -->
<!-- 3yRNsKV8chHIgV5eW3gX2l34mjwZ/6WJWJ2X/893S601J1GM2holx1UD44l9kcyT -->
<!-- kKk0jSM6RYloXY9fYUUjywVgUqMUt/bWauvhayIlsC49s8j8Hr5AWyMhKzyPAWMJ -->
<!-- uQvqeRPfSJGWcWp2WzUEJPMD9xmg9ki1xK7YyH+zBbiRpBLiHHI0jjzPdZCb5ydG -->
<!-- AqIqBA1MnIIhIQChggILMIICBwYJKoZIhvcNAQkGMYIB+DCCAfQCAQEwcjBeMQsw -->
<!-- CQYDVQQGEwJVUzEdMBsGA1UEChMUU3ltYW50ZWMgQ29ycG9yYXRpb24xMDAuBgNV -->
<!-- BAMTJ1N5bWFudGVjIFRpbWUgU3RhbXBpbmcgU2VydmljZXMgQ0EgLSBHMgIQDs/0 -->
<!-- OMj+vzVuBNhqmBsaUDAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -->
<!-- DQEHATAcBgkqhkiG9w0BCQUxDxcNMTcwODE4MjIxMDI3WjAjBgkqhkiG9w0BCQQx -->
<!-- FgQUwuEm1Hy7SLmfKdCtdJDSvGaalaIwDQYJKoZIhvcNAQEBBQAEggEAkj7/JxV3 -->
<!-- KeBaA5HAB4eaJCeSHiEncRfM0XCk/NX09HUcAam+pVxCkqQIQeyKnhj9uGsKn7l3 -->
<!-- p/p7zkPozw/DlpTGm9GQQsriVx/eu2hVZivO0xxTmsYBmlR9Eg9sIW5ecT9OaEDD -->
<!-- Z84jLKYMYkokNDTemaimMLdSM1EJWRisyNvF6dq7yn69riEzv1ofi0k8OfqxwI5f -->
<!-- 3YWe27VxtMZhnbWIpqhhBPj53DUBFbywr1m0BQXrTu4QATpOO1kf5aS8k7JFTeEF -->
<!-- mhrr4ZIw/BEjyYsbBsNToNxJLb1zHJuxf3HGJS0BtbjC9eY8JhccKlCxpPcAbgAe -->
<!-- /cpVc9jZ/7p5Wg== -->
<!-- SIG # End signature block -->