Class CIM_ExtendedStaticIPAssignmentSettingData
extends CIM_IPAssignmentSettingData

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

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_IPAssignmentSettingData
   |
   +--CIM_ExtendedStaticIPAssignmentSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_ExtendedStaticIPAssignmentSettingData defines a IP configuration which could be statically assigned to a Network Interface / LANEndpoint.
UMLPackagePathstringCIM::Network::IP
Versionstring2.32.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
GatewayAddressesstring[]
DescriptionstringIP Addresses for the Gateways
Writebooleantrue
IPAddressesstring[]
ArrayTypestringIndexed
DescriptionstringIP 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.
ModelCorrespondencestringCIM_IPAssignmentSettingData.ProtocolIFType
Writebooleantrue
IPv6SubnetPrefixLengthsuint16[]
ArrayTypestringIndexed
DescriptionstringIPv6SubnetPrefixLengths is used to identify the prefix length of the IPv6Addresses
ModelCorrespondencestringCIM_ExtendedStaticIPAssignmentSettingData.IPAddresses
Writebooleantrue
SubnetMasksstring[]
ArrayTypestringIndexed
DescriptionstringThe mask for the IPv4 address.
ModelCorrespondencestringCIM_ExtendedStaticIPAssignmentSettingData.IPAddresses
Writebooleantrue

Inherited Properties

NameData TypeClass Origin
AddressOriginuint16CIM_IPAssignmentSettingData
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
InstanceIDstringCIM_SettingData
ProtocolIFTypeuint16CIM_IPAssignmentSettingData

Class Methods