Class IPS_HostIPSettings

CIM_ManagedElement
   extended by CIM_SettingData
      extended by IPS_HostIPSettings


class IPS_HostIPSettings
extends CIM_SettingData

General Information:
The IPS_HostIpSettings class represents the IP settings of the host computer.It will use to synchronize IP between host and ME if needed.

Qualifiers:
-------------
Version=7.0.0


Supported Fields Summary
 string ElementName
The user-friendly name for this instance of SettingData . . .
 string InstanceID Key
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class . . .
 boolean DHCPEnabled
Indicates whether DHCP is in use.
 string IpAddress
String representation of IP address . . .
 string SubnetMask
Subnet mask in a string format.For example: 255.255.0.0.Represents mask of host IP.
 string DefaultGateway
Default Gateway in a string format . . .
 string PrimaryDNS
Primary DNS in a string format . . .
 string SecondaryDNS
Secondary DNS in a string format . . .

Methods Summary
  Put(Instance)
Changes properties of the selected instance
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

ElementName

public string ElementName
General Information:
The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.)

Product Specific Usage:
In Intel AMT Release 7.0 value is "Intel(r) AMT: Host IP Settings"

Qualifiers:
-------------
Required
Override=ElementName
MaxLen=256


InstanceID Key

public string InstanceID
General Information:
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm:
<OrgID>:<LocalID>
Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF-defined instances, the "preferred" algorithm must be used with the <OrgID> set to CIM.

Product Specific Usage:
In Intel AMT Release 7.0 value is "Intel(r) AMT: Host IP Settings"

Qualifiers:
-------------
Key
Override=InstanceID
MaxLen=256


DHCPEnabled

public boolean DHCPEnabled
General Information:
Indicates whether DHCP is in use.


IpAddress

public string IpAddress
General Information:
String representation of IP address. Represents static IP of host.

Qualifiers:
-------------
MaxLen=256


SubnetMask

public string SubnetMask
General Information:
Subnet mask in a string format.For example: 255.255.0.0.Represents mask of host IP.

Qualifiers:
-------------
MaxLen=256


DefaultGateway

public string DefaultGateway
General Information:
Default Gateway in a string format. For example: 10.12.232.1Represents Default Gateway of host IP.

Qualifiers:
-------------
MaxLen=256


PrimaryDNS

public string PrimaryDNS
General Information:
Primary DNS in a string format. For example: 10.12.232.1.Represents Primary DNS of host IP.

Qualifiers:
-------------
MaxLen=256


SecondaryDNS

public string SecondaryDNS
General Information:
Secondary DNS in a string format. For example: 10.12.232.1.Represents Secondary DNS of host IP.

Qualifiers:
-------------
MaxLen=256


Method Detail

Put

public  Put([IN]IPS_HostIPSettings Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_LOCAL_SYSTEM_REALM

General Information:
Changes properties of the selected instance

Product Specific Usage:
The following properties must be included in any representation of IPS_HostIPSettings:

ElementName
InstanceID


Get

public  Get([OUT]IPS_HostIPSettings Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_LOCAL_SYSTEM_REALM, ADMIN_SECURITY_GENERAL_INFO_REALM

General Information:
Gets the representation of the instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.