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 --> <!-- MIIlpQYJKoZIhvcNAQcCoIIlljCCJZICAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCD17r0Z/Gj9sLuJ --> <!-- 64QBi5+XF1dzyjr7bwWJInoCjWqj2KCCFhowggVMMIIDNKADAgECAhMzAAAANdjV --> <!-- WVsGcUErAAAAAAA1MA0GCSqGSIb3DQEBBQUAMH8xCzAJBgNVBAYTAlVTMRMwEQYD --> <!-- VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy --> <!-- b3NvZnQgQ29ycG9yYXRpb24xKTAnBgNVBAMTIE1pY3Jvc29mdCBDb2RlIFZlcmlm --> <!-- aWNhdGlvbiBSb290MB4XDTEzMDgxNTIwMjYzMFoXDTIzMDgxNTIwMzYzMFowbzEL --> <!-- MAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRU --> <!-- cnVzdCBFeHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0 --> <!-- ZXJuYWwgQ0EgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3 --> <!-- GjPm8gAELTngTlvtH7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrW --> <!-- lymUWoCwSXrbLpX9uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6s --> <!-- YapeFI+eh6FqUNzXmk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpP --> <!-- hNjfzp/haW+710LXa0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSo --> <!-- RcRdKn23tNbE7qzNE0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNC --> <!-- bxWyuHv77+ldU9U0WicCAwEAAaOB0DCBzTATBgNVHSUEDDAKBggrBgEFBQcDAzAS --> <!-- BgNVHRMBAf8ECDAGAQH/AgECMB0GA1UdDgQWBBStvZh6NLQm9/rEJlTvA73gJMtU --> <!-- GjALBgNVHQ8EBAMCAYYwHwYDVR0jBBgwFoAUYvsKIVt/Q24R2glUUGv10pZx8Z4w --> <!-- VQYDVR0fBE4wTDBKoEigRoZEaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9j --> <!-- cmwvcHJvZHVjdHMvTWljcm9zb2Z0Q29kZVZlcmlmUm9vdC5jcmwwDQYJKoZIhvcN --> <!-- AQEFBQADggIBADYrovLhMx/kk/fyaYXGZA7Jm2Mv5HA3mP2U7HvP+KFCRvntak6N --> <!-- NGk2BVV6HrutjJlClgbpJagmhL7BvxapfKpbBLf90cD0Ar4o7fV3x5v+OvbowXvT --> <!-- gqv6FE7PK8/l1bVIQLGjj4OLrSslU6umNM7yQ/dPLOndHk5atrroOxCZJAC8UP14 --> <!-- 9uUjqImUk/e3QTA3Sle35kTZyd+ZBapE/HSvgmTMB8sBtgnDLuPoMqe0n0F4x6GE --> <!-- NlRi8uwVCsjq0IT48eBr9FYSX5Xg/N23dpP+KUol6QQA8bQRDsmEntsXffUepY42 --> <!-- KRk6bWxGS9ercCQojQWj2dUk8vig0TyCOdSogg5pOoEJ/Abwx1kzhDaTBkGRIywi --> <!-- pacBK1C0KK7bRrBZG4azm4foSU45C20U30wDMB4fX3Su9VtZA1PsmBbg0GI1dRtI --> <!-- uH0T5XpIuHdSpAeYJTsGm3pOam9Ehk8UTyd5Jz1Qc0FMnEE+3SkMc7HH+x92DBdl --> <!-- BOvSUBCSQUns5AZ9NhVEb4m/aX35TUDBOpi2oH4x0rWuyvtT1T9Qhs1ekzttXXya --> <!-- Pz/3qSVYhN0RSQCix8ieN913jm1xi+BbgTRdVLrM9ZNHiG3n71viKOSAG0DkDyrR --> <!-- fyMVZVqsmZRDP0ZVJtbE+oiV4pGaoy0Lhd6sjOD5Z3CfcXkCMfdhoinEMIIFajCC --> <!-- BFKgAwIBAgIRAMrweR1t1bu9z9KSImtE18gwDQYJKoZIhvcNAQELBQAwfTELMAkG --> <!-- A1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMH --> <!-- U2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxIzAhBgNVBAMTGkNP --> <!-- TU9ETyBSU0EgQ29kZSBTaWduaW5nIENBMB4XDTE3MTEwOTAwMDAwMFoXDTE4MTEw --> <!-- OTIzNTk1OVowgdIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQRDAU5NDMwNDELMAkGA1UE --> <!-- CAwCQ0ExEjAQBgNVBAcMCVBhbG8gQWx0bzEcMBoGA1UECQwTMzAwMCBIYW5vdmVy --> <!-- IFN0cmVldDErMCkGA1UECgwiSGV3bGV0dCBQYWNrYXJkIEVudGVycHJpc2UgQ29t --> <!-- cGFueTEaMBgGA1UECwwRSFAgQ3liZXIgU2VjdXJpdHkxKzApBgNVBAMMIkhld2xl --> <!-- dHQgUGFja2FyZCBFbnRlcnByaXNlIENvbXBhbnkwggEiMA0GCSqGSIb3DQEBAQUA --> <!-- A4IBDwAwggEKAoIBAQCfY9MkbYyF0XdnYSEOHfuTNDmCvkzhhNsjbeI9I9/mkvQs --> <!-- 2MoyUPKPVNdXom5/FAmY34gOZ1/NEz2Fzbmx1TYfdNyj30iIrXMK5xhSdR3BmAvu --> <!-- plWQnlaetJXsjvBJe/DwWYzWolyedV33bFV3owX9GqfkW6b1R4xpnOESfNBh5K7J --> <!-- iXKDaK8As++Cx0+f4K77FsTWHflUeao519uIsFbFRxURQjxql0ydx8GpCCzEF6pa --> <!-- KQVx/WG7g/368P5GmqxVeH86kN4i1qGudQ+dMLwxdhm3fHNpXBnEOsdGfuWtC2ls --> <!-- pBY6LuTNP6fcXBRctJTCH5rA6F+QzhmfmXndMBKzAgMBAAGjggGNMIIBiTAfBgNV --> <!-- HSMEGDAWgBQpkWD/ik366/mmarjP+eZLvUnOEjAdBgNVHQ4EFgQUTkSybbkdnXe7 --> <!-- pkRTy3t6SaDOyKswDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQCMAAwEwYDVR0l --> <!-- BAwwCgYIKwYBBQUHAwMwEQYJYIZIAYb4QgEBBAQDAgQQMEYGA1UdIAQ/MD0wOwYM --> <!-- KwYBBAGyMQECAQMCMCswKQYIKwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9k --> <!-- by5uZXQvQ1BTMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwuY29tb2RvY2Eu --> <!-- Y29tL0NPTU9ET1JTQUNvZGVTaWduaW5nQ0EuY3JsMHQGCCsGAQUFBwEBBGgwZjA+ --> <!-- BggrBgEFBQcwAoYyaHR0cDovL2NydC5jb21vZG9jYS5jb20vQ09NT0RPUlNBQ29k --> <!-- ZVNpZ25pbmdDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmNvbW9kb2Nh --> <!-- LmNvbTANBgkqhkiG9w0BAQsFAAOCAQEAByfbvBvqLus0/hnJSNhw5PagGRRWNDwf --> <!-- sd09noRqnkpgwbtMoP8tHOCuAbEMqrhSczgkhhk6g3yq4GSno2wnJ4qbPG4SP9zt --> <!-- HHluPmHLdEQhRQIJ9bphZiItQzbGIHFbM0W4w/U7OT2CPBZbiZ7EXTknGnkOZmJm --> <!-- uwk9MUfzgVPRRFlw0gfV10QW2dRGHCQkxtyBe9yArO3Ha6o/qEKV7GAo5dut/Su4 --> <!-- NRUaUEFTkz3dcOLJN5oVjiGrhGmzgKIiEos4qxpp4Aqba8RNodgLNi3MGeVwCypm --> <!-- bzObZPJGrgAxuP1r4KNBQfG9jj/IQb6XMWm0pIy4Pd8AmFwRsl+jlTCCBXQwggRc --> <!-- oAMCAQICECdm7lbrSfOOq9dwovyE3iIwDQYJKoZIhvcNAQEMBQAwbzELMAkGA1UE --> <!-- BhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBF --> <!-- eHRlcm5hbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwg --> <!-- Q0EgUm9vdDAeFw0wMDA1MzAxMDQ4MzhaFw0yMDA1MzAxMDQ4MzhaMIGFMQswCQYD --> <!-- VQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT --> <!-- YWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDErMCkGA1UEAxMiQ09N --> <!-- T0RPIFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEB --> <!-- BQADggIPADCCAgoCggIBAJHoVJLSClaxrA0k3cXPRGd0mSs3o30jcABxvFPfxPoq --> <!-- Eo9LfxBWvZ9wcrdhf8lLDxenPeOwBGHu/xGXx/SGPgr6Plz5k+Y0etkUa+ecs4Wg --> <!-- gnp2r3GQ1+z9DfqcbPrfsIL0FH75vsSmL09/mX+1/GdDcr0MANaJ62ss0+2PmBwU --> <!-- q37l42782KjkkiTaQ2tiuFX96sG8bLaL8w6NmuSbbGmZ+HhIMEXVreENPEVg/DKW --> <!-- USe8Z8PKLrZr6kbHxyCgsR9l3kgIuqROqfKDRjeE6+jMgUhDZ05yKptcvUwbKIpc --> <!-- Inu0q5jZ7uBRg8MJRk5tPpn6lRfafDNXQTyNUe0LtlyvLGMa31fIP7zpXcSbr0WZ --> <!-- 4qNaJLS6qVY9z2+q/0lYvvCo//S4rek3+7q49As6+ehDQh6J2ITLE/HZu+GJYLiM --> <!-- KFasFB2cCudx688O3T2plqFIvTz3r7UNIkzAEYHsVjv206LiW7eyBCJSlYCTaeiO --> <!-- TGXxkQMtcHQC6otnFSlpUgK7199QalVGv6CjKGF/cNDDoqosIapHziicBkV2v4IY --> <!-- J7TVrrTLUOZr9EyGcTDppt8WhuDY/0Dd+9BCiH+jMzouXB5BEYFjzhhxayvspoq3 --> <!-- MVw6akfgw3lZ1iAar/JqmKpyvFdK0kuduxD8sExB5e0dPV4onZzMv7NR2qdH5YRT --> <!-- AgMBAAGjgfQwgfEwHwYDVR0jBBgwFoAUrb2YejS0Jvf6xCZU7wO94CTLVBowHQYD --> <!-- VR0OBBYEFLuvfgI9+qbxPISOre44mOzZMjLUMA4GA1UdDwEB/wQEAwIBhjAPBgNV --> <!-- HRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBEBgNVHR8EPTA7MDmgN6A1 --> <!-- hjNodHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vQWRkVHJ1c3RFeHRlcm5hbENBUm9v --> <!-- dC5jcmwwNQYIKwYBBQUHAQEEKTAnMCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51 --> <!-- c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBDAUAA4IBAQBkv4PxX5qF0M24oSlXDeha --> <!-- 99HpPvJ2BG7xUnC7Hjz/TQ10asyBgiXTw6AqXUz1uouhbcRUCXXH4ycOXYR5N0AT --> <!-- d/W0rBzQO6sXEtbvNBh+K+l506tXRQyvKPrQ2+VQlYi734VXaX2S2FLKc4G/HPPm --> <!-- uG5mEQWzHpQtf5GVklnxTM6jkXFMfEcMOwsZ9qGxbIY+XKrELoLL+QeWukhNkPKU --> <!-- yKlzousGeyOd3qLzTVWfemFFmBhox15AayP1eXrvjLVri7dvRvR78T1LBNiTgFla --> <!-- 4EEkHbKPFWBYR9vvbkb9FfXZX5qz29i45ECzzZc5roW7HY683Ieb0abv8TtvEDhv --> <!-- MIIF4DCCA8igAwIBAgIQLnyHzA6TSlL+lP0ct800rzANBgkqhkiG9w0BAQwFADCB --> <!-- hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G --> <!-- A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV --> <!-- BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTMwNTA5 --> <!-- MDAwMDAwWhcNMjgwNTA4MjM1OTU5WjB9MQswCQYDVQQGEwJHQjEbMBkGA1UECBMS --> <!-- R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFD --> <!-- T01PRE8gQ0EgTGltaXRlZDEjMCEGA1UEAxMaQ09NT0RPIFJTQSBDb2RlIFNpZ25p --> <!-- bmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCmmJBjd5E0f4rR --> <!-- 3elnMRHrzB79MR2zuWJXP5O8W+OfHiQyESdrvFGRp8+eniWzX4GoGA8dHiAwDvth --> <!-- e4YJs+P9omidHCydv3Lj5HWg5TUjjsmK7hoMZMfYQqF7tVIDSzqwjiNLS2PgIpQ3 --> <!-- e9V5kAoUGFEs5v7BEvAcP2FhCoyi3PbDMKrNKBh1SMF5WgjNu4xVjPfUdpA6M0ZQ --> <!-- c5hc9IVKaw+A3V7Wvf2pL8Al9fl4141fEMJEVTyQPDFGy3CuB6kK46/BAW+QGiPi --> <!-- XzjbxghdR7ODQfAuADcUuRKqeZJSzYcPe9hiKaR+ML0btYxytEjy4+gh+V5MYnmL --> <!-- Agaff9ULAgMBAAGjggFRMIIBTTAfBgNVHSMEGDAWgBS7r34CPfqm8TyEjq3uOJjs --> <!-- 2TIy1DAdBgNVHQ4EFgQUKZFg/4pN+uv5pmq4z/nmS71JzhIwDgYDVR0PAQH/BAQD --> <!-- AgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwEwYDVR0lBAwwCgYIKwYBBQUHAwMwEQYD --> <!-- VR0gBAowCDAGBgRVHSAAMEwGA1UdHwRFMEMwQaA/oD2GO2h0dHA6Ly9jcmwuY29t --> <!-- b2RvY2EuY29tL0NPTU9ET1JTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHEG --> <!-- CCsGAQUFBwEBBGUwYzA7BggrBgEFBQcwAoYvaHR0cDovL2NydC5jb21vZG9jYS5j --> <!-- b20vQ09NT0RPUlNBQWRkVHJ1c3RDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9v --> <!-- Y3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAAj8COcPu+Mo7id4M --> <!-- bU2x8U6ST6/COCwEzMVjEasJY6+rotcCP8xvGcM91hoIlP8l2KmIpysQGuCbsQci --> <!-- GlEcOtTh6Qm/5iR0rx57FjFuI+9UUS1SAuJ1CAVM8bdR4VEAxof2bO4QRHZXavHf --> <!-- WGshqknUfDdOvf+2dVRAGDZXZxHNTwLk/vPa/HUX2+y392UJI0kfQ1eD6n4gd2HI --> <!-- TfK7ZU2o94VFB696aSdlkClAi997OlE5jKgfcHmtbUIgos8MbAOMTM1zB5TnWo46 --> <!-- BLqioXwfy2M6FafUFRunUkcyqfS/ZEfRqh9TTjIwc8Jvt3iCnVz/RrtrIh2IC/gb --> <!-- qjSm/Iz13X9ljIwxVzHQNuxHoc/Li6jvHBhYxQZ3ykubUa9MCEp6j+KjUuKOjswm --> <!-- 5LLY5TjCqO3GgZw1a6lYYUoKl7RLQrZVnb6Z53BtWfhtKgx/GWBfDJqIbDCsUgmQ --> <!-- Fhv/K53b0CDKieoofjKOGd97SDMe12X4rsn4gxSTdn1k0I7OvjV9/3IxTZ+evR5s --> <!-- L6iPDAZQ+4wns3bJ9ObXwzTijIchhmH+v1V04SF3AwpobLvkyanmz1kl63zsRQ55 --> <!-- ZmjoIs2475iFTZYRPAmK0H+8KCgT+2rKVI2SXM3CZZgGns5IW9S1N5NGQXwH3c/6 --> <!-- Q++6Z2H/fUnguzB9XIDj5hY5S6cxgg7hMIIO3QIBATCBkjB9MQswCQYDVQQGEwJH --> <!-- QjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3Jk --> <!-- MRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDEjMCEGA1UEAxMaQ09NT0RPIFJT --> <!-- QSBDb2RlIFNpZ25pbmcgQ0ECEQDK8HkdbdW7vc/SkiJrRNfIMA0GCWCGSAFlAwQC --> <!-- AQUAoHwwEAYKKwYBBAGCNwIBDDECMAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcC --> <!-- AQQwHAYKKwYBBAGCNwIBCzEOMAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIE --> <!-- IKrJax0WPZzp4k0yVWf5KwYbsw2eNxuNh1zFnndoUUtnMA0GCSqGSIb3DQEBAQUA --> <!-- BIIBAAFIdpq7jhgI4wQXLLFPl/WDlkqMbUethCn0enwZthcoJHDdUi/v6NC3156k --> <!-- LNRYkTdPVcLowEaBBP+DBBlaMYGcTXKBrFnMFqfXujYH4CcKsQb/srXk/DtIF3Lh --> <!-- HS+06Xk/8gGVZXWTBoTNXJIZ9IDIqIGAxwCZsTfPhU2I1MPzPjgsfgJYjJpoyQOQ --> <!-- z2xeVQVoytpoMExloukCV0zr8G7ri6DraGxOATM/EU4dMgeJgUp4p3XyDTjcKEgN --> <!-- 2hs43/z6PEeAVhg+epNLqGLweMT8dOHhg1ds+cyewtH5ltwk1d3nf++of1mPywXS --> <!-- S9h8hldmwqh0M/eoadisz/8oZbKhggyhMIIMnQYKKwYBBAGCNwMDATGCDI0wggyJ --> <!-- BgkqhkiG9w0BBwKgggx6MIIMdgIBAzEPMA0GCWCGSAFlAwQCAQUAMIHdBgsqhkiG --> <!-- 9w0BCRABBKCBzQSByjCBxwIBAQYJKwYBBAGgMgIDMDEwDQYJYIZIAWUDBAIBBQAE --> <!-- IBo0PyWj24Igyp5tqQJYiG6b3LKMWhTqncrMcShHB4f2AhQeq3fchxDbYVtBgPH0 --> <!-- qOosD9jCdRgPMjAxODAyMDUxNjUyMzJaoF2kWzBZMQswCQYDVQQGEwJTRzEfMB0G --> <!-- A1UEChMWR01PIEdsb2JhbFNpZ24gUHRlIEx0ZDEpMCcGA1UEAxMgR2xvYmFsU2ln --> <!-- biBUU0EgZm9yIEFkdmFuY2VkIC0gRzKgggjGMIIEqTCCA5GgAwIBAgISESEG8Q/O --> <!-- aPCb+uVbGM2PIAF3MA0GCSqGSIb3DQEBCwUAMFsxCzAJBgNVBAYTAkJFMRkwFwYD --> <!-- VQQKExBHbG9iYWxTaWduIG52LXNhMTEwLwYDVQQDEyhHbG9iYWxTaWduIFRpbWVz --> <!-- dGFtcGluZyBDQSAtIFNIQTI1NiAtIEcyMB4XDTE2MDUyNDAwMDAwMFoXDTI3MDYy --> <!-- NDAwMDAwMFowWTELMAkGA1UEBhMCU0cxHzAdBgNVBAoTFkdNTyBHbG9iYWxTaWdu --> <!-- IFB0ZSBMdGQxKTAnBgNVBAMTIEdsb2JhbFNpZ24gVFNBIGZvciBBZHZhbmNlZCAt --> <!-- IEcyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt8eSiijY85HLUA1d --> <!-- 6ylEwYJZpcpkzr2DtVHllMxugJoXbNz/YuY2Q14Bwgxkjcp3nvZdd0W5Xsgk60E3 --> <!-- EWY3rMjNdJvMs+9M4n8bznO+yZadNR5891T3bOygEtaumZ1jxHhfWakuIvXDJ9iy --> <!-- W0VjJ5D/jLE9qbTzDsDxIGUGiZ0DHKOwUkGFNOu8y85U9hL+swGJSqb6VMUf+9Mc --> <!-- wOO/l+M/0Bv5QMcb1esmfEMwx3DyeBGqhU6lDg0ASjoRd6PKIwGAnsiTVl1GzIrY --> <!-- 0qoKhIWyiVvVMs5BexhOVMqr0VJeEtMknlbzDI/dvZKOedVBicOjoOWR/MdnnYcz --> <!-- znEycwIDAQABo4IBZzCCAWMwDgYDVR0PAQH/BAQDAgeAMEwGA1UdIARFMEMwQQYJ --> <!-- KwYBBAGgMgEeMDQwMgYIKwYBBQUHAgEWJmh0dHBzOi8vd3d3Lmdsb2JhbHNpZ24u --> <!-- Y29tL3JlcG9zaXRvcnkvMAkGA1UdEwQCMAAwFgYDVR0lAQH/BAwwCgYIKwYBBQUH --> <!-- AwgwRgYDVR0fBD8wPTA7oDmgN4Y1aHR0cDovL2NybC5nbG9iYWxzaWduLmNvbS9n --> <!-- cy9nc3RpbWVzdGFtcGluZ3NoYTJnMi5jcmwwWAYIKwYBBQUHAQEETDBKMEgGCCsG --> <!-- AQUFBzAChjxodHRwOi8vc2VjdXJlLmdsb2JhbHNpZ24uY29tL2NhY2VydC9nc3Rp --> <!-- bWVzdGFtcGluZ3NoYTJnMi5jcnQwHQYDVR0OBBYEFC1ubtGN5QOA7udj6afZ2gs8 --> <!-- VyI9MB8GA1UdIwQYMBaAFJIhp0qVXWSwm7Qe5gA3R+adQStMMA0GCSqGSIb3DQEB --> <!-- CwUAA4IBAQBXnVPk3e6lLN7kv2KAomGGSp+bnSQjMJuPJ4cv+gRZznCIPUZSd8Sb --> <!-- RdKPvbchGEnYLof/ki53+T8K+aAhXBNP5IQrKIfMXBW5E6viElXD+EUeSRnOqnUP --> <!-- IejvUfw0LAsyBQmy5BZprdkufuH8LUi/GtN0NQE63zBDcGd6ONe6EcJW+zFIulvx --> <!-- IRJi4HaJkR9JONRYTXkJiqnabwLWreTaiX1M2bEwcEBq20W6U3aQ3EtCFiHP5NJY --> <!-- lNRVZZt2A6yuGAi2gxKMQT5fgEVkyInUMxehoUy9P8SS/n+F8r6xrNf2nsvOEyru --> <!-- AkNP/P9wNTSjM3zP4g0yJCB8AD6jMhHeMIIEFTCCAv2gAwIBAgILBAAAAAABMYnG --> <!-- UAQwDQYJKoZIhvcNAQELBQAwTDEgMB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENB --> <!-- IC0gUjMxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24w --> <!-- HhcNMTEwODAyMTAwMDAwWhcNMjkwMzI5MTAwMDAwWjBbMQswCQYDVQQGEwJCRTEZ --> <!-- MBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTExMC8GA1UEAxMoR2xvYmFsU2lnbiBU --> <!-- aW1lc3RhbXBpbmcgQ0EgLSBTSEEyNTYgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQAD --> <!-- ggEPADCCAQoCggEBAKqbjsOrEVElAbaWlOJP2MEI9kYj2UXFlZdbqxq/0mxXyTMG --> <!-- H6APxjx+U0h6v52Hnq/uw4xH4ULs4+OhSmwMF8SmwbnNW/EeRImO/gveIVgT7k3I --> <!-- xWcLHLKz8TR2kaLLB203xaBHJgIVpJCRqXme1+tXnSt8ItgU1/EHHngiNmt3ea+v --> <!-- +X+OTuG1CDH96u1LcWKMI/EDOY9EebZ2A1eerS8IRtzSjLz0jnTOyGhpUXYRiw9d --> <!-- JFsZVD0mzECNgicbWSB9WfaTgI74Kjj9a6BAZR9XdsxbjgRPLKjbhFATT8bci7n4 --> <!-- 3WlMiOucezAm/HpYu1m8FHKSgVe3dsnYgAqAbgkCAwEAAaOB6DCB5TAOBgNVHQ8B --> <!-- Af8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUkiGnSpVdZLCb --> <!-- tB7mADdH5p1BK0wwRwYDVR0gBEAwPjA8BgRVHSAAMDQwMgYIKwYBBQUHAgEWJmh0 --> <!-- dHBzOi8vd3d3Lmdsb2JhbHNpZ24uY29tL3JlcG9zaXRvcnkvMDYGA1UdHwQvMC0w --> <!-- K6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFsc2lnbi5uZXQvcm9vdC1yMy5jcmwwHwYD --> <!-- VR0jBBgwFoAUj/BLf6guRSSuTVD6Y5qL3uLdG7wwDQYJKoZIhvcNAQELBQADggEB --> <!-- AARWgkp80M7JvzZm0b41npNsl+gGzjEYWflsQV+ALsBCJbgYx/zUsTfEaKDPKGoD --> <!-- dEtjl4V3YTvXL+P1vTOikn0RH56KbO8ssPRijTZz0RY28bxe7LSAmHj80nZ56OEh --> <!-- lOAfxKLhqmfbs5xz5UAizznO2+Z3lae7ssv2GYadn8jUmAWycW9Oda7xPWRqO15O --> <!-- RqYqXQiS8aPzHXS/Yg0jjFwqOJXSwNXNz4jaHyi1uoFpZCq1pqLVc6/cRtsErpHX --> <!-- bsWYutRHxFZ0gEd4WIy+7yv97Gy/0ZT3v1Dge+CQ/SAYeBgiXQgujBygl/MdmX2j --> <!-- nZHTBkROBG56HCDjNvC2ULkxggK0MIICsAIBATBxMFsxCzAJBgNVBAYTAkJFMRkw --> <!-- FwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTEwLwYDVQQDEyhHbG9iYWxTaWduIFRp --> <!-- bWVzdGFtcGluZyBDQSAtIFNIQTI1NiAtIEcyAhIRIQbxD85o8Jv65VsYzY8gAXcw --> <!-- DQYJYIZIAWUDBAIBBQCgggEUMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAc --> <!-- BgkqhkiG9w0BCQUxDxcNMTgwMjA1MTY1MjMyWjAvBgkqhkiG9w0BCQQxIgQglCg5 --> <!-- uk/CQ4e0ECS+nSZP+aQvtp1b3rvgwFd0T76NhwswgaYGCyqGSIb3DQEJEAIMMYGW --> <!-- MIGTMIGQMIGNBBR9VdjnWlai/HOCQ/e4VIdcXLUqDTB1MF+kXTBbMQswCQYDVQQG --> <!-- EwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTExMC8GA1UEAxMoR2xvYmFs --> <!-- U2lnbiBUaW1lc3RhbXBpbmcgQ0EgLSBTSEEyNTYgLSBHMgISESEG8Q/OaPCb+uVb --> <!-- GM2PIAF3MA0GCSqGSIb3DQEBAQUABIIBAKIvamJVPAv9t5fktzJnO0WwLF9gmBx6 --> <!-- bm6hAlBPrd4cVivR415p/zs2vBA3Y16z9pY+6Y3tdP4+GN3jQ32qGzXaodd86lbs --> <!-- mrZPQW641NcObsNCS8wURb4i2Fyg0V+QYVvvZhl+bZkVsi9kbkNHo0PP9Ex3FYUz --> <!-- ERV3UyBcLDn2jWdj35P7YrUQs07cbf4nOU/94zqmZnQQNzvsYV9gAm+pJaJmRKhA --> <!-- E65/O0uOr6sXtiVOjZcNgoTa+ccYn8WO5d+pesY9dqVpqkPx5R/zusNTPM0BYwiw --> <!-- 1E1NySTK/KNgqevP2wLZJpyVJPXaXXr1ZInetKonX4Sap24f7Kj2usI= --> <!-- SIG # End signature block --> |