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

File: [Pegasus] / pegasus / Schemas / CIM222 / DMTF / Network / CIM_IPProtocolEndpoint.mof (download)
Revision: 1.1, Fri Aug 14 12:17:25 2009 UTC (14 years, 10 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK_PEP317_1JUNE_2013, 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-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-root, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP317_pullop-merged_in_from_branch, TASK-PEP317_pullop-branch, 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, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch, PREAUG25UPDATE, POSTAUG25UPDATE, HEAD, CIMRS_WORK_20130824, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP348_SCMO-branch, RELEASE_2_9-branch
BUG#:8590
TITLE: Add Schema 222 to the cvs

DESCRIPTION:

// Copyright (c) 2008 DMTF.  All rights reserved.
   [Version ( "2.19.1" ), 
    UMLPackagePath ( "CIM::Network::ProtocolEndpoints" ), 
    Description ( "A ProtocolEndpoint that is dedicated to running IP." )]
class CIM_IPProtocolEndpoint : CIM_ProtocolEndpoint {

      [Description ( 
          "The IPv4 address that this ProtocolEndpoint represents." )]
   string IPv4Address;

      [Description ( 
          "The IPv6 address that this ProtocolEndpoint represents." )]
   string IPv6Address;

      [Deprecated { "CIM_IPProtocolEndpoint.IPv4Address", 
          "CIM_IPProtocolEndpoint.IPv6Address" }, 
       Description ( 
          "The IP address that this ProtocolEndpoint represents, "
          "formatted according to the appropriate convention as "
          "defined in the AddressType property of this class (e.g., "
          "171.79.6.40). This single property is deprecated to "
          "replace it by specific IPv4 and v6 addresses." )]
   string Address;

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

      [Description ( 
          "The prefix length for the IPv6 address of this Protocol "
          "Endpoint, if one is defined." )]
   uint8 PrefixLength;

      [Deprecated { "No value" }, 
       Description ( 
          "An enumeration that describes the format of the Address "
          "property. It is deprecated since it is not needed, as "
          "the class contains both IPv4 and v6 addresses)." ), 
       ValueMap { "0", "1", "2" }, 
       Values { "Unknown", "IPv4", "IPv6" }]
   uint16 AddressType;

      [Deprecated { "CIM_ProtocolEndpoint.ProtocolIFType" }, 
       Description ( 
          "This property explicitly defines support for different "
          "versions of the IP protocol, for this Endpoint. It is "
          "deprecated since the ProtocolIFType also provides this "
          "functionality by describing an endpoint as IPv4 only "
          "(value=4096), IPv6 only (value=4097), or IPv4/v6 "
          "(value=4098)." ), 
       ValueMap { "0", "1", "2", "3" }, 
       Values { "Unknown", "IPv4 Only", "IPv6 Only", 
          "Both IPv4 and IPv6" }]
   uint16 IPVersionSupport;

      [Override ( "ProtocolIFType" ), 
       Description ( 
          "ProtocolIFType\'s enumeration is limited to IP-related "
          "and reserved values for this subclass of "
          "ProtocolEndpoint." ), 
       ValueMap { "1", "225..4095", "4096", "4097", "4098", 
          "4301..32767", "32768.." }, 
       Values { "Other", "IANA Reserved", "IPv4", "IPv6", "IPv4/v6", 
          "DMTF Reserved", "Vendor Reserved" }]
   uint16 ProtocolIFType = 4096;

      [Description ( 
          "AddressOrigin identifies the method by which the IP "
          "Address, Subnet Mask, and Gateway were assigned to the "
          "IPProtocolEndpoint.A value of 3 \"Static\" shall "
          "indicate the values were assigned manually. A value of 4 "
          "\"DHCP\" shall indicate the values were assigned "
          "utilizing the Dynamic Host Configuration Protocol. See "
          "RFC 2131 and related. \n"
          "A value of 5 \"BOOTP\" shall indicate the values were "
          "assigned utilizing BOOTP. See RFC 951 and related. \n"
          "A value of 6 \"IPv4 Link Local\" shall indicate the "
          "values were assigned using the IPv4 Link Local protocol. "
          "See RFC 3927.\n"
          "A value of 7 \"DHCPv6\" shall indicate the values were "
          "assigned using DHCPv6. See RFC 3315. \n"
          "A value of 8 \"IPv6 AutoConfig\" shall indicate the "
          "values were assinged using the IPv6 AutoConfig Protocol. "
          "See RFC 4862." ), 
       ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8", "..", 
          "32768..65535" }, 
       Values { "Unknown", "Other", "Not Applicable", "Static", 
          "DHCP", "BOOTP", "IPv4 Link Local", "DHCPv6", 
          "IPv6AutoConfig", "DMTF Reserved", "Vendor Reserved" }]
   uint16 AddressOrigin = 0;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2