(file) Return to CIM_DNSGeneralSettingData.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Version ( "2.14.0" ), 
 3               UMLPackagePath ( "CIM::Network::DNS" ), 
 4               Description ( 
 5                  "The DNSGeneralSettingData class represents the system wide "
 6                  "configuration options for the DNS client. Therefore, these "
 7                  "configuration parameters are scoped to a computer system and "
 8                  "are applicable to all of the network interfaces of the scoping "
 9                  "system." )]
10           class CIM_DNSGeneralSettingData : CIM_IPAssignmentSettingData {
11           
12                 [Override ( "AddressOrigin" ), 
13                  Description ( 
14                     "AddressOrigin identifies the method by which the IP "
15                     "Address, Subnet Mask, and Gateway were assigned to the "
16                     "IPProtocolEndpoint. This is independent of the DNS "
17                     "configuration, thus this property has the value of 2 "
18                     "(\"Not Applicable\")" ), 
19                  ValueMap { "0..1", "2", "3..32767", "32768.." }, 
20                  Values { "DMTF Reserved", "Not Applicable", "DMTF Reserved", 
21                     "Vendor Reserved" }]
22 marek 1.1    uint16 AddressOrigin = 2;
23           
24                 [Write, Description ( 
25                     "Whether or not the client should automatically append "
26                     "the primary domain suffix to target names prior to "
27                     "attempting to resolve." ), 
28                  ModelCorrespondence { 
29                     "CIM_DNSProtocolEndpoint.AppendPrimarySuffixes" }]
30              boolean AppendPrimarySuffixes;
31           
32                 [Write, Description ( 
33                     "Whether or not the client should automatically append "
34                     "the parent domain suffix to target names prior to "
35                     "attempting to resolve." ), 
36                  ModelCorrespondence { 
37                     "CIM_DNSProtocolEndpoint.AppendParentSuffixes" }]
38              boolean AppendParentSuffixes;
39           
40                 [Write, Description ( 
41                     "DNS suffixes to append when attempting to resolve a hostname."
42                      ), 
43 marek 1.1        ModelCorrespondence { 
44                     "CIM_DNSProtocolEndpoint.DNSSuffixesToAppend" }]
45              string DNSSuffixesToAppend[];
46           
47           
48           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2