CIM_StaticIPAssignmentSettingData

Class reference

Subclass of CIM_IPAssignmentSettingData

CIM_StaticIPAssignmentSettingData defines a basic IP configuration which could be statically assigned to an IPProtocolEndpoint. This class defines a partial configuration. Instances are aggregated into an instance of IPAssignmentSettingData which defines a full configuration.

Key properties

Local properties

string IPv6Address

The IPv6 address that this ProtocolEndpoint represents.

string SubnetMask

The subnet mask for the IPv4 address of this ProtocolEndpoint, if one is defined.

uint16 IPv6AddressType

IPv6AddressType identifies the type of address found in the IPv6Address property of this class. The values of this property shall be interpreted according to RFC4291, Section 2.4

ValueMap Values
2 Unspecified
3 Loopback
4 Multicast
5 Link Local Unicast
6 Global Unicast
7 Embedded IPv4 Address
8 Site Local Unicast
DMTF Reserved
32768..65535 Vendor Reserved

string GatewayIPv4Address

The IP v4 address of the default gateway.

string GatewayIPv6Address

GatewayIPv6Address is used to identify the IPv6 address of the Gateway

uint16 IPv6SubnetPrefixLength

IPv6SubnetPrefixLength is used to identify the prefix length of the IPv6Address property that is used to specify a subnet

string IPv4Address

The IPv4 address that will be assigned to the ProtocolEndpoint.

uint16 AddressOrigin

AddressOrigin identifies the method by which the IP Address, Subnet Mask, and Gateway were assigned to the IPProtocolEndpoint. A value of 2 indicates that the application of the IPAssignmentSettingData instance does not affect these properties.

ValueMap Values
0..2 DMTF Reserved
3 Static
4..32767 DMTF Reserved
32768.. Vendor Reserved

Local methods

None

Inherited methods

None