Base type: System.Entity
Summary: IP addresses present on interfaces of pool members.
| Name | Type | Notes |
|---|---|---|
| PoolMemberId | System.Int32 | ID of pool member |
| InterfaceType | System.Int32 | Type of interface (1 - primary, 2 - other) |
| IPAddress | System.String | IP address |
| SubnetPrefixLength | System.String | Length of subnet prefix |
| IsDynamic | System.Boolean | Static or dynamic IPv4 address flag (true - dynamic IP address). |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| PoolMember | Orion.HA.PoolMembers | Defined by relationship Orion.HA.PoolsMembersPoolMemberInterfacesInfo (System.Reference) |