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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network / CIM_StaticIPAssignmentSettingData.mof (download)
Revision: 1.1, Tue Jan 24 13:50:21 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2010 DMTF.  All rights reserved.
   [Version ( "2.27.0" ), 
    UMLPackagePath ( "CIM::Network::IP" ), 
    Description ( 
       "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." )]
class CIM_StaticIPAssignmentSettingData : CIM_IPAssignmentSettingData {

      [Override ( "AddressOrigin" ), 
       Description ( 
          "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 { "0..2", "3", "4..32767", "32768.." }, 
       Values { "DMTF Reserved", "Static", "DMTF Reserved", 
          "Vendor Reserved" }]
   uint16 AddressOrigin = 3;

      [Write, Description ( 
          "The IPv4 address that will be assigned to the ProtocolEndpoint."
           )]
   string IPv4Address;

      [Write, Description ( 
          "The subnet mask for the IPv4 address of this "
          "ProtocolEndpoint, if one is defined." )]
   string SubnetMask;

      [Write, Description ( 
          "The IP v4 address of the default gateway." )]
   string GatewayIPv4Address;

      [Write, Description ( 
          "GatewayIPv6Address is used to identify the IPv6 address "
          "of the Gateway" )]
   string GatewayIPv6Address;

      [Write, Description ( 
          "The IPv6 address that this ProtocolEndpoint represents." ), 
       ModelCorrespondence { 
          "CIM_StaticIPAssignmentSettingData.IPv6AddressType", 
          "CIM_StaticIPAssignementSettingData.IPv6SubnetPrefixLength" }]
   string IPv6Address;

      [Write, Description ( 
          "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 { "2", "3", "4", "5", "6", "7", "8", "..", 
          "32768..65535" }, 
       Values { "Unspecified", "Loopback", "Multicast", 
          "Link Local Unicast", "Global Unicast", 
          "Embedded IPv4 Address", "Site Local Unicast", 
          "DMTF Reserved", "Vendor Reserved" }, 
       ModelCorrespondence { 
          "CIM_StaticIPAssignmentSettingData.IPv6AddressType" }]
   uint16 IPv6AddressType;

      [Write, Description ( 
          "IPv6SubnetPrefixLength is used to identify the prefix "
          "length of the IPv6Address property that is used to "
          "specify a subnet" ), 
       ModelCorrespondence { 
          "CIM_StaticIPAssignementSettingData.IPv6Address" }]
   uint16 IPv6SubnetPrefixLength;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2