Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class CCMSubnet
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.CCMSubnet
public class CCMSubnet
extends 
The Network Registrar CCMSubnet class.
Specifies a subnet in the address space that usually corresponds to a DHCP scope or a configured subnet on a router interface.
Java class for CCMSubnet complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CCMSubnet">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="CCMSubnetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dnsHostBytes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="failoverpair" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="forwardZoneName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="interface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="primarySubnet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reverseZoneName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scopeList" type="{http://ws.cnr.cisco.com/xsd}ScopeArray" minOccurs="0"/>
         <element name="subnetState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vpnId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 java.lang.String
()
 
          Gets the value of the address property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the CCMSubnetType property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the description property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the dnsHostBytes property.
 javax.xml.bind.JAXBElement<java.lang.String>
()