Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
 Class 
   
    
    
SUMMARY: NESTED | FIELD | 
 | 
DETAIL: FIELD | 
 
com.cisco.cnr.ws.xsd
 
Class UpdatePolicy
java.lang.Object
  
      
com.cisco.cnr.ws.xsd.UpdatePolicy
public class UpdatePolicy
extends 
The Network Registrar UpdatePolicy class.
Defines a DNS Update Policy object used to control updates to primary zones.
Java class for UpdatePolicy complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UpdatePolicy">
   <complexContent>
     <extension base="{http://ws.cnr.cisco.com/xsd}ClassBase">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rules" type="{http://ws.cnr.cisco.com/xsd}stringArray" minOccurs="0"/>
         <element name="tenantId" 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 name property.
 javax.xml.bind.JAXBElement<
()
 
          Gets the value of the rules property.
 javax.xml.bind.JAXBElement<java.lang.String>
()
 
          Gets the value of the tenantId property.
 void
(java.lang.String value)
 
          Sets the value of the name property.
 void
(javax.xml.bind.JAXBElement<
> value)
 
          Sets the value of the rules property.
 void
(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the tenantId property.