CIM_ExtendedStaticIPAssignmentSettingData

Class reference

Subclass of CIM_IPAssignmentSettingData

CIM_ExtendedStaticIPAssignmentSettingData defines a IP configuration which could be statically assigned to a Network Interface / LANEndpoint.

Key properties

Local properties

string[] SubnetMasks

The mask for the IPv4 address.

uint16[] IPv6SubnetPrefixLengths

IPv6SubnetPrefixLengths is used to identify the prefix length of the IPv6Addresses

string[] IPAddresses

IP addresses to be statically assigned. Either IPv4 address array or IPv6 address array shall be represented by this property. If it is IPv6 array, then for each element, there will be a corresponding element in IPv6SubnetPrefixLengths array. If it is IPv4 array, then for each element, there will be a corresponding element in SubnetMasks array.

string[] GatewayAddresses

IP Addresses for the Gateways

Local methods

None

Inherited methods

None