Interface HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>

    • Method Detail

      • withPrivateIPAddressDynamic

        ReturnT withPrivateIPAddressDynamic()
        Enables dynamic private IP address allocation within the associated subnet.
        Returns:
        the next stage of the definition
      • withPrivateIPAddressStatic

        ReturnT withPrivateIPAddressStatic​(String ipAddress)
        Assigns the specified static private IP address within the associated subnet.
        Parameters:
        ipAddress - a static IP address within the associated private IP range
        Returns:
        the next stage of the definition