Class CIM_StaticIPAssignmentSettingData
extends 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.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_IPAssignmentSettingData
   |
   +--CIM_StaticIPAssignmentSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_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.
UMLPackagePathstringCIM::Network::IP
Versionstring2.27.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AddressOriginuint163
DescriptionstringAddressOrigin 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.
OverridestringAddressOrigin
ValueMapstring0..2, 3, 4..32767, 32768..
ValuesstringDMTF Reserved, Static, DMTF Reserved, Vendor Reserved
GatewayIPv4Addressstring
DescriptionstringThe IP v4 address of the default gateway.
Writebooleantrue
GatewayIPv6Addressstring
DescriptionstringGatewayIPv6Address is used to identify the IPv6 address of the Gateway
Writebooleantrue
IPv4Addressstring
DescriptionstringThe IPv4 address that will be assigned to the ProtocolEndpoint.
Writebooleantrue
IPv6Addressstring
DescriptionstringThe IPv6 address that this ProtocolEndpoint represents.
ModelCorrespondencestringCIM_StaticIPAssignmentSettingData.IPv6AddressType, CIM_StaticIPAssignmentSettingData.IPv6SubnetPrefixLength
Writebooleantrue
IPv6AddressTypeuint16
DescriptionstringIPv6AddressType 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
ModelCorrespondencestringCIM_StaticIPAssignmentSettingData.IPv6AddressType
ValueMapstring2, 3, 4, 5, 6, 7, 8, .., 32768..65535
ValuesstringUnspecified, Loopback, Multicast, Link Local Unicast, Global Unicast, Embedded IPv4 Address, Site Local Unicast, DMTF Reserved, Vendor Reserved
Writebooleantrue
IPv6SubnetPrefixLengthuint16
DescriptionstringIPv6SubnetPrefixLength is used to identify the prefix length of the IPv6Address property that is used to specify a subnet
ModelCorrespondencestringCIM_StaticIPAssignmentSettingData.IPv6Address
Writebooleantrue
SubnetMaskstring
DescriptionstringThe subnet mask for the IPv4 address of this ProtocolEndpoint, if one is defined.
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
InstanceIDstringCIM_SettingData
ProtocolIFTypeuint16CIM_IPAssignmentSettingData

Class Methods