Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • While creating a network, the network offering chosen will define if the network is persistent or not 
    • This will depend on if the new flag 'isPersistent' introduced in network offering is turned on or off in the chosen network offering
  • If the user chooses to make the network persistent, then along with network creation (i.e. making a db entry) the network will also be provisioned
    • Provisioning a network is network implementation i.e. allocating resources and VLAN id
  • In the below mentioned scenarios a new network is created. The network that is created should be persistent if the network-offering available for the specified account is persistent, 
    1. When associateIpAddress createVlanIpRange API is called to acquire and associate a Public IP to an account that such that the account the range is being dedicated to has no network
    2. When assignVirtualMachine API is called such that the account a VM is being moved to has no network 

...