Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virtualhobbit/42718efbb015cd34f6130fbfaccd7ab2 to your computer and use it in GitHub Desktop.
Save virtualhobbit/42718efbb015cd34f6130fbfaccd7ab2 to your computer and use it in GitHub Desktop.
<edge>
<name>{attXmlConfigName}</name>
<appliances>
<applianceSize>compact</applianceSize>
<appliance>
<resourcePoolId>{attXmlConfigResourcePoolId}</resourcePoolId>
<datastoreId>{attXmlConfigDatastoreId}</datastoreId>
</appliance>
</appliances>
<vnics>
<vnic>
<index>0</index>
<name>{attXmlConfigNicName}</name>
<type>uplink</type>
<portgroupId>{attXmlConfigPortgroupId}</portgroupId>
<addressGroups>
<addressGroup>
<primaryAddress>{attXmlConfigPrimaryAddress}</primaryAddress>
<subnetMask>{attXmlConfigSubnetMask}</subnetMask>
</addressGroup>
</addressGroups>
<mtu>1500</mtu>
<isConnected>true</isConnected>
</vnic>
</vnics>
<cliSettings>
<userName>{attXmlConfigUserName}</userName>
<password>{attXmlConfigPassword}</password>
<remoteAccess>false</remoteAccess>
</cliSettings>
</edge>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment