Appliance.format.ps1xml
<?xml version="1.0" encoding="utf-8"?>
<Configuration> <SelectionSets> <!-- ApplianceTrustedCertificateTypes --> <SelectionSet> <Name>ApplianceTrustedCertificateTypes</Name> <Types> <TypeName>HPEOneView.Appliance.TrustedCertificate</TypeName> <TypeName>HPEOneView.Appliance.TrustedCertificateAuthority</TypeName> </Types> </SelectionSet> <!-- ApplianceSnmpTrapDestinationTypes --> <SelectionSet> <Name>ApplianceSnmpTrapDestinationTypes</Name> <Types> <TypeName>HPEOneView.Appliance.SnmpV1TrapDestination</TypeName> <TypeName>HPEOneView.Appliance.SnmpV3TrapDestination</TypeName> </Types> </SelectionSet> <!-- PowerDeliveryDeviceTypes --> <SelectionSet> <Name>PowerDeliveryDeviceTypes</Name> <Types> <TypeName>HPEOneView.PowerDeliveryDevice</TypeName> <TypeName>HPEOneView.PowerDeliveryDevice.PduAcModule</TypeName> <TypeName>HPEOneView.PowerDeliveryDevice.LoadSegment</TypeName> <TypeName>HPEOneView.PowerDeliveryDevice.OutletBar</TypeName> <TypeName>HPEOneView.PowerDeliveryDevice.Outlet</TypeName> </Types> </SelectionSet> </SelectionSets> <Controls> <!--ApplianceTrustedCertificateTypes-GroupingFormat--> <Control> <Name>ApplianceTrustedCertificateTypes-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Type: </Text> <ExpressionBinding> <ScriptBlock> Switch ($_.GetType().Name) { 'TrustedCertificateAuthority' { 'TrustedCertificateAuthority' } 'TrustedCertificate' { 'TrustedCertificate' } } </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <!--ApplianceSnmpTrapDestinationTypes-GroupingFormat--> <Control> <Name>ApplianceSnmpTrapDestinationTypes-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Type: </Text> <ExpressionBinding> <ScriptBlock> $_.Type </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <!--PowerDeliveryDevice-GroupingFormat--> <Control> <Name>PowerDeliveryDevice-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>DeviceType: </Text> <ExpressionBinding> <ScriptBlock> $_.deviceType </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <!--ApplianceSecurityProtocolMode-GroupingFormat--> <Control> <Name>ApplianceSecurityProtocolMode-GroupingFormat</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text>Mode: </Text> <ExpressionBinding> <ScriptBlock> $_.Mode </ScriptBlock> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <ViewDefinitions> <!--HPEOneView.Appliance.ComposerNetworkInterface FT--> <View> <Name>HPEOneView.Appliance.ComposerNetworkInterface</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ComposerNetworkInterface</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Interface</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ComposerRole</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4MaintenanceAddress</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4SubnetMask</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6MaintenanceAddress</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Interface</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ComposerRole</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4Type</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4MaintenanceAddress</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4SubnetMask</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv6Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv6Type</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv6MaintenanceAddress</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.NetworkInterface FT--> <View> <Name>HPEOneView.Appliance.NetworkInterface</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.NetworkInterface</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Interface</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv4SubnetMask</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPv6Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Hostname</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Interface</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4Type</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv4SubnetMask</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv6Address</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPv6Type</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Hostname</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.StaticRoute FT--> <View> <Name>StaticRoute</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.StaticRoute</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Destination</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Gateway</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Metric</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Interface</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Destination</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Gateway</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Metric</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Interface</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.ScopeCollection FT--> <View> <Name>ScopeCollection</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ScopeCollection</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Members</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Members</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.ScopeCollectionMemberEntry FT--> <View> <Name>ScopeCollectionMemberEntry</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.ComposerNode</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Version</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Role</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>modelNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>version</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>role</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ComposerNode FL--> <View> <Name>ComposerNode</Name> <ViewSelectedBy> <TypeName>HPEOneView.ComposerNode</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>modelNumber</PropertyName> </ListItem> <ListItem> <Label>Version</Label> <PropertyName>version</PropertyName> </ListItem> <ListItem> <Label>Role</Label> <PropertyName>role</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--RemoteSyslog FT--> <View> <Name>RemoteSyslog</Name> <ViewSelectedBy> <TypeName>HPEOneView.RemoteSyslog</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Destination</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Port</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>remoteSyslogDestination</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>remoteSyslogPort</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enabled</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--RemoteSyslog FL--> <View> <Name>RemoteSyslog</Name> <ViewSelectedBy> <TypeName>HPEOneView.RemoteSyslog</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Destination</Label> <PropertyName>remoteSyslogDestination</PropertyName> </ListItem> <ListItem> <Label>Port</Label> <PropertyName>remoteSyslogPort</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <PropertyName>enabled</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--LoginMessage FL--> <View> <Name>LoginMessage</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.LoginMessage</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Message</Label> <PropertyName>Message</PropertyName> </ListItem> <ListItem> <Label>Acknowledge</Label> <PropertyName>Acknowledgment</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--LoginMessage FT--> <View> <Name>LoginMessage</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.LoginMessage</TypeName> </ViewSelectedBy> <TableControl> <!--<AutoSize/>--> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Message</Label> <Alignment>Left</Alignment> <Width>25</Width> </TableColumnHeader> <TableColumnHeader> <Label>Acknowledge</Label> <Alignment>Right</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Message</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Acknowledgment</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ApplianceConnection FT--> <View> <Name>ApplianceConnection</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.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>HPEOneView.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>HPEOneView.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>HPEOneView.Appliance.RemoteSupportConfig</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Company</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AutoEnableDevices</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MarketingOptIn</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>InsightOnlineEnabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enableRemoteSupport</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>companyName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>autoEnableDevices</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>marketingOptIn</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>InsightOnlineEnabled</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--RemoteSupportConfig FL--> <View> <Name>RemoteSupportConfig</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.RemoteSupportConfig</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <PropertyName>enableRemoteSupport</PropertyName> </ListItem> <ListItem> <Label>Company</Label> <PropertyName>companyName</PropertyName> </ListItem> <ListItem> <Label>Auto Enable Devices</Label> <PropertyName>autoEnableDevices</PropertyName> </ListItem> <ListItem> <Label>Marketing Opt-In</Label> <PropertyName>marketingOptIn</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.RemoteSupport.Contact FT--> <View> <Name>RemoteSupportContact</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.RemoteSupport.Contact</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Email Address</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Primary Phone</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Default</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0} {1}' -f $_.firstName, $_.lastName</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>email</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>primaryPhone</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>default</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.RemoteSupport.Partner FT--> <View> <Name>RemoteSupportPartner</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.RemoteSupport.Partner</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PartnerType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>City</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Country</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Default</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>partnerType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>city</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>country</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>default</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.TrustedCertificate FT--> <View> <Name>ApplianceTrustedCertificate</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.TrustedCertificate</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.GetType().Name</ScriptBlock> <CustomControlName>ApplianceTrustedCertificateTypes-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AliasName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CertificateStatus</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ValidFrom</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ValidUntil</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AliasName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CertificateStatus</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[DateTime]$_.Certificate.NotBefore</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[DateTime]$_.Certificate.NotAfter</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.TrustedCertificateAuthority FT--> <View> <Name>ApplianceTrustedCertificate</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.TrustedCertificateAuthority</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>$_.GetType().Name</ScriptBlock> <CustomControlName>ApplianceTrustedCertificateTypes-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CRLInfo</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ValidFrom</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ValidUntil</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CRLInfo</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[DateTime]$_.Certificate.NotBefore</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>[DateTime]$_.Certificate.NotAfter</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.RemoteSupport.Schedule FT--> <View> <Name>RemoteSupportSchedule</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.RemoteSupport.DefaultSite FT--> <View> <Name>RemoteSupportDefaultSite</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.RemoteSupport.DefaultSite</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>StreetAddress1</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>StreetAddress2</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ProvinceState</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PostalCode</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CountryCode</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TimeZone</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>streetAddress1</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>streetAddress2</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>provinceState</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>postalCode</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>countryCode</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>timeZone</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--APPLIANCE_SMTPALERTS--> <View> <Name>SmtpConfigurationObject</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SmtpConfiguration</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>AlertEmailDisabled</Label> <PropertyName>alertEmailDisabled</PropertyName> </ListItem> <ListItem> <Label>SenderEmailAddress</Label> <PropertyName>senderEmailAddress</PropertyName> </ListItem> <ListItem> <Label>SmptServer</Label> <PropertyName>smtpServer</PropertyName> </ListItem> <ListItem> <Label>SmtpPort</Label> <PropertyName>smtpPort</PropertyName> </ListItem> <ListItem> <Label>AlertEmailDisabled</Label> <PropertyName>alertEmailDisabled</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--SnmpReadCommunity FT--> <View> <Name>SnmpReadCommunity</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpReadCommunity</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CommunityString</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CommunityString</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--GlobalSetting FT--> <View> <Name>GlobalSetting</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.GlobalSetting</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Value</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>value</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--Appliance.TaskResource FT--> <View> <Name>TaskResource</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.TaskResource</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Owner</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Created</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Duration</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TaskState</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PercentComplete</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>owner</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>Get-Date $_.created</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0:hh\:mm\:ss}" -f ((Get-Date $_.modified) - (Get-Date $_.created))</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>taskState</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>percentComplete</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--Appliance.TaskResource FL--> <View> <Name>TaskResource</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.TaskResource</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Owner</Label> <PropertyName>owner</PropertyName> </ListItem> <ListItem> <Label>Created</Label> <PropertyName>created</PropertyName> </ListItem> <ListItem> <Label>Duration</Label> <ScriptBlock>"{0:hh\:mm\:ss}" -f ((Get-Date $_.modified) - (Get-Date $_.created))</ScriptBlock> </ListItem> <ListItem> <Label>TaskState</Label> <PropertyName>taskState</PropertyName> </ListItem> <ListItem> <Label>Complete</Label> <PropertyName>percentComplete</PropertyName> </ListItem> <ListItem> <Label>ProgressUpdates</Label> <PropertyName>progressUpdates</PropertyName> </ListItem> <ListItem> <Label>TaskErrors</Label> <PropertyName>taskErrors</PropertyName> </ListItem> <ListItem> <Label>ParentTaskUri</Label> <PropertyName>parentTaskUri</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--APPLIANCE_LICENSE FL--> <View> <Name>License</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.License</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Product</Label> <PropertyName>Product</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>Type</PropertyName> </ListItem> <ListItem> <Label>Capacity</Label> <PropertyName>Capacity</PropertyName> </ListItem> <ListItem> <Label>Allocated</Label> <PropertyName>Allocated</PropertyName> </ListItem> <ListItem> <Label>Available</Label> <PropertyName>Available</PropertyName> </ListItem> <ListItem> <Label>Nodes</Label> <PropertyName>Nodes</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--APPLIANCE_USER_ROLES FT--> <View> <Name>UserRole</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.Appliance.User</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Role</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Email</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Office</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Mobile</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>userName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enabled</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.permissions.roleName</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>emailAddress</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>officePhone</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>mobilePhone</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ConnectionPermission FT--> <View> <Name>ConnectionPermission</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ConnectionPermission</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>RoleName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ScopeName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Active</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>RoleName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ScopeName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Active</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--AuthGlobalDirectoryConfiguration FT--> <View> <Name>AuthGlobalDirectoryConfiguration</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AuthGlobalDirectoryConfiguration</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Local Login</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Default Directory</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Directories</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Login Message</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>allowLocalLogin</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>"{0}" -f $_.defaultLoginDomain.name</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>($_.configuredLoginDomains | Sort-Object -property name) | ForEach { $_.name }</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>if ($_.loginMessage.acknowledgment) { 'Enabled' } else { 'Disabled' }</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--AuthDirectory FT--> <View> <Name>AuthDirectory</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AuthDirectory</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>BaseDN</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DirectoryServers</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>authProtocol</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>baseDn</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>($_.directoryServers | Sort-Object -property name) | ForEach { "{0}:{1}" -f $_.directoryServerIpAddress,$_.directoryServerSSLPortNumber }</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--AuthDirectory FL--> <View> <Name>AuthDirectory</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AuthDirectory</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>authProtocol</PropertyName> </ListItem> <ListItem> <Label>BaseDN</Label> <PropertyName>baseDn</PropertyName> </ListItem> <ListItem> <Label>DirectoryServers</Label> <ScriptBlock>($_.directoryServers | Sort-Object -property name) | ForEach { "{0}:{1}" -f $_.directoryServerIpAddress,$_.directoryServerSSLPortNumber }</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--AuthDirectoryServer FT--> <View> <Name>AuthDirectoryServer</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.Appliance.AuthDirectoryServer</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>authProtocol</PropertyName> </ListItem> <ListItem> <Label>BaseDN</Label> <PropertyName>baseDn</PropertyName> </ListItem> <ListItem> <Label>DirectoryServers</Label> <ScriptBlock>($_.directoryServers | Sort-Object -property name) | ForEach { "{0}:{1}" -f $_.directoryServerIpAddress,$_.directoryServerSSLPortNumber }</ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--LdapDirectoryGroup--> <View> <Name>LdapDirectoryGroup</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.Appliance.AuthDirectoryGroupRoleMapping</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Directory</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Permissions</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>egroup</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>loginDomain</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0}' -f [String]::Join(', ', $_.permissions.roleName)</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--APPLIANCE_GLOBALSETTINGS--> <View> <Name>ApplianceGlobalSetting</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.Appliance.AuditLogEntry</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Date</Label> <PropertyName>dateTimeStamp</PropertyName> </ListItem> <ListItem> <Label>Source</Label> <PropertyName>objectType</PropertyName> </ListItem> <ListItem> <Label>Action</Label> <PropertyName>action</PropertyName> </ListItem> <ListItem> <Label>Result</Label> <PropertyName>result</PropertyName> </ListItem> <ListItem> <Label>Severity</Label> <PropertyName>severity</PropertyName> </ListItem> <ListItem> <Label>Details</Label> <PropertyName>msg</PropertyName> </ListItem> <ListItem> <Label>SourceIP</Label> <PropertyName>sourceIp</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--APPLIANCE_ALERTS FT--> <View> <Name>ApplianceAlert</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.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>HPEOneView.Appliance.Baseline</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>State</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>Status</PropertyName> </ListItem> <ListItem> <Label>Version</Label> <PropertyName>Version</PropertyName> </ListItem> <ListItem> <Label>ISOFileName</Label> <PropertyName>IsoFileName</PropertyName> </ListItem> <ListItem> <Label>XMLKeyName</Label> <PropertyName>XmlKeyName</PropertyName> </ListItem> <ListItem> <Label>BundleSize</Label> <ScriptBlock>[HPEOneView.Utilities.Library]::IntToStorageString($_.BundleSize)</ScriptBlock> </ListItem> <ListItem> <Label>Locations</Label> <PropertyName>Locations</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--APPLIANCE_BaselineRepository FT--> <View> <Name>BaselineRepository</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.BaselineRepository</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Type</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Free</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Total</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>repositoryType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0:N2}GB' -f ($_.availableSpace / 1MB)</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0:N2}GB' -f ($_.totalSpace / 1MB)</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--APPLIANCE_SSLCERTIFICATE--> <View> <Name>ApplianceSslCertificateStatus</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.XAPIVersion--> <View> <Name>XAPIVersion</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.Version.Base--> <View> <Name>VersionBase</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.Version.Extended FT--> <View> <Name>VersionExtended</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.Version.Extended FL--> <View> <Name>VersionExtended</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.Update.Pending--> <View> <Name>UpdatePending</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.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>HPEOneView.Appliance.AddressPool</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>poolType</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <PropertyName>enabled</PropertyName> </ListItem> <ListItem> <Label>Count</Label> <PropertyName>totalCount</PropertyName> </ListItem> <ListItem> <Label>Allocated</Label> <PropertyName>allocatedCount</PropertyName> </ListItem> <ListItem> <Label>Available</Label> <PropertyName>freeCount</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--IPAddressSubnet FT--> <View> <Name>IPAddressSubnet</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.IPAddressSubnet</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>NetworkID</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Subnet Mask</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Gateway</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DNSServer</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DomainName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Ranges</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>networkId</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> if ($null -ne $_.subnetMask) { $_.subnetMask } else { $_.prefixLength} </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>gateway</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>dnsServers</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>domain</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> $ac = $_.ApplianceConnection.Name $_.rangeUris | % { (Send-OVRequest $_ -Hostname $ac).name } </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--IPAddressSubnet FL--> <View> <Name>IPAddressSubnet</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.IPAddressSubnet</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>NetworkID</Label> <PropertyName>networkId</PropertyName> </ListItem> <ListItem> <Label>SubnetMask</Label> <ScriptBlock> if ($null -ne $_.subnetMask) { $_.subnetMask } else { $_.prefixLength} </ScriptBlock> </ListItem> <ListItem> <Label>Gateway</Label> <PropertyName>gateway</PropertyName> </ListItem> <ListItem> <Label>DNSServer</Label> <PropertyName>dnsServers</PropertyName> </ListItem> <ListItem> <Label>Domain</Label> <PropertyName>domain</PropertyName> </ListItem> <ListItem> <Label>Ranges</Label> <ScriptBlock> $ac = $_.ApplianceConnection.Name $_.rangeUris | % { (Send-OVRequest $_ -Hostname $ac).name } </ScriptBlock> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--APPLIANCE_ADDRESSPOOLRANGE FT--> <View> <Name>AddressPoolRange</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AddressPoolRange</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Category</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Total</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Allocated</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Available</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Reserved</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Start</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>End</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>rangeCategory</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>totalCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>allocatedIdCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>freeIdCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>reservedIdCount</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>startAddress</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>endAddress</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--APPLIANCE_ADDRESSPOOLRANGE FL--> <View> <Name>AddressPoolRange</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AddressPoolRange</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Type</Label> <PropertyName>enabled</PropertyName> </ListItem> <ListItem> <Label>Enabled</Label> <PropertyName>rangeCategory</PropertyName> </ListItem> <ListItem> <Label>Count</Label> <PropertyName>totalCount</PropertyName> </ListItem> <ListItem> <Label>Allocated</Label> <PropertyName>allocatedIdCount</PropertyName> </ListItem> <ListItem> <Label>Available</Label> <PropertyName>freeIdCount</PropertyName> </ListItem> <ListItem> <Label>Reserved</Label> <PropertyName>reservedIdCount</PropertyName> </ListItem> <ListItem> <Label>Start</Label> <PropertyName>startAddress</PropertyName> </ListItem> <ListItem> <Label>End</Label> <PropertyName>endAddress</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--APPLIANCE_HealthStatus FT--> <View> <Name>HealthStatus</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.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>HPEOneView.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>HPEOneView.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>HPEOneView.Appliance.ApplianceServerDateTime</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Time</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Locale</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Time Zone</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>NTP Servers</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>NTP Polling</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>'{0}' -f (Get-Date $_.dateTime)</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>locale</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>timezone</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ntpServers</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>pollingInterval</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--ApplianceServerDateTime FL--> <View> <Name>ApplianceServerDateTime</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ApplianceServerDateTime</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Time</Label> <ScriptBlock>'{0}' -f (Get-Date $_.dateTime)</ScriptBlock> </ListItem> <ListItem> <Label>Locale</Label> <PropertyName>locale</PropertyName> </ListItem> <ListItem> <Label>Timezone</Label> <PropertyName>timezone</PropertyName> </ListItem> <ListItem> <Label>NTP Servers</Label> <PropertyName>ntpServers</PropertyName> </ListItem> <ListItem> <Label>Polling Interval</Label> <PropertyName>pollingInterval</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--ApplianceServerConfiguration.ApplianceNetworks FT--> <View> <Name>ApplianceServerConfiguration.ApplianceNetworks</Name> <ViewSelectedBy> <TypeName>HPEOneView.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>HPEOneView.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> <!--HPEOneView.Appliance.AutomaticBackupConfig FT--> <View> <Name>AutomaticBackupConfig</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AutomaticBackupConfig</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Server</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Protocol</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Directory</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Interval</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Days</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Time</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>enabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>remoteServerName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>protocol</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>remoteServerDir</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>scheduleInterval</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>scheduleDays</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>scheduleTime</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--AutomaticBackupConfig FL--> <View> <Name>AutomaticBackupConfig</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.ImageStreamerAppliance FT--> <View> <Name>ImageStreamerAppliance</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ImageStreamerAppliance</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ApplianceSerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ImageStreamerVersion</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>applianceSerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>imageStreamerVersion</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.OsDeploymentServer FT--> <View> <Name>OsDeploymentServer</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.OsDeploymentServer</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PrimaryIPv4</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>primaryIPV4</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--OsDeploymentServer FL--> <View> <Name>OsDeploymentServer</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.OsDeploymentServer</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>PrimaryIPv4</Label> <PropertyName>primaryIPv4</PropertyName> </ListItem> <ListItem> <Label>PrimaryClusterName</Label> <PropertyName>primaryClusterName</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.OsDeploymentPlan FT--> <View> <Name>OsDeploymentPlan</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.OsDeploymentPlan</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Status</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>OsdpSize</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>status</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>state</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>osdpSize</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--OsDeploymentPlan FL--> <View> <Name>OsDeploymentPlan</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.OsDeploymentPlan</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Status</Label> <PropertyName>status</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>state</PropertyName> </ListItem> <ListItem> <Label>OsdpSize</Label> <PropertyName>osdpSize</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Facilities.DataCenter FT--> <View> <Name>DataCenter</Name> <ViewSelectedBy> <TypeName>HPEOneView.Facilities.DataCenter</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Appliance</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Width</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Depth</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DeratingType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DeratingPercentage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DefaultPowerLineVoltage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RemoteSupportLocation</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>ApplianceConnection</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>width</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>depth</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>deratingType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>deratingPercentage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>defaultPowerLineVoltage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>RemoteSupportLocation</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Facilities.DataCenter FL--> <View> <Name>DataCenter</Name> <ViewSelectedBy> <TypeName>HPEOneView.Facilities.DataCenter</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Appliance</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> <ListItem> <Label>Name</Label> <PropertyName>name</PropertyName> </ListItem> <ListItem> <Label>Width</Label> <PropertyName>width</PropertyName> </ListItem> <ListItem> <Label>Depth</Label> <PropertyName>depth</PropertyName> </ListItem> <ListItem> <Label>DeratingType</Label> <PropertyName>deratingType</PropertyName> </ListItem> <ListItem> <Label>DeratingPercentage</Label> <PropertyName>deratingPercentage</PropertyName> </ListItem> <ListItem> <Label>DefaultPowerLineVoltage</Label> <PropertyName>defaultPowerLineVoltage</PropertyName> </ListItem> <ListItem> <Label>RemoteSupportLocation</Label> <PropertyName>RemoteSupportLocation</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Facilities.RemoteSupportLocation FT--> <View> <Name>RemoteSupportLocation</Name> <ViewSelectedBy> <TypeName>HPEOneView.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-OVRequest -Uri $_.primaryContactUri -Hostname $_.ApplianceConnection.Name '{0} {1}' -f $Contact.firstName, $Contact.lastName </ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock> $Contact = Send-OVRequest -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> <!--HPEOneView.Facilities.RemoteSupportLocation FL--> <View> <Name>RemoteSupportLocation</Name> <ViewSelectedBy> <TypeName>HPEOneView.Facilities.RemoteSupportLocation</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>PrimaryContact</Label> <ScriptBlock> $Contact = Send-OVRequest -Uri $_.primaryContactUri -Hostname $_.ApplianceConnection.Name '{0} {1}' -f $Contact.firstName, $Contact.lastName </ScriptBlock> </ListItem> <ListItem> <Label>SecondaryContact</Label> <ScriptBlock> $Contact = Send-OVRequest -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> <!--HPEOneView.Facilities.RackMember FT--> <View> <Name>RackMember</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Facilities.RackMember FL--> <View> <Name>RackMember</Name> <ViewSelectedBy> <TypeName>HPEOneView.Facilities.RackMember</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <Label>Model</Label> <PropertyName>Model</PropertyName> </ListItem> <ListItem> <Label>UHeight</Label> <PropertyName>UHeight</PropertyName> </ListItem> <ListItem> <Label>ULocation</Label> <PropertyName>ULocation</PropertyName> </ListItem> <ListItem> <Label>RackName</Label> <PropertyName>RackName</PropertyName> </ListItem> <ListItem> <Label>ApplianceConnection</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.Label FT--> <View> <Name>Label</Name> <ViewSelectedBy> <TypeName>HPEOneView.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> <!--HPEOneView.Appliance.Label FL--> <View> <Name>Label</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.Label</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Name</Label> <PropertyName>Name</PropertyName> </ListItem> <ListItem> <Label>ApplianceConnection</Label> <PropertyName>ApplianceConnection</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.SnmpV3EngineId FT--> <View> <Name>SnmpV3User</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV3User</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Username</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SecurityLevel</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>AuthenticationProtocol</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PrivacyProtocol</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Username</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SecurityLevel</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>AuthenticationProtocol</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PrivacyProtocol</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.SnmpV3User FL--> <View> <Name>SnmpV3User</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV3User</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Username</Label> <PropertyName>userName</PropertyName> </ListItem> <ListItem> <Label>SecurityLevel</Label> <PropertyName>securityLevel</PropertyName> </ListItem> <ListItem> <Label>AuthenticationProtocol</Label> <PropertyName>authenticationProtocol</PropertyName> </ListItem> <ListItem> <Label>PrivacyProtocol</Label> <PropertyName>privacyProtocol</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.SnmpV3EngineId FT--> <View> <Name>SnmpV3EngineId</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV3EngineId</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>EngineID</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>EngineID</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.SnmpV3EngineId FL--> <View> <Name>SnmpV3EngineId</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV3EngineId</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>EngineID</Label> <PropertyName>EngineID</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.SnmpV1TrapDestination FT--> <View> <Name>SnmpV1TrapDestination</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV1TrapDestination</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>type</PropertyName> <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>DestinationAddress</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Port</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CommunityString</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>DestinationAddress</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Port</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CommunityString</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.SnmpV1TrapDestination FL--> <View> <Name>SnmpV1TrapDestination</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV1TrapDestination</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>type</PropertyName> <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName> </GroupBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>DestinationAddress</Label> <PropertyName>destinationAddress</PropertyName> </ListItem> <ListItem> <Label>Port</Label> <PropertyName>Port</PropertyName> </ListItem> <ListItem> <Label>CommunityString</Label> <PropertyName>CommunityString</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.SnmpV3TrapDestination FT--> <View> <Name>SnmpV3TrapDestination</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV3TrapDestination</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>type</PropertyName> <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>DestinationAddress</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Port</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SnmpV3User</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>DestinationAddress</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Port</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SnmpV3User</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.SnmpV3TrapDestination FL--> <View> <Name>SnmpV3TrapDestination</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SnmpV3TrapDestination</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>type</PropertyName> <CustomControlName>ApplianceSnmpTrapDestinationTypes-GroupingFormat</CustomControlName> </GroupBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>DestinationAddress</Label> <PropertyName>destinationAddress</PropertyName> </ListItem> <ListItem> <Label>Port</Label> <PropertyName>Port</PropertyName> </ListItem> <ListItem> <Label>SnmpV3User</Label> <PropertyName>SnmpV3User</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.ProxyServer FT--> <View> <Name>ProxyServer</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ProxyServer</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Server</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Port</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Username</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Server</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Port</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Username</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.ProxyServer FL--> <View> <Name>ProxyServer</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ProxyServer</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>Server</Label> <PropertyName>Server</PropertyName> </ListItem> <ListItem> <Label>Port</Label> <PropertyName>Port</PropertyName> </ListItem> <ListItem> <Label>Username</Label> <PropertyName>Username</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.ApplianceLocaleDateTime FT--> <View> <Name>ApplianceLocaleDateTime</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ApplianceLocaleDateTime</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>DateTime</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TimeZone</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SyncWithHost</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>NtpServers</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>DateTime</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TimeZone</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SyncWithHost</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>NtpServers</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.PowerDeliveryDevice FT--> <View> <Name>PowerDeliveryDevice</Name> <ViewSelectedBy> <!-- <TypeName>HPEOneView.PowerDeliveryDevice</TypeName> --> <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName> </ViewSelectedBy> <GroupBy> <PropertyName>deviceType</PropertyName> <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LineVoltage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhaseType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerFeed</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LineVoltage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhaseType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>feedIdentifier</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.PowerDeliveryDevice.LoadSegment FT--> <View> <Name>PowerDeliveryDeviceLoadSegment</Name> <ViewSelectedBy> <!-- <TypeName>HPEOneView.PowerDeliveryDevice.LoadSegment</TypeName> --> <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName> </ViewSelectedBy> <GroupBy> <PropertyName>deviceType</PropertyName> <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LineVoltage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhaseType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerFeed</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LineVoltage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhaseType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>feedIdentifier</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.PowerDeliveryDevice.PduAcModule FT--> <View> <Name>PowerDeliveryDevicePduAcModule</Name> <ViewSelectedBy> <!-- <TypeName>HPEOneView.PowerDeliveryDevice.PduAcModule</TypeName> --> <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName> </ViewSelectedBy> <GroupBy> <PropertyName>deviceType</PropertyName> <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LineVoltage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhaseType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerFeed</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LineVoltage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhaseType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>feedIdentifier</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.PowerDeliveryDevice.Outlet FT--> <View> <Name>PowerDeliveryDeviceOutlet</Name> <ViewSelectedBy> <!-- <TypeName>HPEOneView.PowerDeliveryDevice.Outlet</TypeName> --> <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName> </ViewSelectedBy> <GroupBy> <PropertyName>deviceType</PropertyName> <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Power</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LineVoltage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhaseType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerFeed</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Power</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LineVoltage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhaseType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>feedIdentifier</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!-- HPEOneView.PowerDeliveryDevice.OutletBar FT--> <View> <Name>PowerDeliveryDeviceOutletBar</Name> <ViewSelectedBy> <!-- <TypeName>HPEOneView.PowerDeliveryDevice.OutletBar</TypeName> --> <SelectionSetName>PowerDeliveryDeviceTypes</SelectionSetName> </ViewSelectedBy> <GroupBy> <PropertyName>deviceType</PropertyName> <CustomControlName>PowerDeliveryDevice-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Model</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LineVoltage</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PhaseType</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>PowerFeed</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Model</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LineVoltage</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PhaseType</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>feedIdentifier</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.ServiceAlert FT--> <View> <Name>ServiceAlert</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ServiceAlert</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>CaseID</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ResourceName</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>SerialNumber</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Created</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>CaseID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ResourceName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>SerialNumber</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Created</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.ServiceAlert FL--> <View> <Name>ProxyServer</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.ServiceAlert</TypeName> </ViewSelectedBy> <ListControl> <ListEntries> <ListEntry> <ListItems> <ListItem> <Label>CaseID</Label> <PropertyName>CaseID</PropertyName> </ListItem> <ListItem> <Label>ResourceName</Label> <PropertyName>ResourceName</PropertyName> </ListItem> <ListItem> <Label>SerialNumber</Label> <PropertyName>SerialNumber</PropertyName> </ListItem> <ListItem> <Label>State</Label> <PropertyName>State</PropertyName> </ListItem> <ListItem> <Label>Created</Label> <PropertyName>Created</PropertyName> </ListItem> <ListItem> <Label>Modified</Label> <PropertyName>Modified</PropertyName> </ListItem> <ListItem> <Label>Description</Label> <PropertyName>Description</PropertyName> </ListItem> </ListItems> </ListEntry> </ListEntries> </ListControl> </View> <!--HPEOneView.Appliance.SecurityProtocol FT--> <View> <Name>SecurityProtocol</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.SecurityProtocol</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>Mode</PropertyName> <CustomControlName>ApplianceSecurityProtocolMode-GroupingFormat</CustomControlName> </GroupBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Enabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ModeIsEnabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>CipherSuites</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap/> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Enabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>ModeIsEnabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CipherSuites</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <!--HPEOneView.Appliance.AlertEmailFilter FT--> <View> <Name>AlertEmailFilter</Name> <ViewSelectedBy> <TypeName>HPEOneView.Appliance.AlertEmailFilter</TypeName> </ViewSelectedBy> <TableControl> <AutoSize/> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Disabled</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>DisplayFilter</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Emails</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>filterName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>disabled</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>displayFilter</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>emails</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIhIwYJKoZIhvcNAQcCoIIhFDCCIRACAQExDzANBglghkgBZQMEAgEFADB5Bgor --> <!-- BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG --> <!-- KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCAqLEeiVKfoaurp --> <!-- Xh9DKo1CKSRQ7Rc48zDMw4sTY1le7aCCEPYwggV0MIIEXKADAgECAhEA4uyQqa0b --> <!-- usW8CNcfQ2uSeDANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJHQjEbMBkGA1UE --> <!-- CBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQK --> <!-- Ew9TZWN0aWdvIExpbWl0ZWQxJDAiBgNVBAMTG1NlY3RpZ28gUlNBIENvZGUgU2ln --> <!-- bmluZyBDQTAeFw0yMDEwMjEwMDAwMDBaFw0yMTEwMjEyMzU5NTlaMIHaMQswCQYD --> <!-- VQQGEwJVUzEOMAwGA1UEEQwFOTQzMDQxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQ --> <!-- BgNVBAcMCVBhbG8gQWx0bzEcMBoGA1UECQwTMzAwMCBIYW5vdmVyIFN0cmVldDEr --> <!-- MCkGA1UECgwiSGV3bGV0dCBQYWNrYXJkIEVudGVycHJpc2UgQ29tcGFueTEaMBgG --> <!-- A1UECwwRSFAgQ3liZXIgU2VjdXJpdHkxKzApBgNVBAMMIkhld2xldHQgUGFja2Fy --> <!-- ZCBFbnRlcnByaXNlIENvbXBhbnkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK --> <!-- AoIBAQDqW2H8BiQozcKceSJau9tZAWp/YIjcOFBH7DT6DkS4tOAY/abriMVAPYiK --> <!-- oxJ8GEck3wWlYFm09+IrpeEDvXCZj0D8B7ls7AMUudCikqO5GJsgL3vzJqOmmUjp --> <!-- I3VsRvoJ5I4Ioq3N7jUINYSpHx3R0Sx8YMlKCRJLQO9DRveO1JSNMULIA2yatA9f --> <!-- lmZ/9jTf2UJCj6n7exfqobZCSzlRoiYED6fPmzJIzFXHkZdzmZ4XlNT19sxl3uIl --> <!-- BeT7DNipZ/VjnkPmddoEIn1gcsDzjuiE2+fxhkmWSwsWuDv3dDztYfoGZjbJi8bm --> <!-- OhfTRZiCQUDpjDyYbFzORnoK6tu9AgMBAAGjggGQMIIBjDAfBgNVHSMEGDAWgBQO --> <!-- 4TqoUzox1Yq+wbutZxoDha00DjAdBgNVHQ4EFgQUNeRTASY3ei1XaNNs+0/ZvUDs --> <!-- P2owDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQCMAAwEwYDVR0lBAwwCgYIKwYB --> <!-- BQUHAwMwEQYJYIZIAYb4QgEBBAQDAgQQMEoGA1UdIARDMEEwNQYMKwYBBAGyMQEC --> <!-- AQMCMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgGBmeB --> <!-- DAEEATBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnNlY3RpZ28uY29tL1Nl --> <!-- Y3RpZ29SU0FDb2RlU2lnbmluZ0NBLmNybDBzBggrBgEFBQcBAQRnMGUwPgYIKwYB --> <!-- BQUHMAKGMmh0dHA6Ly9jcnQuc2VjdGlnby5jb20vU2VjdGlnb1JTQUNvZGVTaWdu --> <!-- aW5nQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAN --> <!-- BgkqhkiG9w0BAQsFAAOCAQEAev9EUlTOTH7o28vQnCN+uelty9iliqJBID4NcwYQ --> <!-- BBruKhgheokkvMVW8PvGDLsELMRDCOCD6WJZB2e6mICkhglFrcVLVoWcVToBym/t --> <!-- ipBXsEyYle6qTNxY+5eBC40FRxlurIZXiPgtEXa8PbNI6OGCQpEEp9wtVitUnPF3 --> <!-- Q6MD/k+tyC81PaqzCXfXLC/cyTRki+8EAiSIhKSNY5h6at/29gN6+QppRJRb7ghN --> <!-- zATfVwiiW2jgYb8sUzvO8dbE3WIa9dv58VZNEvnhAGbHwLz15Gf2ygQaS26AuJ3S --> <!-- y4P8pXDC+oGoPiDngeQm0f9rF9AlYhmm8oeq+HGGgsesNjCCBYEwggRpoAMCAQIC --> <!-- EDlyRDr5IrdR19NsEN0xNZUwDQYJKoZIhvcNAQEMBQAwezELMAkGA1UEBhMCR0Ix --> <!-- GzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEa --> <!-- MBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMMGEFBQSBDZXJ0aWZp --> <!-- Y2F0ZSBTZXJ2aWNlczAeFw0xOTAzMTIwMDAwMDBaFw0yODEyMzEyMzU5NTlaMIGI --> <!-- MQswCQYDVQQGEwJVUzETMBEGA1UECBMKTmV3IEplcnNleTEUMBIGA1UEBxMLSmVy --> <!-- c2V5IENpdHkxHjAcBgNVBAoTFVRoZSBVU0VSVFJVU1QgTmV0d29yazEuMCwGA1UE --> <!-- AxMlVVNFUlRydXN0IFJTQSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJ --> <!-- KoZIhvcNAQEBBQADggIPADCCAgoCggIBAIASZRc2DsPbCLPQrFcNdu3NJ9NMrVCD --> <!-- YeKqIE0JLWQJ3M6Jn8w9qez2z8Hc8dOx1ns3KBErR9o5xrw6GbRfpr19naNjQrZ2 --> <!-- 8qk7K5H44m/Q7BYgkAk+4uh0yRi0kdRiZNt/owbxiBhqkCI8vP4T8IcUe/bkH47U --> <!-- 5FHGEWdGCFHLhhRUP7wz/n5snP8WnRi9UY41pqdmyHJn2yFmsdSbeAPAUDrozPDc --> <!-- vJ5M/q8FljUfV1q3/875PbcstvZU3cjnEjpNrkyKt1yatLcgPcp/IjSufjtoZgFE --> <!-- 5wFORlObM2D3lL5TN5BzQ/Myw1Pv26r+dE5px2uMYJPexMcM3+EyrsyTO1F4lWeL --> <!-- 7j1W/gzQaQ8bD/MlJmszbfduR/pzQ+V+DqVmsSl8MoRjVYnEDcGTVDAZE6zTfTen --> <!-- 6106bDVc20HXEtqpSQvf2ICKCZNijrVmzyWIzYS4sT+kOQ/ZAp7rEkyVfPNrBale --> <!-- FoPMuGfi6BOdzFuC00yz7Vv/3uVzrCM7LQC/NVV0CUnYSVgaf5I25lGSDvMmfRxN --> <!-- F7zJ7EMm0L9BX0CpRET0medXh55QH1dUqD79dGMvsVBlCeZYQi5DGky08CVHWfoE --> <!-- HpPUJkZKUIGy3r54t/xnFeHJV4QeD2PW6WK61l9VLupcxigIBCU5uA4rqfJMlxwH --> <!-- Pw1S9e3vL4IPAgMBAAGjgfIwge8wHwYDVR0jBBgwFoAUoBEKIz6W8Qfs4q8p74Kl --> <!-- f9AwpLQwHQYDVR0OBBYEFFN5v1qqK0rPVIDh2JvAnfKyA2bLMA4GA1UdDwEB/wQE --> <!-- AwIBhjAPBgNVHRMBAf8EBTADAQH/MBEGA1UdIAQKMAgwBgYEVR0gADBDBgNVHR8E --> <!-- PDA6MDigNqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9BQUFDZXJ0aWZpY2F0 --> <!-- ZVNlcnZpY2VzLmNybDA0BggrBgEFBQcBAQQoMCYwJAYIKwYBBQUHMAGGGGh0dHA6 --> <!-- Ly9vY3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAQEAGIdR3HQhPZyK --> <!-- 4Ce3M9AuzOzw5steEd4ib5t1jp5y/uTW/qofnJYt7wNKfq70jW9yPEM7wD/ruN9c --> <!-- qqnGrvL82O6je0P2hjZ8FODN9Pc//t64tIrwkZb+/UNkfv3M0gGhfX34GRnJQisT --> <!-- v1iLuqSiZgR2iJFODIkUzqJNyTKzuugUGrxx8VvwQQuYAAoiAxDlDLH5zZI3Ge07 --> <!-- 8eQ6tvlFEyZ1r7uq7z97dzvSxAKRPRkA0xdcOds/exgNRc2ThZYvXd9ZFk8/Ub3V --> <!-- RRg/7UqO6AZhdCMWtQ1QcydER38QXYkqa4UxFMToqWpMgLxqeM+4f452cpkMnf7X --> <!-- kQgWoaNflTCCBfUwggPdoAMCAQICEB2iSDBvmyYY0ILgln0z02owDQYJKoZIhvcN --> <!-- AQEMBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpOZXcgSmVyc2V5MRQwEgYD --> <!-- VQQHEwtKZXJzZXkgQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3Jr --> <!-- MS4wLAYDVQQDEyVVU0VSVHJ1c3QgUlNBIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 --> <!-- MB4XDTE4MTEwMjAwMDAwMFoXDTMwMTIzMTIzNTk1OVowfDELMAkGA1UEBhMCR0Ix --> <!-- GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEY --> <!-- MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMSQwIgYDVQQDExtTZWN0aWdvIFJTQSBD --> <!-- b2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCG --> <!-- Io0yhXoYn0nwli9jCB4t3HyfFM/jJrYlZilAhlRGdDFixRDtsocnppnLlTDAVvWk --> <!-- dcapDlBipVGREGrgS2Ku/fD4GKyn/+4uMyD6DBmJqGx7rQDDYaHcaWVtH24nlteX --> <!-- UYam9CflfGqLlR5bYNV+1xaSnAAvaPeX7Wpyvjg7Y96Pv25MQV0SIAhZ6DnNj9LW --> <!-- zwa0VwW2TqE+V2sfmLzEYtYbC43HZhtKn52BxHJAteJf7wtF/6POF6YtVbC3sLxU --> <!-- ap28jVZTxvC6eVBJLPcDuf4vZTXyIuosB69G2flGHNyMfHEo8/6nxhTdVZFuihEN --> <!-- 3wYklX0Pp6F8OtqGNWHTAgMBAAGjggFkMIIBYDAfBgNVHSMEGDAWgBRTeb9aqitK --> <!-- z1SA4dibwJ3ysgNmyzAdBgNVHQ4EFgQUDuE6qFM6MdWKvsG7rWcaA4WtNA4wDgYD --> <!-- VR0PAQH/BAQDAgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0lBBYwFAYIKwYB --> <!-- BQUHAwMGCCsGAQUFBwMIMBEGA1UdIAQKMAgwBgYEVR0gADBQBgNVHR8ESTBHMEWg --> <!-- Q6BBhj9odHRwOi8vY3JsLnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQ2VydGlm --> <!-- aWNhdGlvbkF1dGhvcml0eS5jcmwwdgYIKwYBBQUHAQEEajBoMD8GCCsGAQUFBzAC --> <!-- hjNodHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vVVNFUlRydXN0UlNBQWRkVHJ1c3RD --> <!-- QS5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLnVzZXJ0cnVzdC5jb20wDQYJ --> <!-- KoZIhvcNAQEMBQADggIBAE1jUO1HNEphpNveaiqMm/EAAB4dYns61zLC9rPgY7P7 --> <!-- YQCImhttEAcET7646ol4IusPRuzzRl5ARokS9At3WpwqQTr81vTr5/cVlTPDoYMo --> <!-- t94v5JT3hTODLUpASL+awk9KsY8k9LOBN9O3ZLCmI2pZaFJCX/8E6+F0ZXkI9amT --> <!-- 3mtxQJmWunjxucjiwwgWsatjWsgVgG10Xkp1fqW4w2y1z99KeYdcx0BNYzX2MNPP --> <!-- tQoOCwR/oEuuu6Ol0IQAkz5TXTSlADVpbL6fICUQDRn7UJBhvjmPeo5N9p8OHv4H --> <!-- URJmgyYZSJXOSsnBf/M6BZv5b9+If8AjntIeQ3pFMcGcTanwWbJZGehqjSkEAnd8 --> <!-- S0vNcL46slVaeD68u28DECV3FTSK+TbMQ5Lkuk/xYpMoJVcp+1EZx6ElQGqEV8ay --> <!-- nbG8HArafGd+fS7pKEwYfsR7MUFxmksp7As9V1DSyt39ngVR5UR43QHesXWYDVQk --> <!-- /fBO4+L4g71yuss9Ou7wXheSaG3IYfmm8SoKC6W59J7umDIFhZ7r+YMp08Ysfb06 --> <!-- dy6LN0KgaoLtO0qqlBCk4Q34F8W2WnkzGJLjtXX4oemOCiUe5B7xn1qHI/+fpFGe --> <!-- +zmAEc3btcSnqIBv5VPU4OOiwtJbGvoyJi1qV3AcPKRYLqPzW0sH3DJZ84enGm1Y --> <!-- MYIPgzCCD38CAQEwgZEwfDELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIg --> <!-- TWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBM --> <!-- aW1pdGVkMSQwIgYDVQQDExtTZWN0aWdvIFJTQSBDb2RlIFNpZ25pbmcgQ0ECEQDi --> <!-- 7JCprRu6xbwI1x9Da5J4MA0GCWCGSAFlAwQCAQUAoHwwEAYKKwYBBAGCNwIBDDEC --> <!-- MAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEOMAwG --> <!-- CisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIOOTBj7WUTlp9obdQx0clXgcrSjM --> <!-- izTvKyyP9/dQchIfMA0GCSqGSIb3DQEBAQUABIIBAMK5ch71xcnvqdCJac/rIbNZ --> <!-- caWmQ3iUvE0MKlGCUYTUC7CKB79DzHJp6zKW8tJz0EIi9I0r/7UBzhD84uRuo4Q6 --> <!-- 88qhFNJY3TBq4XiJsvurSR5BoaBk6vUlW01NVJiseqHKKpIhcF16IqqBBBTR01mb --> <!-- Cs845lRtg8O1REmKijDTFGDNVY5JrcO8n6md3O+ytDT3FvrvMSB73laYfP9IxiF1 --> <!-- 4sRNfTwSc2hqUfvZRnseGLVYHOB5B+OdWy5AwzLwdm8JQZjUpXwcudDrNZLK50Gj --> <!-- NSnPdqiig4M+P3b8+A+teN7AmTSqjFGqU5a2WgOOfN6t/DMWMuH/wLiaiIDpgsCh --> <!-- gg1EMIINQAYKKwYBBAGCNwMDATGCDTAwgg0sBgkqhkiG9w0BBwKggg0dMIINGQIB --> <!-- AzEPMA0GCWCGSAFlAwQCAQUAMHcGCyqGSIb3DQEJEAEEoGgEZjBkAgEBBglghkgB --> <!-- hv1sBwEwMTANBglghkgBZQMEAgEFAAQgNnAL9iYEbH3MfApNNlp61oX/YljgZRTU --> <!-- cwFVp7KEjQ0CEC7lpp2u9TvJng1KLmqFTqwYDzIwMjEwMzIyMjMwMTU5WqCCCjcw --> <!-- ggT+MIID5qADAgECAhANQkrgvjqI/2BAIc4UAPDdMA0GCSqGSIb3DQEBCwUAMHIx --> <!-- CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 --> <!-- dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ --> <!-- RCBUaW1lc3RhbXBpbmcgQ0EwHhcNMjEwMTAxMDAwMDAwWhcNMzEwMTA2MDAwMDAw --> <!-- WjBIMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xIDAeBgNV --> <!-- BAMTF0RpZ2lDZXJ0IFRpbWVzdGFtcCAyMDIxMIIBIjANBgkqhkiG9w0BAQEFAAOC --> <!-- AQ8AMIIBCgKCAQEAwuZhhGfFivUNCKRFymNrUdc6EUK9CnV1TZS0DFC1JhD+Hchv --> <!-- kWsMlucaXEjvROW/m2HNFZFiWrj/ZwucY/02aoH6KfjdK3CF3gIY83htvH35x20J --> <!-- Pb5qdofpir34hF0edsnkxnZ2OlPR0dNaNo/Go+EvGzq3YdZz7E5tM4p8XUUtS7FQ --> <!-- 5kE6N1aG3JMjjfdQJehk5t3Tjy9XtYcg6w6OLNUj2vRNeEbjA4MxKUpcDDGKSoyI --> <!-- xfcwWvkUrxVfbENJCf0mI1P2jWPoGqtbsR0wwptpgrTb/FZUvB+hh6u+elsKIC9L --> <!-- CcmVp42y+tZji06lchzun3oBc/gZ1v4NSYS9AQIDAQABo4IBuDCCAbQwDgYDVR0P --> <!-- AQH/BAQDAgeAMAwGA1UdEwEB/wQCMAAwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwgw --> <!-- QQYDVR0gBDowODA2BglghkgBhv1sBwEwKTAnBggrBgEFBQcCARYbaHR0cDovL3d3 --> <!-- dy5kaWdpY2VydC5jb20vQ1BTMB8GA1UdIwQYMBaAFPS24SAd/imu0uRhpbKiJbLI --> <!-- FzVuMB0GA1UdDgQWBBQ2RIaOpLqwZr68KC0dRDbd42p6vDBxBgNVHR8EajBoMDKg --> <!-- MKAuhixodHRwOi8vY3JsMy5kaWdpY2VydC5jb20vc2hhMi1hc3N1cmVkLXRzLmNy --> <!-- bDAyoDCgLoYsaHR0cDovL2NybDQuZGlnaWNlcnQuY29tL3NoYTItYXNzdXJlZC10 --> <!-- cy5jcmwwgYUGCCsGAQUFBwEBBHkwdzAkBggrBgEFBQcwAYYYaHR0cDovL29jc3Au --> <!-- ZGlnaWNlcnQuY29tME8GCCsGAQUFBzAChkNodHRwOi8vY2FjZXJ0cy5kaWdpY2Vy --> <!-- dC5jb20vRGlnaUNlcnRTSEEyQXNzdXJlZElEVGltZXN0YW1waW5nQ0EuY3J0MA0G --> <!-- CSqGSIb3DQEBCwUAA4IBAQBIHNy16ZojvOca5yAOjmdG/UJyUXQKI0ejq5LSJcRw --> <!-- Wb4UoOUngaVNFBUZB3nw0QTDhtk7vf5EAmZN7WmkD/a4cM9i6PVRSnh5Nnont/Pn --> <!-- Up+Tp+1DnnvntN1BIon7h6JGA0789P63ZHdjXyNSaYOC+hpT7ZDMjaEXcw3082U5 --> <!-- cEvznNZ6e9oMvD0y0BvL9WH8dQgAdryBDvjA4VzPxBFy5xtkSdgimnUVQvUtMjiB --> <!-- 2vRgorq0Uvtc4GEkJU+y38kpqHNDUdq9Y9YfW5v3LhtPEx33Sg1xfpe39D+E68Hj --> <!-- o0mh+s6nv1bPull2YYlffqe0jmd4+TaY4cso2luHpoovMIIFMTCCBBmgAwIBAgIQ --> <!-- CqEl1tYyG35B5AXaNpfCFTANBgkqhkiG9w0BAQsFADBlMQswCQYDVQQGEwJVUzEV --> <!-- MBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29t --> <!-- MSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwHhcNMTYwMTA3 --> <!-- MTIwMDAwWhcNMzEwMTA3MTIwMDAwWjByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMM --> <!-- RGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQD --> <!-- EyhEaWdpQ2VydCBTSEEyIEFzc3VyZWQgSUQgVGltZXN0YW1waW5nIENBMIIBIjAN --> <!-- BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvdAy7kvNj3/dqbqCmcU5VChXtiNK --> <!-- xA4HRTNREH3Q+X1NaH7ntqD0jbOI5Je/YyGQmL8TvFfTw+F+CNZqFAA49y4eO+7M --> <!-- pvYyWf5fZT/gm+vjRkcGGlV+Cyd+wKL1oODeIj8O/36V+/OjuiI+GKwR5PCZA207 --> <!-- hXwJ0+5dyJoLVOOoCXFr4M8iEA91z3FyTgqt30A6XLdR4aF5FMZNJCMwXbzsPGBq --> <!-- rC8HzP3w6kfZiFBe/WZuVmEnKYmEUeaC50ZQ/ZQqLKfkdT66mA+Ef58xFNat1fJk --> <!-- y3seBdCEGXIX8RcG7z3N1k3vBkL9olMqT4UdxB08r8/arBD13ays6Vb/kwIDAQAB --> <!-- o4IBzjCCAcowHQYDVR0OBBYEFPS24SAd/imu0uRhpbKiJbLIFzVuMB8GA1UdIwQY --> <!-- MBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYD --> <!-- VR0PAQH/BAQDAgGGMBMGA1UdJQQMMAoGCCsGAQUFBwMIMHkGCCsGAQUFBwEBBG0w --> <!-- azAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEMGCCsGAQUF --> <!-- BzAChjdodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGlnaUNlcnRBc3N1cmVk --> <!-- SURSb290Q0EuY3J0MIGBBgNVHR8EejB4MDqgOKA2hjRodHRwOi8vY3JsNC5kaWdp --> <!-- Y2VydC5jb20vRGlnaUNlcnRBc3N1cmVkSURSb290Q0EuY3JsMDqgOKA2hjRodHRw --> <!-- Oi8vY3JsMy5kaWdpY2VydC5jb20vRGlnaUNlcnRBc3N1cmVkSURSb290Q0EuY3Js --> <!-- MFAGA1UdIARJMEcwOAYKYIZIAYb9bAACBDAqMCgGCCsGAQUFBwIBFhxodHRwczov --> <!-- L3d3dy5kaWdpY2VydC5jb20vQ1BTMAsGCWCGSAGG/WwHATANBgkqhkiG9w0BAQsF --> <!-- AAOCAQEAcZUS6VGHVmnN793afKpjerN4zwY3QITvS4S/ys8DAv3Fp8MOIEIsr3fz --> <!-- Kx8MIVoqtwU0HWqumfgnoma/Capg33akOpMP+LLR2HwZYuhegiUexLoceywh4tZb --> <!-- LBQ1QwRostt1AuByx5jWPGTlH0gQGF+JOGFNYkYkh2OMkVIsrymJ5Xgf1gsUpYDX --> <!-- Ekdws3XVk4WTfraSZ/tTYYmo9WuWwPRYaQ18yAGxuSh1t5ljhSKMYcp5lH5Z/IwP --> <!-- 42+1ASa2bKXuh1Eh5Fhgm7oMLSttosR+u8QlK0cCCHxJrhO24XxCQijGGFbPQTS2 --> <!-- Zl22dHv1VjMiLyI2skuiSpXY9aaOUjGCAk0wggJJAgEBMIGGMHIxCzAJBgNVBAYT --> <!-- AlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2Vy --> <!-- dC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJRCBUaW1lc3Rh --> <!-- bXBpbmcgQ0ECEA1CSuC+Ooj/YEAhzhQA8N0wDQYJYIZIAWUDBAIBBQCggZgwGgYJ --> <!-- KoZIhvcNAQkDMQ0GCyqGSIb3DQEJEAEEMBwGCSqGSIb3DQEJBTEPFw0yMTAzMjIy --> <!-- MzAxNTlaMCsGCyqGSIb3DQEJEAIMMRwwGjAYMBYEFOHXgqjhkb7va8oWkbWqtJSm --> <!-- JJvzMC8GCSqGSIb3DQEJBDEiBCCnAGDuz838z2oF+f8WzBLGCF7JeQUjpjvSSaSW --> <!-- L+zrgTANBgkqhkiG9w0BAQEFAASCAQA6bjbJQRLz5KaAosVcYB4knugRV1MkeH3b --> <!-- s+cMiEfo5gf38sIkfOH9GhpEcn2kVUqWyVs5uVpN9NkUyYmvkDt1Uwr0jZ/XfVA4 --> <!-- Q1gLR+vyODJPYw7ICw2smK/ViGlnL8+E91Yh93WFoBdPcSyXV9uZUYub1NWzjyBE --> <!-- oPFViMusxE5xWTpE7FAJfOOkdJu7dgn6+j5EwwCkzbnlqvMTQkfQsDu0Au4onBwZ --> <!-- jvNquinbCb8xs+KQfERK7zjSJ5OBNesy15X5kS0fs/LsU+msHdG8XO8LQCQwpzNW --> <!-- sPegp1D3GPKvq2YT7a7YZsjBtonOzeR8kGoC6imgtsSc/G7KnseR --> <!-- SIG # End signature block --> |