LMI_IPRouteSettingData¶
Class reference¶
Subclass of LMI_IPAssignmentSettingData
This SettingData instance is the aggregation point identifying an IP configuration. Multiple IP configurations could exist for a target. Each configuration is represented with an instance of IPAssignmentSettingData. The details of the IP configuration are defined by instances of sub-classes of this class (i.e. StaticIPAssignmentSettingData, DHCPSettingData, DNSSettingData). These instances are associated with the IPAssignmentSettingData instance using the OrderedComponent or ConcreteComponent associations. For example, a static IP configuration would be represented by an instance of IPAssignmentSettingData and an instance of StaticIPAssignmentSettingData associated via an instance of ConcreteComponent. A static IP configuration including DNS would be modeled using an instance of IPAssignmentSettingData, DNSSettingData, and StaticIPAssignmentSettingData. The DNSSettingData and StaticIPAssignmentSettingData instance would be associated with the IPAssignmentSettingData using instances of ConcreteComponent.
Key properties¶
Local properties¶
string DestinationAddress
The address which serves as the destination to be reached.
uint16 AddressType
An enumeration that describes the format of the address properties.
ValueMap Values 0 Unknown 1 IPv4 2 IPv6
string DestinationMask
The mask for the IPv4 destination address.
uint16 RouteMetric
RouteMetric provides a numeric indication as to the preference of this route, compared to other routes that reach the same destination.
string NextHop
Address of the next-hop router
uint8 PrefixLength
The prefix length for the IPv6 destination address.
Local methods¶
None