mirror of
				https://github.com/fog/fog.git
				synced 2022-11-09 13:51:43 -05:00 
			
		
		
		
	[vcloud|compute] improve network
* Add tests for multiple networks * Add ProviderInfo field * Add tests for configuration details
This commit is contained in:
		
							parent
							
								
									9b7339156b
								
							
						
					
					
						commit
						734c94f9f9
					
				
					 4 changed files with 31 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -127,6 +127,13 @@
 | 
			
		|||
            <MACAddress>00:50:56:01:02:03</MACAddress>
 | 
			
		||||
            <IpAddressAllocationMode>POOL</IpAddressAllocationMode>
 | 
			
		||||
        </NetworkConnection>
 | 
			
		||||
        <NetworkConnection network="Network2">
 | 
			
		||||
            <NetworkConnectionIndex>1</NetworkConnectionIndex>
 | 
			
		||||
            <IpAddress>192.168.3.102</IpAddress>
 | 
			
		||||
            <IsConnected>true</IsConnected>
 | 
			
		||||
            <MACAddress>00:50:56:01:02:04</MACAddress>
 | 
			
		||||
            <IpAddressAllocationMode>POOL</IpAddressAllocationMode>
 | 
			
		||||
        </NetworkConnection>
 | 
			
		||||
        <Link rel="edit" type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://vcloud.example.com/api/v1.0/vApp/vm-2/networkConnectionSection/"/>
 | 
			
		||||
    </NetworkConnectionSection>
 | 
			
		||||
    <GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://vcloud.example.com/api/v1.0/vApp/vm-2/guestCustomizationSection/" ovf:required="false">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue