Interface Network.DefinitionStages.WithCreate

    • Method Detail

      • withDnsServer

        Network.DefinitionStages.WithCreate withDnsServer​(String ipAddress)
        Specifies the IP address of an existing DNS server to associate with the virtual network.

        Note this method's effect is additive, i.e. each time it is used, a new dns server is added to the network.

        Parameters:
        ipAddress - the IP address of the DNS server
        Returns:
        the next stage of the definition
      • withAddressSpace

        Network.DefinitionStages.WithCreateAndSubnet withAddressSpace​(String cidr)
        Explicitly adds an address space to the virtual network.

        If no address spaces are explicitly specified, a default address space with the CIDR "10.0.0.0/16" will be assigned to the virtual network.

        Note that this method's effect is additive, i.e. each time it is used, a new address space is added to the network. This method does not check for conflicts or overlaps with other address spaces. If there is a conflict, a cloud exception may be thrown at the time the network is created.

        Parameters:
        cidr - the CIDR representation of the address space
        Returns:
        the next stage of the definition