Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
Constructor Detail
Link
public Link()
Method Detail
getLinkType
public javax.xml.bind.JAXBElement<java.lang.String> getLinkType()
Gets the value of the LinkType 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>
setLinkType
public void setLinkType(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the linkType 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.
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.
Parameters:
value
 - allowed object is 
JAXBElement<String>