Cisco Cisco Prime IP Express 8.3 テクニカルリファレンス

ページ / 1286
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail
LinkTemplate
public LinkTemplate()
Method Detail
getLinkTemplateType
public javax.xml.bind.JAXBElement<java.lang.String> getLinkTemplateType()
Gets the value of the LinkTemplateType property.
Network Registrar Type: AT_ENUMINT 
Default value: topological 
Valid values: topological, location-independent, universal
Specifies the type of link.
 Topological links are used to determine where in the network a
 client is located.
 Location-independent links must be part of a link group and are
 available to clients on the other links in the link group. Each link
 group may have only a single location-independent link.
 A universal link is available to all clients on the VPN. Each VPN
 may have only a single universal link. A universal link can not be
 part of a link group.
Returns:
possible object is 
JAXBElement<String>
setLinkTemplateType
public void setLinkTemplateType(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the linkTemplateType property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getDescription
public javax.xml.bind.JAXBElement<java.lang.String> getDescription()
Gets the value of the description property.
Network Registrar Type: AT_STRING
Describes the link template.
Returns:
possible object is 
JAXBElement<String>
setDescription
public void setDescription(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the description property.