diagram |
|
namespace |
http://www.cisco.com/AXL/API/15.0 |
type |
extension of axlapi:NameAndGUIDRequest |
properties |
base | axlapi:NameAndGUIDRequest |
|
children |
name uuid newName Description ProcessnodeActive ProcessnodeStandby |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | sequence | xsd:unsignedLong | optional | | | |
|
source |
<xsd:complexType name="UpdateLbmGroupReq">
<xsd:complexContent>
<xsd:extension base="axlapi:NameAndGUIDRequest">
<xsd:sequence>
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ProcessnodeActive" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ProcessnodeStandby" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |