Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 
DETAIL: FIELD | 
 | 
com.cisco.cnr.ws.xsd
 
Class VPN
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.VPN
public class VPN
extends 
The Network Registrar VPN class.
A VPN. A VPN is used to support VPN-aware DHCP and address-space management.
Java class for VPN complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="VPN">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="addrBlocksDefaultSelectionTags" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="addrBlocksUseClientAffinity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addrBlocksUseLanSegments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addrBlocksUseSelectionTags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tenantPrivateNetwork" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vpnId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vrfName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Constructor Summary
 
           
 
Method Summary
 javax.xml.bind.JAXBElement<
 
          Gets the value of the addrBlocksDefaultSelectionTags property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the addrBlocksUseClientAffinity property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the addrBlocksUseLanSegments property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the addrBlocksUseSelectionTags property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the description property.
 java.lang.String
 
          Gets the value of the id property.
 java.lang.String
 
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<java.lang.String>
 
          Gets the value of the tenantId property.
 javax.xml.bind.JAXBElement<java.lang.String>
()